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:24:27 UTC

svn commit: r190123 - in /forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs: docs_0_80/ docs_0_80/index.xml site.xml

Author: ferdinand
Date: Sat Jun 11 07:24:26 2005
New Revision: 190123

URL: http://svn.apache.org/viewcvs?rev=190123&view=rev
Log:
create and configure tab and index page for 0.8-dev

Added:
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_80/
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_80/index.xml
      - copied, changed from r190100, forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_60/index.xml
Modified:
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml

Copied: forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_80/index.xml (from r190100, forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_60/index.xml)
URL: http://svn.apache.org/viewcvs/forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_80/index.xml?p2=forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_80/index.xml&p1=forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_60/index.xml&r1=190100&r2=190123&rev=190123&view=diff
==============================================================================
--- forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_60/index.xml (original)
+++ forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_80/index.xml Sat Jun 11 07:24:26 2005
@@ -18,7 +18,7 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
 <document>
   <header>
-    <title>Forrest 0.60 Documentation</title>
+    <title>Forrest 0.80-dev Documentation</title>
   </header>
   <body>
     <section>

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=190123&r1=190122&r2=190123&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:24:26 2005
@@ -136,6 +136,7 @@
     <v0.8 label="0.8-dev" href="../docs_0_80/index.html"/>
     <v0.7 label="0.7 (current)" href="../docs_0_70/index.html"/>
     <v0.6 label="0.6" href="../docs_0_60/index.html"/>
+    <v0.5 label="0.5" href="../docs_0_50/index.html"/>
   </versions>
   
   <!-- Plugins directory remains in docs directory because the
@@ -165,6 +166,13 @@
        -  FIXME: Add instructions for fixing directories and adjusting links in files  
        
        -->
+ 
+  <v0.50>
+    <documentation dir="docs_0_80/" tab="0_80">
+      <index label="Overview" href="index.html"/>
+      <upgrading_08 label="Upgrading to 0.8" href="upgrading_08.html"/>
+    </documentation>
+  </v0.50>
   
     <v0.70>
       <documentation label="Documentation" tab="docs" href="docs_0_70/">
@@ -286,12 +294,11 @@
       </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>
+    <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>