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 14:37:37 UTC

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

Author: ferdinand
Date: Sat Jun 11 05:37:36 2005
New Revision: 190112

URL: http://svn.apache.org/viewcvs?rev=190112&view=rev
Log:
adjustments after moving plugins back into 
non-version docs directory and out of the versioned
documentation branch of site.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=190112&r1=190111&r2=190112&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 05:37:36 2005
@@ -137,6 +137,20 @@
     <v0.7 label="0.7 (current)" href="../docs_0_70/index.html"/>
     <v0.6 label="0.6" href="../docs_0_60/index.html"/>
   </versions>
+  
+  <!-- Plugins directory remains in docs directory because the
+       directory is hardcoded in the Forrest sitemap to handle
+       docs/plugins/index.html and generate a list of plugins.
+       
+       FIXME: Change sitemap and move plugins down one level 
+  
+   -->
+  
+  <plugins label="Plugins" href="docs/plugins/" tab="plugins">
+    <index label="Index" href="index.html"/>
+    <using label="Using Plugins" href="usingPlugins.html"/>
+    <infrastructure label="Plugin Infrastructure" href="pluginInfrastructure.html"/>
+  </plugins>
 
   <!-- Versioned Documentation
        
@@ -264,11 +278,7 @@
           </view>
         </howto>
         
-        <plugins label="Plugins" href="plugins/" tab="plugins">
-          <index label="Index" href="index.html"/>
-          <using label="Using Plugins" href="usingPlugins.html"/>
-          <infrastructure label="Plugin Infrastructure" href="pluginInfrastructure.html"/>
-        </plugins>
+        
       </documentation>
     </v0.70>
     

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=190112&r1=190111&r2=190112&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 05:37:36 2005
@@ -41,7 +41,7 @@
       <tab id="forrestbar" label="ForrestBar" indexfile="forrestbar.html"/>
     </tab>
     <tab id="howto" label="0.7 How-To" dir="docs_0_70/howto" indexfile="index.html"/>
-    <tab id="plugins" label="0.7 Plugins" dir="docs_0_70/plugins" indexfile="index.html"/>
+    <tab id="plugins" label="0.7 Plugins" dir="docs/plugins" indexfile="index.html"/>
 
 	  <!-- Tabs for all older versions of Forrest Docs