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 2004/07/18 10:12:38 UTC

svn commit: rev 23018 - forrest/trunk/src/documentation/content/xdocs

Author: crossley
Date: Sun Jul 18 01:12:38 2004
New Revision: 23018

Modified:
   forrest/trunk/src/documentation/content/xdocs/site.xml
   forrest/trunk/src/documentation/content/xdocs/tabs.xml
Log:
Add a new tab for How-To documents.


Modified: forrest/trunk/src/documentation/content/xdocs/site.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/site.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/site.xml	Sun Jul 18 01:12:38 2004
@@ -19,7 +19,8 @@
   <about label="About">
     <index label="Index" href="index.html"/>
     <license label="License" href="license.html"/>
-    <download label="Download" href="http://www.apache.org/dyn/closer.cgi/xml/forrest/"/>
+    <download label="Download" href="http://forrest.apache.org/mirrors.cgi"/>
+    <mirrors href="mirrors.html"/>
     <who label="Who we are" href="who.html"/>
     <faq label="FAQs" href="faq.html">
       <docbook href="#docbook"/>
@@ -95,6 +96,11 @@
     <libre-intro label="Libre" href="libre-intro.html"/>
     <dreams label="Dream list" href="dreams.html"/>
   </older_documentation>
+
+  <howto label="How-To" href="howto/" tab="howto">
+    <overview label="Overview" href="index.html"/>
+    <write-howto label="Write a How-to" href="v10/howto-v10.html"/>
+  </howto>
 
 <!--
   <community label="Community" href="community/"  tab="project">

Modified: forrest/trunk/src/documentation/content/xdocs/tabs.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/tabs.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/tabs.xml	Sun Jul 18 01:12:38 2004
@@ -39,5 +39,6 @@
       <tab id="forrestbor" label="ForrestBot" dir="docs" indexfile="forrestbot.html"/>
       <tab id="forrestbar" label="ForrestBar" dir="docs" indexfile="forrestbar.html"/>
     </tab>
+    <tab id="howto" label="How-To" dir="howto" indexfile="index.html"/>
 
 </tabs>