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 2009/11/22 05:01:01 UTC

svn commit: r883032 - in /lucene/tika/site/src/site/apt: download.apt gettingstarted.apt index.apt

Author: mattmann
Date: Sun Nov 22 04:01:00 2009
New Revision: 883032

URL: http://svn.apache.org/viewvc?rev=883032&view=rev
Log:
- update website to reflect 0.5 release

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

Modified: lucene/tika/site/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/apt/download.apt?rev=883032&r1=883031&r2=883032&view=diff
==============================================================================
--- lucene/tika/site/src/site/apt/download.apt (original)
+++ lucene/tika/site/src/site/apt/download.apt Sun Nov 22 04:01:00 2009
@@ -19,12 +19,12 @@
 
 Download Apache Tika
 
-   Apache Tika 0.4 is now available.
-   See the {{{http://www.apache.org/dist/lucene/tika/CHANGES-0.4.txt}CHANGES.txt}}
+   Apache Tika 0.5 is now available.
+   See the {{{http://www.apache.org/dist/lucene/tika/CHANGES-0.5.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.4-src.tar.gz}apache-tika-0.4-src.tar.gz}}
-     ({{{http://www.apache.org/dist/lucene/tika/apache-tika-0.4-src.tar.gz.asc}PGP}})
+   * {{{http://www.apache.org/dyn/closer.cgi/lucene/tika/apache-tika-0.5-src.tar.gz}apache-tika-0.5-src.tar.gz}}
+     ({{{http://www.apache.org/dist/lucene/tika/apache-tika-0.5-src.zip.asc}PGP}})
 
    []
 

Modified: lucene/tika/site/src/site/apt/gettingstarted.apt
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/apt/gettingstarted.apt?rev=883032&r1=883031&r2=883032&view=diff
==============================================================================
--- lucene/tika/site/src/site/apt/gettingstarted.apt (original)
+++ lucene/tika/site/src/site/apt/gettingstarted.apt Sun Nov 22 04:01:00 2009
@@ -45,7 +45,7 @@
 
 Build artifacts
 
- Starting with Tika 0.4, the build consists of a number of components
+ Starting with Tika 0.5, the build consists of a number of components
  and produces the following main binaries (x.y stands for the current
  Tika version number):
 
@@ -67,7 +67,7 @@
 
 Using Tika as a Maven dependency
 
- Since the 0.4 release Tika has been split to components to give you
+ Since the 0.5 release Tika has been split to components to give you
  more control over which parts of Tika you want to use in your application.
  The core library, tika-core, contains the key interfaces and classes, so
  you'll always want to include a dependency to it:
@@ -76,7 +76,7 @@
   <dependency>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-core</artifactId>
-    <version>x.y</version>  <!-- 0.4 or higher -->
+    <version>x.y</version>  <!-- 0.5 or higher -->
   </dependency>
 ---
 
@@ -97,32 +97,57 @@
  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 parsers release (0.4, July 2009). You can use the
+ current Tika parsers release (0.5, November 2009). You can use the
  command "mvn dependency:tree" to check the latest tree of dependencies on any
  one of Tika's core, parsers and app projects.
 
 ---
-org.apache.tika:tika-parsers:bundle:0.4
-+- org.apache.tika:tika-core:jar:0.4:compile
+org.apache.tika:tika-parent:pom:0.5
+org.apache.tika:tika-core:bundle:0.5
+\- junit:junit:jar:3.8.1:test
+org.apache.tika:tika-parsers:bundle:0.5
++- org.apache.tika:tika-core:jar:0.5:compile
 +- org.apache.commons:commons-compress:jar:1.0:compile
-+- pdfbox:pdfbox:jar:0.7.3:compile
-|  +- org.fontbox:fontbox:jar:0.1.0:compile
-|  +- 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.5-beta6:compile
-+- org.apache.poi:poi-scratchpad:jar:3.5-beta6:compile
-+- org.apache.poi:poi-ooxml:jar:3.5-beta6:compile
++- org.apache.pdfbox:pdfbox:jar:0.8.0-incubating:compile
+|  +- org.apache.pdfbox:fontbox:jar:0.8.0-incubator:compile
+|  \- org.apache.pdfbox:jempbox:jar:0.8.0-incubator:compile
++- org.apache.poi:poi:jar:3.5-FINAL:compile
++- org.apache.poi:poi-scratchpad:jar:3.5-FINAL:compile
++- org.apache.poi:poi-ooxml:jar:3.5-FINAL: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
++- org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1:compile
 +- commons-logging:commons-logging:jar:1.1.1:compile
-+- net.sourceforge.nekohtml:nekohtml:jar:1.9.9:compile
-|  \- xerces:xercesImpl:jar:2.8.1:compile
++- org.ccil.cowan.tagsoup:tagsoup:jar:1.2:compile
 +- asm:asm:jar:3.1:compile
-\- log4j:log4j:jar:1.2.14:compile
++- log4j:log4j:jar:1.2.14:compile
++- junit:junit:jar:3.8.1:test
++- org.mockito:mockito-core:jar:1.7:test
+|  +- org.hamcrest:hamcrest-core:jar:1.1:test
+|  \- org.objenesis:objenesis:jar:1.0:test
+\- com.drewnoakes:metadata-extractor:jar:2.4.0-beta-1:compile
+org.apache.tika:tika-app:bundle:0.5
+\- org.apache.tika:tika-parsers:jar:0.5:provided
+   +- org.apache.tika:tika-core:jar:0.5:provided
+   +- org.apache.commons:commons-compress:jar:1.0:provided
+   +- org.apache.pdfbox:pdfbox:jar:0.8.0-incubating:provided
+   |  +- org.apache.pdfbox:fontbox:jar:0.8.0-incubator:provided
+   |  \- org.apache.pdfbox:jempbox:jar:0.8.0-incubator:provided
+   +- org.apache.poi:poi:jar:3.5-FINAL:provided
+   +- org.apache.poi:poi-scratchpad:jar:3.5-FINAL:provided
+   +- org.apache.poi:poi-ooxml:jar:3.5-FINAL:provided
+   |  +- org.apache.poi:ooxml-schemas:jar:1.0:provided
+   |  |  \- org.apache.xmlbeans:xmlbeans:jar:2.3.0:provided
+   |  \- dom4j:dom4j:jar:1.6.1:provided
+   |     \- xml-apis:xml-apis:jar:1.0.b2:provided
+   +- org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1:provided
+   +- commons-logging:commons-logging:jar:1.1.1:provided
+   +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2:provided
+   +- asm:asm:jar:3.1:provided
+   +- log4j:log4j:jar:1.2.14:provided
+   \- com.drewnoakes:metadata-extractor:jar:2.4.0-beta-1:provided
 ---
 
 Using Tika in an Ant project
@@ -134,8 +159,8 @@
 ---
 <classpath>
   ... <!-- your other classpath entries -->
-  <pathelement location="path/to/tika-core-0.4.jar"/>
-  <pathelement location="path/to/tika-parsers-0.4.jar"/>
+  <pathelement location="path/to/tika-core-0.5.jar"/>
+  <pathelement location="path/to/tika-parsers-0.5.jar"/>
   <pathelement location="path/to/commons-logging-1.1.1.jar"/>
   <pathelement location="path/to/commons-compress-1.0.jar"/>
   <pathelement location="path/to/pdfbox-0.7.3.jar"/>

Modified: lucene/tika/site/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/apt/index.apt?rev=883032&r1=883031&r2=883032&view=diff
==============================================================================
--- lucene/tika/site/src/site/apt/index.apt (original)
+++ lucene/tika/site/src/site/apt/index.apt Sun Nov 22 04:01:00 2009
@@ -34,6 +34,9 @@
 
 Latest News
 
+   [November 2009: Apache Tika Release]
+     Apache Tika 0.5 has been released. Please see the download page for more details.
+
    [14 August 2009 - Lucene at US ApacheCon]
      ApacheCon US is once again in the Bay Area and Lucene is coming along for the ride! The 
      Lucene community has planned two full days of talks, plus a meetup and the usual bevy