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/06/11 07:13:25 UTC

svn commit: r190074 - /forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/tabs.xml

Author: crossley
Date: Fri Jun 10 22:13:24 2005
New Revision: 190074

URL: http://svn.apache.org/viewcvs?rev=190074&view=rev
Log:
Changed tab name to "Other Versions" because after 0.7 release
we will have 0.8-dev too.

Modified:
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/tabs.xml

Modified: forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/tabs.xml?rev=190074&r1=190073&r2=190074&view=diff
==============================================================================
--- forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/tabs.xml (original)
+++ forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/tabs.xml Fri Jun 10 22:13:24 2005
@@ -35,7 +35,7 @@
 
     <tab id="home" label="Welcome" dir=""/>
     <tab id="project" label="Project" dir="" indexfile="contrib.html"/>
-  <tab id="docs" label="0.7 Docs" dir="docs_0_70" indexfile="index.html">
+    <tab id="docs" label="0.7 Docs" dir="docs_0_70" indexfile="index.html">
       <tab id="core" label="Core" indexfile="your-project.html"/>
       <tab id="forrestbor" label="ForrestBot" indexfile="forrestbot.html"/>
       <tab id="forrestbar" label="ForrestBar" indexfile="forrestbar.html"/>
@@ -46,13 +46,13 @@
 	  <!-- Tabs for all older versions of Forrest Docs
 	       
 	       add a new entry whenever an old version of Forrest docs is
-	       to be shown in the 'Older Versions' tab of the webite.  
+	       to be shown in the 'Other Versions' tab of the webite.  
 	  
 	   -->
     
-  <!-- FIXME: The tab is not working OK yet -->
-  
-    <tab id="olderVersions" label="Older Versions" dir="" indexfile="docs.html">
+    <tab id="otherVersions" label="Other Versions" dir="" indexfile="docs.html">
       <tab id="0_60" label="0.60" dir="docs_0_60" indexfile="index.html" /> 
+      <tab id="0_70" label="0.70" dir="docs_0_70" indexfile="index.html" /> 
+      <tab id="0_80" label="0.80-dev" dir="docs_0_80" indexfile="index.html" /> 
     </tab>
 </tabs>