You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/09/07 00:10:23 UTC

svn commit: r279150 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/index.xml

Author: rgardler
Date: Tue Sep  6 15:10:07 2005
New Revision: 279150

URL: http://svn.apache.org/viewcvs?rev=279150&view=rev
Log:
make the index page an XHTML2 document (we don't have anything from views yet, so no navigation)

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/index.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/index.xml?rev=279150&r1=279149&r2=279150&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/index.xml Tue Sep  6 15:10:07 2005
@@ -15,31 +15,27 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
+<html xmlns="http://www.w3.org/2002/06/xhtml2" xml:lang="en"
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xsi:schemaLocation="http://www.w3.org/2002/06/xhtml2/
+   http://www.w3.org/MarkUp/SCHEMA/xhtml2.xsd"
+> 
+  <head> 
     <title>Welcome to the org.apache.forrest.plugin.internal.xhtml2 Plugin</title> 
-  </header> 
+  </head> 
   <body> 
     <section id="overview">
-      <title>Apache Forrest - org.apache.forrest.plugin.internal.xhtml2 Plugin</title>
+      <h>Apache Forrest - org.apache.forrest.plugin.internal.xhtml2 Plugin</h>
       <p>Forrest versions prior to 0.8 used XDoc as their internal format, versions from 0.8 onwards are going to use a subset of XHTML2 instead. This plugin converts the main forrest sitemaps to work with XHTML2. We have also take the opportunity to refactor the sitemaps to use the locationmap, this gives a much cleaner set of sitemap files.</p>
     </section>
     
     <section id="samples">
-      <title>Samples</title>
+      <h>Samples</h>
       <p>This section includes links to a number of samples using this plugin. The
       plugin is intended to be self documenting through these samples. If you 
       require further help please ask on the user mailing list.</p>
       
-      <ul>
-        <li><fixme author="rdg">Add a link to a sample here...</fixme></li>
-        <li><fixme author="rdg">Add another sample link here...</fixme></li>
-      </ul>
-      
-      <note>The more samples included here the easier it is for users to
-      understand this plugin. If you can provide additional samples please
-      do so.</note>
+      <p><a href="samples/xhtml2_subset.html">Demo document</a> containing an example of all the elements we are using in our XHTML2 subset</p>
     </section>
   </body>
-</document>
+</html>