You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by Jukka Zitting <ju...@gmail.com> on 2008/11/15 13:58:24 UTC

Moving the web site (Was: Graduation tasks)

Hi,

On Mon, Nov 10, 2008 at 9:14 PM, Grant Ingersoll <gs...@apache.org> 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>

Re: Moving the web site (Was: Graduation tasks)

Posted by Niall Pemberton <ni...@gmail.com>.
On Sat, Nov 15, 2008 at 12:58 PM, Jukka Zitting <ju...@gmail.com> wrote:
> Hi,
>
> On Mon, Nov 10, 2008 at 9:14 PM, Grant Ingersoll <gs...@apache.org> 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

Since getting my commit access to Tika, I don't believe I've ever used
it - so probably best to remove me. Good luck to Tika in its new home
though.

Niall

> 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>
>

Re: Moving the web site (Was: Graduation tasks)

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Sat, Nov 15, 2008 at 2:22 PM, Grant Ingersoll <gs...@apache.org> wrote:
> On Nov 15, 2008, at 7:58 AM, Jukka Zitting wrote:
>> Grant, can you ask root@ to update the "lucene" group accordingly?
>
> Done.

Thanks!

The web site is now located at http://lucene.apache.org/tika/ and I've
added a redirect to there from http://incubator.apache.org/tika/. To
update the web site, just modify the site sources in src/site.

The Hudson build at
http://hudson.zones.apache.org/hudson/job/Tika-trunk/ will build the
site using "mvn site" (you can use this locally to check the result
before committing), after which a cron script in my account on
people.apache.org deploys the result to /www/lucene.apache.org/tika.
Finally the site is synced from people.a.o to the live web server. The
whole process from your commit to the changes becoming visible on
http://lucene.apache.org/tika/ takes a few hours.

BR,

Jukka Zitting

Re: Moving the web site (Was: Graduation tasks)

Posted by Grant Ingersoll <gs...@apache.org>.
On Nov 15, 2008, at 7:58 AM, Jukka Zitting wrote:

> Hi,
>
> On Mon, Nov 10, 2008 at 9:14 PM, Grant Ingersoll  
> <gs...@apache.org> 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?

Done.

>
>
> 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>

--------------------------
Grant Ingersoll

Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ