otis 2002/10/29 20:09:30 Modified: xdocs/lucene-sandbox index.xml Log: - Added a link to LARM Technical Overview. Revision Changes Path 1.3 +44 -33 jakarta-lucene/xdocs/lucene-sandbox/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-lucene/xdocs/lucene-sandbox/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 17 Sep 2002 04:21:06 -0000 1.2 +++ index.xml 30 Oct 2002 04:09:30 -0000 1.3 @@ -1,33 +1,44 @@ -<?xml version="1.0"?> -<document> -<properties> -<author>Otis Gospodentic</author> -<title>Lucene Sandbox</title> -</properties> -<body> - -<section name="Lucene Sandbox"> -Lucene project also contains a workspace, Lucene Sandbox, that is open to all Lucene committers, as well -as a few other developers. The purpose of the Sandbox is to host various third party contributions, -and to serve as a place to try out new ideas and prepare them for inclusion into the core Lucene -distribution. -Users are free to experiment with the components developed in the Sandbox, but Sandbox components will -not necessarily be maintained, particularly in their current state. -<P> -You can access Lucene Sandbox CVS repository at -<A HREF="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/">http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/</A>. -</P> - -<subsection name="Indyo"> -<p> -Indyo is a datasource-independent Lucene indexing framework. -</p> -<p> -A tutorial for using Indyo can be found <a href="indyo/tutorial.html">here</a>. -</p> -</subsection> - -</section> - -</body> -</document> +<?xml version="1.0"?> +<document> +<properties> +<author>Otis Gospodentic</author> +<title>Lucene Sandbox</title> +</properties> +<body> + +<section name="Lucene Sandbox"> +<p> +Lucene project also contains a workspace, Lucene Sandbox, that is open to all Lucene committers, as well +as a few other developers. The purpose of the Sandbox is to host various third party contributions, +and to serve as a place to try out new ideas and prepare them for inclusion into the core Lucene +distribution.<br/> +Users are free to experiment with the components developed in the Sandbox, but Sandbox components will +not necessarily be maintained, particularly in their current state. +</p> +<p> +You can access the Lucene Sandbox CVS repository at +<a href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/">http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/</a>. +</p> + + +<subsection name="Indyo"> +<p> +Indyo is a datasource-independent Lucene indexing framework. +</p> +<p> +A tutorial for using Indyo can be found <a href="indyo/tutorial.html">here</a>. +</p> +</subsection> + +<subsection name="LARM"> +<p> +LARM is a web crawler optimized for large intranets with up to a couple of hundred hosts. +</p> +<a href="larm/overview.html">Technical Overview</a> + +</subsection> + +</section> + +</body> +</document>
-- To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:lucene-dev-help@;jakarta.apache.org>