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/10 19:26:14 UTC

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

Author: ferdinand
Date: Fri Jun 10 10:26:13 2005
New Revision: 189993

URL: http://svn.apache.org/viewcvs?rev=189993&view=rev
Log:
Added tabs and site-entries for Older-Versions tabs and 0.6 welcome page.
Tabs don't work properly yet. Help in fixing this very welcome.

Added:
    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
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/tabs.xml

Added: 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_60/index.xml?rev=189993&view=auto
==============================================================================
--- forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_60/index.xml (added)
+++ forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/docs_0_60/index.xml Fri Jun 10 10:26:13 2005
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!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>
+  </header>
+  <body>
+    <section>
+      <title>Welcome!</title>
+      
+    </section>
+
+    
+  </body>
+</document>

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=189993&r1=189992&r2=189993&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 Fri Jun 10 10:26:13 2005
@@ -134,7 +134,7 @@
        
        The surrounding version number element allows linking to a specific
        version of a document with the site:protocol by specifiying an access 
-       path such as 'site:v0.7/documentation/faq'
+       path such as 'site:v0.70/documentation/faq'
        
        To create a new release:
        
@@ -144,7 +144,7 @@
        
        -->
 
-  <v0.7>
+  <v0.70>
     <documentation label="Documentation" tab="docs" href="docs/">
       <index label="Overview" href="index.html"/>
       <faq label="FAQs" href="faq.html">
@@ -267,6 +267,13 @@
         <infrastructure label="Plugin Infrastructure" href="pluginInfrastructure.html"/>
       </plugins>
     </documentation>
-  </v0.7>
+  </v0.70>
+  
+  <!-- FIXME: The tab is not working OK yet -->
+  <v0.60>
+    <documentation dir="docs_0_60/" tab="0_60">
+      <index label="Overview" href="index.html"/>
+    </documentation>
+  </v0.60>
 
 </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=189993&r1=189992&r2=189993&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 10:26:13 2005
@@ -42,4 +42,17 @@
     </tab>
     <tab id="howto" label="0.7 How-To" dir="docs/howto" indexfile="index.html"/>
     <tab id="plugins" label="0.7 Plugins" dir="docs/plugins" indexfile="index.html"/>
+
+	  <!-- 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.  
+	  
+	   -->
+    
+  <!-- FIXME: The tab is not working OK yet -->
+  
+    <tab id="olderVersions" label="Older Versions">
+      <tab id="0_60" label="0.60" dir="docs_0_60" indexfile="index.html" /> 
+    </tab>
 </tabs>