Hi,

On Mon, Nov 10, 2008 at 9:14 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote:
> If someone can whip up a patch to Lucene's TLP site, I'd be more than happy
> to apply it.

See below for the patch. We also need to move the site from
/www/incubator.apache.org/tika to /www/lucene.apache.org/tika on
people.apache.org. I'm not a member of the Unix group "lucene" so I
can't do this yet.

I guess we should get all Tika committers added to the "lucene" group
so they can update the web site. The following committer accounts are
not yet included:

    dmeikle, jukka, kbennett, niallp, ridabenjelloun

Grant, can you ask root@ to update the "lucene" group accordingly?

PS. Note that currently the web site is being built automatically by
Hudson and deployed by a cron script running on my p.a.o account. In
any case I think it's good if all committers have access to the
deployed site in case something goes wrong with the automation.

BR,

Jukka Zitting


Index: src/documentation/content/xdocs/site.xml
===================================================================
--- src/documentation/content/xdocs/site.xml    (revision 714241)
+++ src/documentation/content/xdocs/site.xml    (working copy)
@@ -42,7 +42,7 @@
     <solr      href="http://lucene.apache.org/solr/"; />
     <mahout      href="http://lucene.apache.org/mahout/"; />
     <lucene.net href="http://incubator.apache.org/lucene.net/"; />
-    <tika      href="http://incubator.apache.org/tika/"; />
+    <tika      href="http://lucene.apache.org/tika/"; />
     <store     href="http://www.cafepress.com/lucene/"; />
     <sponsor   href="http://www.apache.org/foundation/sponsorship.html"; />
     <thanks    href="http://www.apache.org/foundation/thanks.html"; />
Index: src/documentation/content/xdocs/index.xml
===================================================================
--- src/documentation/content/xdocs/index.xml   (revision 714241)
+++ src/documentation/content/xdocs/index.xml   (working copy)
@@ -50,7 +50,6 @@
       <li><a href="ext:tika"><strong>Tika</strong></a> is a toolkit for
         detecting and extracting metadata and structured text content
         from various documents using existing parser libraries.
-        Tika is currently under incubation.
       </li>
          <li><a href="ext:mahout"><strong>Mahout</strong></a> is new
Lucene subproject with the goal of creating a suite of  scalable
machine learning libraries.</li>

Index: src/documentation/content/xdocs/tabs.xml
===================================================================
--- src/documentation/content/xdocs/tabs.xml    (revision 714241)
+++ src/documentation/content/xdocs/tabs.xml    (working copy)
@@ -20,6 +20,6 @@
   <tab label="Lucy" href="http://lucene.apache.org/lucy/"/>
   <tab label="Solr" href="http://lucene.apache.org/solr/"/>
   <tab label="Lucene.Net" href="http://incubator.apache.org/lucene.net/"/>
-  <tab label="Tika" href="http://incubator.apache.org/tika/"/>
+  <tab label="Tika" href="http://lucene.apache.org/tika/"/>
   <tab label="Mahout" href="http://lucene.apache.org/mahout/"/>
 </tabs>

Reply via email to