Author: rooneg
Date: Sat Mar 19 08:36:55 2005
New Revision: 158248
URL: http://svn.apache.org/viewcvs?view=rev&rev=158248
Log:
Bring the web site up to date with current events. Still need to actually
figure out how to publish this on http://incubator.apache.org/ though.
* www/index.xhtml: update to match reality.
Modified:
incubator/lucene4c/trunk/www/index.xhtml
Modified: incubator/lucene4c/trunk/www/index.xhtml
URL:
http://svn.apache.org/viewcvs/incubator/lucene4c/trunk/www/index.xhtml?view=diff&r1=158247&r2=158248
==============================================================================
--- incubator/lucene4c/trunk/www/index.xhtml (original)
+++ incubator/lucene4c/trunk/www/index.xhtml Sat Mar 19 08:36:55 2005
@@ -7,16 +7,41 @@
margin: 0.5in;
font-family: arial,helvetica,sans-serif;
}
+
+ .notice {
+ border-color: black;
+ border: 1px solid;
+ margin: 0.25in;
+ padding: 0.1in;
+ }
</style>
</head>
<body>
<h1>Lucene4c</h1>
<p>
The Lucene4c project is an implementation of the <a
- href="http://jakarta.apache.org/lucene/">Lucene</a> search engine in
+ href="http://lucene.apache.org/">Lucene</a> search engine in
C, built on top of the <a
href="http://apr.apache.org/">Apache Portable Runtime</a>.
</p>
+ <div class="notice">
+ <p>
+ Lucene4c is an effort undergoing incubation at the Apache
+ Software Foundation (ASF). Incubation is required of all newly
+ accepted projects until a further review indicates that the
+ infrastructure, communications, and decision making process
+ have stabilized in a manner consistent with other successful
+ ASF projects. While incubation status is not necessarily a
+ reflection of the completeness or stability of the code, it
+ does indicate that the project has yet to be fully endorsed by
+ the ASF.
+ </p>
+
+ <p>
+ The incubation status is recorded at <a
+
href="http://incubator.apache.org/projects/lucene4c.html">http://incubator.apache.org/projects/lucene4c.html</a>
+ </p>
+ </div>
<p>
Unlike some other Lucene ports, Lucene4c does not stick to the API
used in the original Java based Lucene when a more idiomatic APR and
@@ -35,28 +60,15 @@
<h2>News</h2>
<ul>
<li>
- 21 Feb 2005 - Version 0.03 of Lucene4c has been released, adding
- several higher level interfaces for working with an entire index
- instead of a single segment, improved error message and algorithms,
- many bug fixes and most importantly doxygen documentation for the
- public APIs.
- </li>
- <li>
- 13 Feb 2005 - Version 0.02 of Lucene4c has been released, adding
- support for the compressed file stream directory format used by
- current versions of Lucene and fixing many bugs.
- </li>
- <li>
- 26 Dec 2004 - Version 0.01 of Lucene4c has been released, with
- support for reading many parts of a Lucene 1.4.x segment.
+ 19 Mar 2005 - The project has moved into the Apache incubator,
+ a necessary step towards becoming part of the <a
+ href="http://lucene.apache.org/">Lucene Project</a>.
</li>
</ul>
<h2>Downloads</h2>
- <ul>
- <li><a href="lucene4c-0.03.tar.gz">lucene4c-0.03.tar.gz</a></li>
- <li><a href="lucene4c-0.02.tar.gz">lucene4c-0.02.tar.gz</a></li>
- <li><a href="lucene4c-0.01.tar.gz">lucene4c-0.01.tar.gz</a></li>
- </ul>
+ <p>
+ The project currently has no releases available.
+ </p>
<h2>Documentation</h2>
<p>
There is <a href="apidocs/">API documentation</a> generated via
@@ -71,18 +83,30 @@
<h2>Development</h2>
<p>
Grab the current development version of Lucene4c from its Subversion
- repository at <tt>svn://rooneg.dyndns.org/dev/lucene4c/trunk</tt>.
+ repository at
+ <a
href="http://svn.apache.org/repos/asf/incubator/lucene4c/trunk">http://svn.apache.org/repos/asf/incubator/lucene4c/trunk</a>.
+ </p>
+ <p>
+ Discussion about the project occurs on its mailing list, <a
+ href="mailto:c-dev at lucene.apache.org">c-dev at
+ lucene.apache.org</a>, to subscribe, send a message to <a
+ href="mailto:c-dev-subscribe at
+ lucene.apache.org">c-dev-subscribe at lucene.apache.org</a>.
</p>
<p>
- The project doesn't have a mailing list yet, but if you're interested
- in contributing please email the author and he'll look into setting
- one up.
+ Commit notifications are sent to <a href="mailto:commits at
+ lucene.apache.org">commits at lucene.apache.org</a>, to
+ subscribe send a message to <a href="mailto:commits-subscribe at
+ lucene.apache.org">commits-subscribe at lucene.apache.org</a>.
+ </p>
+ <p>
+ Archives of the lists are available at:
</p>
- <h2>Authors</h2>
<ul>
- <li>
- <a href="mailto:rooneg at electricjellyfish.net">Garrett Rooney</a>
- </li>
+ <li><a
+
href="http://mail-archives.apache.org/mod_mbox/lucene-c-dev/">http://mail-archives.apache.org/mod_mbox/lucene-c-dev/</a></li>
+ <li><a
+
href="http://mail-archives.apache.org/mod_mbox/lucene-commits/">http://mail-archives.apache.org/mod_mbox/lucene-commits/</a></li>
</ul>
</body>
</html>