You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2010/05/12 07:40:18 UTC

svn commit: r943379 - in /lucene/site/src/documentation/content/xdocs: index.xml site.xml tabs.xml

Author: mattmann
Date: Wed May 12 05:40:18 2010
New Revision: 943379

URL: http://svn.apache.org/viewvc?rev=943379&view=rev
Log:
Update Lucene website to reflect Nutch and Tika moving into TLPs.

Modified:
    lucene/site/src/documentation/content/xdocs/index.xml
    lucene/site/src/documentation/content/xdocs/site.xml
    lucene/site/src/documentation/content/xdocs/tabs.xml

Modified: lucene/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/lucene/site/src/documentation/content/xdocs/index.xml?rev=943379&r1=943378&r2=943379&view=diff
==============================================================================
--- lucene/site/src/documentation/content/xdocs/index.xml (original)
+++ lucene/site/src/documentation/content/xdocs/index.xml Wed May 12 05:40:18 2010
@@ -48,13 +48,6 @@ the <a href="ext:java">Lucene Java</a> p
 	APIs, hit highlighting, faceted search, caching, replication,
        	and a web admin interface.
       </li>
-
-
-      <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.
-      </li>
-      
       </ul>
 
     </section>
@@ -63,6 +56,15 @@ the <a href="ext:java">Lucene Java</a> p
       <title>News</title>
 
       <section>
+     <title>11 May 2010 - Nutch and Tika Graduate</title>
+     <p>Lucene's Nutch and Tika subprojects have graduated to become
+     top-level Apache projects.</p>
+     <p>Nutch can now be found
+     at <a href="http://nutch.apache.org/">http://nutch.apache.org/</a> and Tika 
+     can be found at <a href="//tika.apache.org/">http://tika.apache.org</a>.</p>
+     </section>
+
+      <section>
 	<title>7 May 2010 - Apache Lucene Eurocon 2010 Coming to Prague May 18-21</title>
 	<p>
           On May 18th to the 21st Prague will play host to the first

Modified: lucene/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/lucene/site/src/documentation/content/xdocs/site.xml?rev=943379&r1=943378&r2=943379&view=diff
==============================================================================
--- lucene/site/src/documentation/content/xdocs/site.xml (original)
+++ lucene/site/src/documentation/content/xdocs/site.xml Wed May 12 05:40:18 2010
@@ -32,21 +32,17 @@
     <lucene.net  label="Lucene.Net"       href="ext:lucene.net" />    
 	<lucy        label="Lucy"             href="ext:lucy" />
     <mahout      label="Mahout"           href="ext:mahout" />
-	<nutch       label="Nutch"            href="ext:nutch" />    
 	<orp       	 label="Open Relevance"            href="ext:orp" />
     <pylucene    label="PyLucene"         href="ext:pylucene"/>
     <solr        label="Solr"             href="ext:solr" />
-    <tika        label="Tika"             href="ext:tika" />
   </docs>
 
   <external-refs>
     <java      href="http://lucene.apache.org/java/" />
-    <nutch     href="http://lucene.apache.org/nutch/" />
     <lucy      href="http://lucene.apache.org/lucy/" />
     <orp      href="http://lucene.apache.org/openrelevance/" />
     <solr      href="http://lucene.apache.org/solr/" />
     <lucene.net href="http://incubator.apache.org/lucene.net/" />
-    <tika      href="http://lucene.apache.org/tika/" />
     <mahout    href="http://lucene.apache.org/mahout/" />
     <droids    href="http://incubator.apache.org/droids/" />
     <pylucene    href="http://lucene.apache.org/pylucene/" />

Modified: lucene/site/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/lucene/site/src/documentation/content/xdocs/tabs.xml?rev=943379&r1=943378&r2=943379&view=diff
==============================================================================
--- lucene/site/src/documentation/content/xdocs/tabs.xml (original)
+++ lucene/site/src/documentation/content/xdocs/tabs.xml Wed May 12 05:40:18 2010
@@ -16,7 +16,6 @@
 
   <tab label="Main" dir=""/>  
   <tab label="Java" href="http://lucene.apache.org/java/"/>
-  <tab label="Nutch" href="http://lucene.apache.org/nutch/"/>
   <tab label="Solr" href="http://lucene.apache.org/solr/"/>
 
   <tab label="Droids" href="http://incubator.apache.org/droids/"/>
@@ -25,5 +24,4 @@
   <tab label="Mahout" href="http://lucene.apache.org/mahout/"/>
   <tab label="Open Relevance" href="http://lucene.apache.org/openrelevance/"/>
   <tab label="PyLucene" href="http://lucene.apache.org/pylucene/"/>
-  <tab label="Tika" href="http://lucene.apache.org/tika/"/>
 </tabs>