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 20:16:02 UTC

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

Author: crossley
Date: Sat Jun 11 11:16:01 2005
New Revision: 190159

URL: http://svn.apache.org/viewcvs?rev=190159&view=rev
Log:
Make the "Other versions" tab be selected for each documentation version.
Set the tab="otherVersions".
Change @dir attributes to @href attributes.

Modified:
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.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=190159&r1=190158&r2=190159&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 11:16:01 2005
@@ -175,12 +175,12 @@
        
        -->
  
-  <v0.50>
-    <documentation dir="docs_0_80/" tab="0_80">
+  <v0.80>
+    <documentation href="docs_0_80/" tab="otherVersions">
       <index label="Overview" href="index.html"/>
       <upgrading_08 label="Upgrading to 0.8" href="upgrading_08.html"/>
     </documentation>
-  </v0.50>
+  </v0.80>
   
     <v0.70>
       <documentation label="Documentation" tab="docs" href="docs_0_70/">
@@ -292,14 +292,14 @@
     
     <!-- FIXME: The tab is not working OK yet -->
     <v0.60>
-      <documentation dir="docs_0_60/" tab="0_60">
+      <documentation href="docs_0_60/" tab="otherVersions">
         <index label="Overview" href="index.html"/>
         <upgrading_06 label="Upgrading to 0.6" href="upgrading_06.html"/>
       </documentation>
     </v0.60>
 
     <v0.50>
-      <documentation dir="docs_0_50/" tab="0_50">
+      <documentation href="docs_0_50/" tab="otherVersions">
         <index label="Overview" href="index.html"/>
         <upgrading_05 label="Upgrading to 0.5" href="upgrading_05.html"/>
       </documentation>