Mailing List Archive

cvs commit: jakarta-lucene/docs index.html
carlson 02/01/26 08:31:37

Modified: docs index.html
Log:
Updated site to include links two new areas. Getting started (by Andrew Oliver) and Contributions - a collection of Lucene community contributions. Also changed toolbar to contain updated links Moved Bugs to resources Added Lucene bugs to resources Added Link to JGuru FAQ in resources Changed name of FAQ to "FAQ Official" in resources Add Contributions link in Resources Added Contributions page with currently 4 sections (Overview, Lucene Documents, Analyzers, Misc).

Revision Changes Path
1.5 +18 -11 jakarta-lucene/docs/index.html

Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-lucene/docs/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.html 2 Oct 2001 15:54:16 -0000 1.4
+++ index.html 26 Jan 2002 16:31:37 -0000 1.5
@@ -51,17 +51,25 @@
</li>
<li> <a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
</li>
- <li> <a href="http://jakarta.apache.org/site/bugs.html">Bugs</a>
-</li>
</ul>
- <p><strong>Documentation</strong></p>
+ <p><strong>Resources</strong></p>
<ul>
- <li> <a href="http://www.lucene.com/cgi-bin/faq/faqmanager.cgi">FAQ</a>
+ <li> <a href="http://www.lucene.com/cgi-bin/faq/faqmanager.cgi">FAQ (Official)</a>
+</li>
+ <li> <a href="./gettingstarted.html">Getting Started</a>
+</li>
+ <li> <a href="http://www.jguru.com/faq/Lucene">JGuru FAQ</a>
+</li>
+ <li> <a href="http://jakarta.apache.org/site/bugs.html">Bugs</a>
+</li>
+ <li> <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Lucene&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=%27Importance%27">Lucene Bugs</a>
</li>
<li> <a href="./resources.html">Articles</a>
</li>
<li> <a href="./api/index.html">Javadoc</a>
</li>
+ <li> <a href="./contributions.html">Contributions</a>
+</li>
</ul>
<p><strong>Download</strong></p>
<ul>
@@ -96,8 +104,7 @@
<p>
Jakarta Lucene is a high-performance, full-featured text search engine
written entirely in Java. It is a technology suitable for nearly any
-application that requires full-text search, especially
-cross-platform.
+application that requires full-text search, especially cross-platform.
</p>
<p>
Jakarta Lucene is an open source project available for
@@ -118,13 +125,13 @@
<tr><td>
<blockquote>
<p>
-<b>Lucene v1.02 released</b> - This release repackages Lucene as product
+<b>Lucene v1.02 released</b> - This release repackages Lucene as a product
of the Apache Software Foundation. Download it
<a href="http://jakarta.apache.org/site/binindex.html">here</a>.
</p>
<p>
<b>Lucene Joins Jakarta</b> - The Lucene Team is happy to announce that
-Lucene is now part of a member of the Apache Jakarta Project. This move will
+Lucene is now a part of the Apache Jakarta Project. This move will
help Lucene continue to grow, and enhance its position as the leading
server-side searching solution for Java.
</p>
@@ -143,8 +150,8 @@
<blockquote>
<p>
The goal of the <a href="http://jakarta.apache.org/">Apache Jakarta Project</a>
-is to provide commercial-quality server solutions based on the Java Platform that
-are developed in an open and cooperative fashion.
+is to provide commercial-quality server solutions, based on the Java Platform,
+developed in an open and cooperative fashion.
</p>
</blockquote>
</p>
@@ -160,7 +167,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright &#169; 1999-2001, Apache Software Foundation
+ Copyright &#169; 1999-2002, Apache Software Foundation
</em></font></div>
</td></tr>
</table>




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>