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 2011/09/30 19:59:30 UTC

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

Author: mattmann
Date: Fri Sep 30 17:59:30 2011
New Revision: 1177755

URL: http://svn.apache.org/viewvc?rev=1177755&view=rev
Log:
- menu links for 0.10

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=1177755&r1=1177754&r2=1177755&view=diff
==============================================================================
--- tika/site/src/site/site.xml (original)
+++ tika/site/src/site/site.xml Fri Sep 30 17:59:30 2011
@@ -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.9" href="0.9/index.html">
+      <item name="Apache Tika 0.10" href="0.10/index.html">
+        <item name="Getting Started" href="0.10/gettingstarted.html"/>
+        <item name="Supported Formats" href="0.10/formats.html"/>
+        <item name="Parser API" href="0.10/parser.html"/>
+        <item name="Parser 5min Quick Start Guide" href="0.10/parser_guide.html"/>
+        <item name="Content and Language Detection" href="0.10/detection.html"/>
+        <item name="API Documentation" href="0.10/api/"/>
+      </item>
+      <item name="Apache Tika 0.9" href="0.9/index.html" collapse="true">
         <item name="Getting Started" href="0.9/gettingstarted.html"/>
         <item name="Supported Formats" href="0.9/formats.html"/>
         <item name="Parser API" href="0.9/parser.html"/>