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/03 07:55:32 UTC

svn commit: r159893 - forrest/trunk/docs-author/content/xdocs/tabs.xml

Author: crossley
Date: Sat Apr  2 21:55:31 2005
New Revision: 159893

URL: http://svn.apache.org/viewcvs?view=rev&rev=159893
Log:
Alter the tab titles to be explicit about the docs version.

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

Modified: forrest/trunk/docs-author/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/tabs.xml?view=diff&r1=159892&r2=159893
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/tabs.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/tabs.xml Sat Apr  2 21:55:31 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
   as applicable.
 
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -36,11 +36,11 @@
 <!-- FIXME: FOR-447
     <tab id="home" label="Welcome" dir="../../"/>
 -->
-    <tab id="docs" label="0.7-dev Documentation" dir="/" indexfile="index.html">
+    <tab id="docs" label="0.7 Docs" dir="/" indexfile="index.html">
       <tab id="core" label="Core" indexfile="your-project.html"/>
       <tab id="forrestbor" label="ForrestBot" indexfile="forrestbot.html"/>
       <tab id="forrestbar" label="ForrestBar" indexfile="forrestbar.html"/>
     </tab>
-    <tab id="howto" label="How-To" dir="howto" indexfile="index.html"/>
+    <tab id="howto" label="0.7 How-To" dir="howto" indexfile="index.html"/>
 
 </tabs>