Author: nick
Date: Wed Mar 30 12:04:37 2011
New Revision: 1086917

URL: http://svn.apache.org/viewvc?rev=1086917&view=rev
Log:
TIKA-624 fallout - more apt link tweaks, and add in the missing 0.9 site item

Modified:
    tika/site/src/site/apt/0.8/parser_guide.apt
    tika/site/src/site/apt/0.9/parser_guide.apt
    tika/site/src/site/site.xml

Modified: tika/site/src/site/apt/0.8/parser_guide.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/0.8/parser_guide.apt?rev=1086917&r1=1086916&r2=1086917&view=diff
==============================================================================
--- tika/site/src/site/apt/0.8/parser_guide.apt (original)
+++ tika/site/src/site/apt/0.8/parser_guide.apt Wed Mar 30 12:04:37 2011
@@ -28,7 +28,7 @@ Get Tika parsing up and running in 5 min
 
 * {Getting Started}
 
-   The {{{gettingstarted.html}Getting Started}} document describes how to 
+   The {{{./gettingstarted.html}Getting Started}} document describes how to 
    build Apache Tika from sources and how to start using Tika in an 
application. Pay close attention 
    and follow the instructions in the "Getting and building the sources" 
section.
    

Modified: tika/site/src/site/apt/0.9/parser_guide.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/0.9/parser_guide.apt?rev=1086917&r1=1086916&r2=1086917&view=diff
==============================================================================
--- tika/site/src/site/apt/0.9/parser_guide.apt (original)
+++ tika/site/src/site/apt/0.9/parser_guide.apt Wed Mar 30 12:04:37 2011
@@ -28,7 +28,7 @@ Get Tika parsing up and running in 5 min
 
 * {Getting Started}
 
-   The {{{gettingstarted.html}Getting Started}} document describes how to 
+   The {{{./gettingstarted.html}Getting Started}} document describes how to 
    build Apache Tika from sources and how to start using Tika in an 
application. Pay close attention 
    and follow the instructions in the "Getting and building the sources" 
section.
    

Modified: tika/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/site.xml?rev=1086917&r1=1086916&r2=1086917&view=diff
==============================================================================
--- tika/site/src/site/site.xml (original)
+++ tika/site/src/site/site.xml Wed Mar 30 12:04:37 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.8" href="0.8/index.html">
+      <item name="Apache Tika 0.9" href="0.9/index.html">
+        <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"/>
+        <item name="Parser 5min Quick Start Guide" 
href="0.9/parser_guide.html"/>
+        <item name="Content and Language Detection" href="0.9/detection.html"/>
+        <item name="API Documentation" href="0.9/api/"/>
+      </item>
+      <item name="Apache Tika 0.8" href="0.8/index.html" collapse="true">
         <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"/>


Reply via email to