Author: dmeikle
Date: Sat Dec 6 04:45:12 2008
New Revision: 723974
URL: http://svn.apache.org/viewvc?rev=723974&view=rev
Log:
Update to documentation information in README.txt
Modified:
lucene/tika/branches/0.2/README.txt
lucene/tika/branches/0.2/src/site/apt/gettingstarted.apt
Modified: lucene/tika/branches/0.2/README.txt
URL:
http://svn.apache.org/viewvc/lucene/tika/branches/0.2/README.txt?rev=723974&r1=723973&r2=723974&view=diff
==============================================================================
--- lucene/tika/branches/0.2/README.txt (original)
+++ lucene/tika/branches/0.2/README.txt Sat Dec 6 04:45:12 2008
@@ -82,7 +82,9 @@
You can then open the Tika Documentation in a web browser:
- ./target/site/documentation.html
+ ./target/site/gettingstarted.html (for information on getting started with
Tika)
+ ./target/site/documentation.html (for information on the key abstractions
and usage of Tika)
+ ./target/site/formats.html (for information on supported formats)
Mailing Lists
=============
Modified: lucene/tika/branches/0.2/src/site/apt/gettingstarted.apt
URL:
http://svn.apache.org/viewvc/lucene/tika/branches/0.2/src/site/apt/gettingstarted.apt?rev=723974&r1=723973&r2=723974&view=diff
==============================================================================
--- lucene/tika/branches/0.2/src/site/apt/gettingstarted.apt (original)
+++ lucene/tika/branches/0.2/src/site/apt/gettingstarted.apt Sat Dec 6
04:45:12 2008
@@ -163,7 +163,7 @@
The tika jar (tika-x.y.jar) can be used as a command
line utility for extracting text content and metadata from all sorts of
- files, provided the dependancies are on the classpath.
+ files, provided the dependancies detailed previously are included on the
classpath.
The usage instructions are shown below.