Author: mattmann
Date: Thu Mar 19 15:48:36 2009
New Revision: 756057

URL: http://svn.apache.org/viewvc?rev=756057&view=rev
Log:
apache tika 0.3 docs update

Modified:
    lucene/tika/trunk/src/site/apt/download.apt
    lucene/tika/trunk/src/site/apt/gettingstarted.apt
    lucene/tika/trunk/src/site/apt/index.apt

Modified: lucene/tika/trunk/src/site/apt/download.apt
URL: 
http://svn.apache.org/viewvc/lucene/tika/trunk/src/site/apt/download.apt?rev=756057&r1=756056&r2=756057&view=diff
==============================================================================
--- lucene/tika/trunk/src/site/apt/download.apt (original)
+++ lucene/tika/trunk/src/site/apt/download.apt Thu Mar 19 15:48:36 2009
@@ -19,12 +19,12 @@
 
 Download Apache Tika
 
-   Apache Tika 0.2 is now available.
-   See the 
{{{http://www.apache.org/dist/lucene/tika/CHANGES-0.2.txt}CHANGES.txt}}
+   Apache Tika 0.3 is now available.
+   See the 
{{{http://www.apache.org/dist/lucene/tika/CHANGES-0.3.txt}CHANGES.txt}}
    file for more information on the list of updates in this initial release.
 
-   * 
{{{http://www.apache.org/dyn/closer.cgi/lucene/tika/apache-tika-0.2-src.tar.gz}apache-tika-0.2-src.tar.gz}}
-     
({{{http://www.apache.org/dist/lucene/tika/apache-tika-0.2-src.tar.gz.asc}PGP}})
+   * 
{{{http://www.apache.org/dyn/closer.cgi/lucene/tika/apache-tika-0.3-src.tar.gz}apache-tika-0.3-src.tar.gz}}
+     
({{{http://www.apache.org/dist/lucene/tika/apache-tika-0.3-src.tar.gz.asc}PGP}})
 
    []
 
@@ -33,7 +33,8 @@
    See the NOTICE.txt file contained in each release artifact for applicable
    copyright attribution notices.
 
-   If you are looking for previous releases of Apache Tika, have a look in the 
{{{http://archive.apache.org/dist/incubator/tika/}archives}}.
+   If you are looking for previous releases of Apache Tika, have a look in the 
{{{http://archive.apache.org/dist/lucene/tika/}archives}}.
+   If you are looking for releases of Apache Tika from the Apache Incubator 
(pre-0.2 releases), have a look in the 
{{{http://archive.apache.org/dist/incubator/tika/} incubator archives}}.
 
 Export control
 

Modified: lucene/tika/trunk/src/site/apt/gettingstarted.apt
URL: 
http://svn.apache.org/viewvc/lucene/tika/trunk/src/site/apt/gettingstarted.apt?rev=756057&r1=756056&r2=756057&view=diff
==============================================================================
--- lucene/tika/trunk/src/site/apt/gettingstarted.apt (original)
+++ lucene/tika/trunk/src/site/apt/gettingstarted.apt Thu Mar 19 15:48:36 2009
@@ -97,11 +97,11 @@
  transitive dependencies to your project. You need to make sure that
  these dependencies won't conflict with your existing project dependencies.
  The listing below shows all the compile-scope dependencies of the
- current Tika release (0.2, December 2008). You can use the
+ current Tika release (0.3, March 2009). You can use the
  command "mvn dependency:tree" to check the latest tree of dependencies.
 
 ---
-org.apache.tika:tika:jar:0.2
+org.apache.tika:tika:jar:0.3
 +- commons-lang:commons-lang:jar:2.1:compile
 +- commons-logging:commons-logging:jar:1.0.4:compile
 +- commons-codec:commons-codec:jar:1.3:compile
@@ -111,11 +111,16 @@
 |  +- org.jempbox:jempbox:jar:0.2.0:compile
 |  +- bouncycastle:bcmail-jdk14:jar:136:compile
 |  \- bouncycastle:bcprov-jdk14:jar:136:compile
-+- org.apache.poi:poi:jar:3.1-FINAL:compile
-+- org.apache.poi:poi-scratchpad:jar:3.1-FINAL:compile
++- org.apache.poi:poi:jar:3.5-beta5:compile
++- org.apache.poi:poi-scratchpad:jar:3.5-beta5:compile
++- org.apache.poi:poi-ooxml:jar:3.5-beta5:compile
+|  +- org.apache.poi:ooxml-schemas:jar:1.0:compile
+|  |  \- org.apache.xmlbeans:xmlbeans:jar:2.3.0:compile
+|  \- dom4j:dom4j:jar:1.6.1:compile
+|     \- xml-apis:xml-apis:jar:1.0.b2:compile
++- org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0:compile
 +- net.sourceforge.nekohtml:nekohtml:jar:1.9.9:compile
 |  \- xerces:xercesImpl:jar:2.8.1:compile
-|     \- xml-apis:xml-apis:jar:1.3.03:compile
 +- com.ibm.icu:icu4j:jar:3.8:compile
 +- asm:asm:jar:3.1:compile
 +- log4j:log4j:jar:1.2.14:compile

Modified: lucene/tika/trunk/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/lucene/tika/trunk/src/site/apt/index.apt?rev=756057&r1=756056&r2=756057&view=diff
==============================================================================
--- lucene/tika/trunk/src/site/apt/index.apt (original)
+++ lucene/tika/trunk/src/site/apt/index.apt Thu Mar 19 15:48:36 2009
@@ -34,6 +34,8 @@
 
 Latest News
 
+   [March 2009: Apache Tika Release]
+     Apache Tika 0.3 has been released. Please see the download page for more 
details.
   
    [February 2009: Lucene at ApacheCon Europe 2009 in Amsterdam]
      Lucene will be extremely well represented at 
{{{http://www.eu.apachecon.com/c/aceu2009/}ApacheCon EU 2009}} in Amsterdam, 
Netherlands this March 23-27, 2009:


Reply via email to