You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2010/11/13 07:20:16 UTC

svn commit: r1034683 - /tika/site/src/site/site.xml

Author: mattmann
Date: Sat Nov 13 06:20:16 2010
New Revision: 1034683

URL: http://svn.apache.org/viewvc?rev=1034683&view=rev
Log:
- add nav links for 0.8

Modified:
    tika/site/src/site/site.xml

Modified: tika/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/tika/site/src/site/site.xml?rev=1034683&r1=1034682&r2=1034683&view=diff
==============================================================================
--- tika/site/src/site/site.xml (original)
+++ tika/site/src/site/site.xml Sat Nov 13 06:20:16 2010
@@ -39,7 +39,15 @@
       <item name="Issue Tracker" href="https://issues.apache.org/jira/browse/TIKA"/>
     </menu>
     <menu name="Documentation">
-      <item name="Apache Tika 0.7" href="0.7/index.html">
+      <item name="Apache Tika 0.8" href="0.8/index.html">
+        <item name="Getting Started" href="0.8/gettingstarted.html"/>
+        <item name="Supported Formats" href="0.8/formats.html"/>
+        <item name="Parser API" href="0.8/parser.html"/>
+        <item name="Parser 5min Quick Start Guide" href="0.8/parser_guide.html"/>
+        <item name="Content and Language Detection" href="0.8/detection.html"/>
+        <item name="API Documentation" href="0.8/api/"/>
+      </item>
+      <item name="Apache Tika 0.7" href="0.7/index.html" collapse="true">
         <item name="Getting Started" href="0.7/gettingstarted.html"/>
         <item name="Supported Formats" href="0.7/formats.html"/>
         <item name="Parser API" href="0.7/parser.html"/>