Doug, Dave,
I sent this to pmc*AT*lucene.apache.org about 3 hours ago, but
haven't heard from anyone. Maybe that's a closed list and it's
sitting in a moderation queue? I've received emails from Doug since
then, whom I assume I would have reached via that address -- Doug,
have you seen this?
Begin forwarded message:
From: Marvin Humphrey <marvin*AT*rectangular.com>
Date: June 19, 2006 9:09:49 AM PDT
To: pmc*AT*lucene.apache.org
Subject: Patching top-level website
Greets,
I'm preparing a patch against the top-level website for
lucene.apache.org, adding a tab, a news item, and a bullet point
under sub-projects all pointing at <http://lucene.apache.org/lucy/>.
Doug will be sending out announcements regarding Lucy to the Lucene
lists. My goal is to provide and possibly commit a patch to the
site, so that when he's ready all he has to do is svn up at
people.apache.org. However, I've got two issues.
First, I've patched the XML pages appropriately and run forrest,
which put the site into ./build/site/, but it's not clear to me how
to move it from there to ./publish/.
Second, I'm not sure that as a Lucy committer I have permissions,
either mechanical or informal, to alter the main Lucene website.
A patch for the XML only is below. How shall I proceed?
Marvin Humphrey
Rectangular Research
http://www.rectangular.com/
Index: src/documentation/content/xdocs/site.xml
===================================================================
--- src/documentation/content/xdocs/site.xml (revision 415026)
+++ src/documentation/content/xdocs/site.xml (working copy)
@@ -28,6 +28,7 @@
<nutch label="Nutch" href="ext:nutch" />
<hadoop label="Hadoop" href="ext:hadoop" />
<lucen4c label="Lucene4c" href="ext:lucene4c" />
+ <lucy label="Lucy" href="ext:lucy" />
</docs>
<external-refs>
@@ -35,6 +36,7 @@
<nutch href="http://lucene.apache.org/nutch/" />
<hadoop href="http://lucene.apache.org/hadoop/" />
<lucene4c href="http://incubator.apache.org/lucene4c/" />
+ <lucy href="http://lucene.apache.org/lucy/" />
<store href="http://www.cafepress.com/lucene/" />
</external-refs>
Index: src/documentation/content/xdocs/index.xml
===================================================================
--- src/documentation/content/xdocs/index.xml (revision 415026)
+++ src/documentation/content/xdocs/index.xml (working copy)
@@ -37,6 +37,10 @@
C-based search engine compatible with <a href="ext:java">Lucene
Java</a>, built on the Apache Portable Runtime. Lucene4c is
still under incubation.</li>
+
+ <li><a href="ext:lucy"><strong>Lucy</strong></a> is a loose C
+ port of <a href="ext:java">Lucene Java</a>, with Perl and Ruby
+ bindings.</li>
</ul>
</section>
@@ -45,6 +49,13 @@
<title>News</title>
<section>
+ <title>19 June, 2006: Lucy development commences</title>
+ <p>The Lucene PMC has approved the <a href="ext:lucy">Lucy</a>
+ sub-project, and now that the mailing lists, repositories, and
such are
+ in place, we're rolling up our sleeves and getting to work.</p>
+ </section>
+
+ <section>
<title>26 May, 2006: Lucene 2.0.0 available</title>
<p>This is mostly a bugfix release from release 1.9.1. Note
however that
deprecated 1.x features have now been removed. Any code that
compiles
Index: src/documentation/content/xdocs/tabs.xml
===================================================================
--- src/documentation/content/xdocs/tabs.xml (revision 415026)
+++ src/documentation/content/xdocs/tabs.xml (working copy)
@@ -19,5 +19,6 @@
<tab label="Nutch" href="http://lucene.apache.org/nutch/"/>
<tab label="Hadoop" href="http://lucene.apache.org/hadoop/"/>
<tab label="Lucene4c" href="http://incubator.apache.org/lucene4c/"/>
+ <tab label="Lucy" href="http://lucene.apache.org/lucy/"/>
</tabs>