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/11 04:51:03 UTC

svn commit: r160821 - in forrest/branches/forrest_06_branch/src/documentation: content/xdocs/tabs.xml skinconf.xml

Author: crossley
Date: Sun Apr 10 19:51:02 2005
New Revision: 160821

URL: http://svn.apache.org/viewcvs?view=rev&rev=160821
Log:
Make it obvious that this is the past release 0.6 docs.

Modified:
    forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml
    forrest/branches/forrest_06_branch/src/documentation/skinconf.xml

Modified: forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml?view=diff&r1=160820&r2=160821
==============================================================================
--- forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml (original)
+++ forrest/branches/forrest_06_branch/src/documentation/content/xdocs/tabs.xml Sun Apr 10 19:51:02 2005
@@ -34,11 +34,11 @@
 
     <tab id="home" label="Welcome" dir=""/>
     <tab id="project" label="Project" dir="" indexfile="contrib.html"/>
-    <tab id="docs" label="Documentation" dir="docs">
+    <tab id="docs" label="O.6 Docs" dir="docs">
       <tab id="core" label="Core" dir="docs" indexfile="your-project.html"/>
       <tab id="forrestbor" label="ForrestBot" dir="docs" indexfile="forrestbot.html"/>
       <tab id="forrestbar" label="ForrestBar" dir="docs" indexfile="forrestbar.html"/>
     </tab>
-    <tab id="howto" label="How-To" dir="howto" indexfile="index.html"/>
+    <tab id="howto" label="0.6 How-To" dir="howto" indexfile="index.html"/>
 
 </tabs>

Modified: forrest/branches/forrest_06_branch/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_06_branch/src/documentation/skinconf.xml?view=diff&r1=160820&r2=160821
==============================================================================
--- forrest/branches/forrest_06_branch/src/documentation/skinconf.xml (original)
+++ forrest/branches/forrest_06_branch/src/documentation/skinconf.xml Sun Apr 10 19:51:02 2005
@@ -110,6 +110,21 @@
   <!-- Heading types can be clean|underlined|boxed  -->
   <headings type="underlined"/>
 
+  <!-- Optional message of the day.
+    motd-title : This text will be added in brackets after the <html><title>
+    motd-page : This text will be added in a panel on the face of the page,
+    with the "motd-page-url" being the hyperlink "More".
+    Values for the "location" attribute are:
+      page : on the face of the page, e.g. in the spare space of the toc
+      alt : at the bottom of the left-hand navigation panel
+      both : both
+    -->
+  <motd-title>v0.6</motd-title>
+  <motd-page location="both">
+    This is documentation for past release v0.6
+  </motd-page>
+  <motd-page-url>http://forrest.apache.org/docs.html</motd-page-url>
+
   <extra-css>
   </extra-css>