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/12 06:47:34 UTC

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

Author: crossley
Date: Sat Jun 11 21:47:34 2005
New Revision: 190213

URL: http://svn.apache.org/viewcvs?rev=190213&view=rev
Log:
The value of the tab @id attribute cannot begin with a digit.

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

Modified: forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml?rev=190213&r1=190212&r2=190213&view=diff
==============================================================================
--- forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml (original)
+++ forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml Sat Jun 11 21:47:34 2005
@@ -177,7 +177,7 @@
  
 
     <v0.80>
-      <documentation label="0.80-dev" href="docs_0_80/" tab="otherVersions">
+      <documentation label="0.80-dev" href="docs_0_80/" tab="v0_80">
         <index label="Overview" href="index.html"/>
         <upgrading_08 label="Upgrading to 0.8" href="upgrading_08.html"/>
       </documentation>
@@ -292,16 +292,15 @@
       </documentation>
     </v0.70>
 
-    <!-- FIXME: The tab is not working OK yet -->
     <v0.60>
-      <documentation label="0.60" href="docs_0_60/" tab="otherVersions">
+      <documentation label="0.60" href="docs_0_60/" tab="v0_60">
         <index label="Overview" href="index.html"/>
         <upgrading_06 label="Upgrading to 0.6" href="upgrading_06.html"/>
       </documentation>
     </v0.60>
 
     <v0.50>
-      <documentation label="0.50" href="docs_0_50/" tab="otherVersions">
+      <documentation label="0.50" href="docs_0_50/" tab="v0_50">
         <index label="Overview" href="index.html"/>
         <upgrading_05 label="Upgrading to 0.5" href="upgrading_05.html"/>
       </documentation>

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=190213&r1=190212&r2=190213&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 Sat Jun 11 21:47:34 2005
@@ -44,11 +44,10 @@
 	       to be shown in the 'Other Versions' tab of the webite.  
 	  
 	   -->
-    
     <tab id="otherVersions" label="Other Versions" dir="versions" indexfile="docs.html">
-      <tab id="0_80" label="0.80-dev (under development)" dir="docs_0_80" indexfile="index.html" /> 
-      <tab id="0_60" label="0.60 (past)" dir="docs_0_60" indexfile="index.html" />
-      <tab id="0_50" label="0.50 (past)" dir="docs_0_50" indexfile="index.html" />     
+      <tab id="v0_80" label="0.80-dev (under development)" dir="docs_0_80" indexfile="index.html" /> 
+      <tab id="v0_60" label="0.60 (past)" dir="docs_0_60" indexfile="index.html" />
+      <tab id="v0_50" label="0.50 (past)" dir="docs_0_50" indexfile="index.html" />     
     </tab>
     
     <tab id="tools" label="Tools" dir="tools" indexfile="index.html"/>