You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/04/17 08:33:36 UTC

svn commit: r161629 - in forrest/trunk/main/fresh-site/src/documentation/content/xdocs: index.xml samples/index.xml

Author: crossley
Date: Sat Apr 16 23:33:35 2005
New Revision: 161629

URL: http://svn.apache.org/viewcvs?view=rev&rev=161629
Log:
Encourage use of section IDs.

Modified:
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/index.xml
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/index.xml

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/index.xml?view=diff&r1=161628&r2=161629
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/index.xml Sat Apr 16 23:33:35 2005
@@ -21,7 +21,7 @@
     <title>Welcome to MyProj</title> 
   </header> 
   <body> 
-    <section>
+    <section id="overview">
       <title>Congratulations</title>
       <p>You have successfully generated and rendered an <a
           href="ext:forrest">Apache Forrest</a> site.

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/index.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/index.xml?view=diff&r1=161628&r2=161629
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/index.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/index.xml Sat Apr 16 23:33:35 2005
@@ -21,9 +21,9 @@
     <title>Samples</title> 
   </header> 
   <body> 
-    <section>
+    <section id="please-contribute">
       <title>If something goes wrong..</title>
-      <p>Patches are welcome: <a href="http://forrest.apache.org/faq.html">Forrest FAQ</a></p>
+      <p>Patches are welcome: <a href="http://forrest.apache.org/docs/faq.html">Forrest FAQ</a></p>
     </section>
   </body>
 </document>