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/04/10 08:08:36 UTC

svn commit: r160741 - in forrest/trunk/site-author/content/xdocs: docs.xml site.xml

Author: crossley
Date: Sat Apr  9 23:08:35 2005
New Revision: 160741

URL: http://svn.apache.org/viewcvs?view=rev&rev=160741
Log:
Improve linking to "Other versions" of docs.

Modified:
    forrest/trunk/site-author/content/xdocs/docs.xml
    forrest/trunk/site-author/content/xdocs/site.xml

Modified: forrest/trunk/site-author/content/xdocs/docs.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs.xml?view=diff&r1=160740&r2=160741
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs.xml Sat Apr  9 23:08:35 2005
@@ -24,9 +24,18 @@
     <p>
       Documentation is available for various releases ...
     </p>
-    <ul>
-      <li><a href="docs/0.6/">0.6</a> - the current release</li>
-      <li><a href="docs/0.7/">0.7-dev</a> - the current development version</li>
-    </ul>
+    <section id="current">
+      <title>Current</title>
+      <ul>
+        <li><a href="ext:forrest/docs/versions/v0.7">0.7</a> - the current release</li>
+        <li><a href="site:documentation/versions/v0.8">0.8-dev</a> - the current development version</li>
+      </ul>
+    </section>
+    <section id="past">
+      <title>Past</title>
+      <ul>
+        <li><a href="ext:forrest/docs/versions/v0.6">0.6</a></li>
+      </ul>
+    </section>
   </body>
 </document>

Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/site.xml?view=diff&r1=160740&r2=160741
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Sat Apr  9 23:08:35 2005
@@ -28,10 +28,7 @@
   </about>
 
   <documentation label="Documentation" tab="docs" href="docs/">
-    <overview label="Overview" href="../docs.html"/>
-    <v0.6 label="0.6 (current)" href="docs/0.6/"/>
-    <v0.7 label="0.7-dev (unstable)" href="docs/0.7/"/>
-    <index label="Index" href="index.html"/>
+    <index label="Overview" href="index.html"/>
     <faq label="FAQs" href="faq.html">
       <docbook href="#docbook"/>
       <ignoring_javadocs href="#ignoring_javadocs"/>
@@ -76,6 +73,13 @@
       <pluginInfrastructure label="Plugin Infrastructure" href="plugins/pluginInfrastructure.html"/>
       <cap label="Sourcetype Action" href="cap.html"/>
     </developers>
+
+    <versions label="Other versions">
+      <overview label="Overview" href="../docs.html"/>
+      <v0.8 label="0.8-dev" href="index.html"/>
+      <v0.7 label="0.7 (current)" href="ext:forrest/docs/versions/v0.7"/>
+      <v0.6 label="0.6" href="ext:forrest/docs/versions/v0.6"/>
+    </versions>
     
     <upgrading label="Upgrading">
       <upgrading_07 label="Upgrading to 0.7" href="upgrading_07.html"/>
@@ -193,6 +197,12 @@
          <forrestbot href="forrestbot.html"/>
          <forrestbot-web-interface href="forrestbot-web-interface.html"/>
          <howto href="howto/"/>
+         <versions>
+           <overview href="../docs.html"/>
+           <v0.8 href="../0.8/"/>
+           <v0.7 href="../0.7/"/>
+           <v0.6 href="../0.6/"/>
+         </versions>
       </docs>
     </forrest>
     <xml.apache.org href="http://xml.apache.org/">