Author: jukka
Date: Thu Nov 20 07:30:11 2008
New Revision: 719255
URL: http://svn.apache.org/viewvc?rev=719255&view=rev
Log:
TIKA-170: Graduate Tika
Updated the README
Modified:
lucene/tika/trunk/README.txt
Modified: lucene/tika/trunk/README.txt
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/README.txt?rev=719255&r1=719254&r2=719255&view=diff
==============================================================================
--- lucene/tika/trunk/README.txt (original)
+++ lucene/tika/trunk/README.txt Thu Nov 20 07:30:11 2008
@@ -1,10 +1,12 @@
-===========================================================
-Welcome to Apache Tika <http://incubator.apache.org/tika/>
-===========================================================
+========================================================
+Welcome to Apache Tika <http://lucene.apache.org/tika/>
+========================================================
Apache Tika is a toolkit for detecting and extracting metadata and
structured text content from various documents using existing parser
-libraries.
+libraries.
+
+Tika is a subproject of Apache Lucene <http://lucene.apache.org/>.
License (see also LICENSE.txt)
==============================
@@ -71,12 +73,21 @@
Mailing Lists
=============
-Discussion about the Tika project takes place on the development mailing
-list [EMAIL PROTECTED] The list is open to anyone and
-publicly archived. You can subscribe the mailing list by sending a
-message to [EMAIL PROTECTED], and unsubscribe by
-sending a message to [EMAIL PROTECTED] To receive
-more instructions, send a message to [EMAIL PROTECTED]
+Discussion about Tika takes place on the following mailing lists:
+
+ [EMAIL PROTECTED] - About using Tika
+ [EMAIL PROTECTED] - About developing Tika
+
+Notification on all code changes are sent to the following mailing list:
+
+ [email protected]
+
+The mailing lists are open to anyone and publicly archived.
+
+You can subscribe the mailing lists by sending a message to
+tika-<LIST>[EMAIL PROTECTED] (for example [EMAIL PROTECTED]).
+To unsubscribe, send a message to tika-<LIST>[EMAIL PROTECTED]
+For more instructions, send a message to tika-<LIST>[EMAIL PROTECTED]
Issue Tracker
=============
@@ -89,7 +100,7 @@
Updating the Tika web site
==========================
-Here's how to update the live Tika website (http://incubator.apache.org/tika/)
+Here's how to update the live Tika website (http://lucene.apache.org/tika/)
1) Edit the content found in src/site
@@ -97,19 +108,6 @@
3) Check the new content at target/site/index.html
- 4) Checkout https://svn.apache.org/repos/asf/incubator/tika/site
- and update the changed pages there
-
- 5) Commit your changes, both here and in the tika/site module
-
- 6) To activate the changes on the live website, login to
- people.apache.org and run:
-
- umask 002; svn update /www/incubator.apache.org/tika
-
- 7) That directory is replicated to the live website every few hours,
- so your changes can take some time to be live.
-
-Easy and fun, isn't it? ;-)
+ 4) Commit your changes
-This will get better once Tika graduates from the Incubator.
+Your changes are automatically deployed to the live web site in a few hours.