You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by fe...@apache.org on 2005/06/11 16:11:51 UTC

svn commit: r190119 - in /forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs: docs_0_50/ docs_0_50/index.xml docs_0_50/upgrading_05.xml docs_0_70/upgrading_05.xml site.xml tabs.xml

Author: ferdinand
Date: Sat Jun 11 07:11:51 2005
New Revision: 190119

URL: http://svn.apache.org/viewcvs?rev=190119&view=rev
Log:
creating directory for 0.5, copy index-file from 0.6 and move upgrading document there

Added:
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_50/
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_50/index.xml
      - copied unchanged from r190100, forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_60/index.xml
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_50/upgrading_05.xml
      - copied unchanged from r190116, forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_70/upgrading_05.xml
Removed:
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_70/upgrading_05.xml
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=190119&r1=190118&r2=190119&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 07:11:51 2005
@@ -219,15 +219,11 @@
           <cap label="Sourcetype Action" href="cap.html"/>
         </developers>
         
+        <upgrading_07 label="Upgrading to 0.7" href="upgrading_07.html">
+          <raw href="#raw"/>
+        </upgrading_07>
         
-        
-        <upgrading label="Upgrading">
-          <upgrading_07 label="Upgrading to 0.7" href="upgrading_07.html">
-            <raw href="#raw"/>
-          </upgrading_07>
-          <upgrading_06 label="Upgrading to 0.6" href="upgrading_06.html"/>
-          <upgrading_05 href="upgrading_05.html"/>
-        </upgrading>
+          
         
         <subprojects label="SubProjects" tab="docs">
           <forrestbar label="ForrestBar" href="forrestbar.html"/>
@@ -286,7 +282,16 @@
     <v0.60>
       <documentation dir="docs_0_60/" tab="0_60">
         <index label="Overview" href="index.html"/>
+        <upgrading_06 label="Upgrading to 0.6" href="upgrading_06.html"/>
       </documentation>
     </v0.60>
+
+  <!-- FIXME: The tab is not working OK yet -->
+  <v0.50>
+    <documentation dir="docs_0_50/" tab="0_50">
+      <index label="Overview" href="index.html"/>
+      <upgrading_05 label="Upgrading to 0.5" href="upgrading_05.html"/>
+    </documentation>
+  </v0.50>
 
 </site>

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=190119&r1=190118&r2=190119&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 07:11:51 2005
@@ -52,6 +52,7 @@
     
     <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_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>
 </tabs>