You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by ot...@apache.org on 2002/09/07 18:06:06 UTC

cvs commit: jakarta-lucene/xdocs resources.xml

otis        2002/09/07 09:06:06

  Modified:    xdocs    resources.xml
  Log:
  - Added a link to Lucene introduction in Chinese.
  
  Revision  Changes    Path
  1.5       +28 -25    jakarta-lucene/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/xdocs/resources.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- resources.xml	14 Jul 2002 16:19:58 -0000	1.4
  +++ resources.xml	7 Sep 2002 16:06:06 -0000	1.5
  @@ -1,31 +1,34 @@
   <?xml version="1.0"?>
   <document>
  -<properties>
  -<author email="cutting@apache.org">Doug Cutting</author>
  -<title>Resources - Jakarta Lucene</title>
  -</properties>
  -<body>
  +    <properties>
  +	<author email="cutting@apache.org">Doug Cutting</author>
  +	<title>Resources - Jakarta Lucene</title>
  +    </properties>
  +    <body>
   
  -<section name="Articles">
  -<ul>
  -<li><a
  -       href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene.html">The Lucene search engine Powerful flexible and free</a>
  -<br/> - JavaWorld September 2000
  -</li>
  -</ul>
  -</section>
  +	<section name="Articles">
  +	    <ul>
  +		<li><a
  +		       href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene.html">The Lucene search engine Powerful flexible and free</a>
  +		    <br/> - JavaWorld September 2000
  +		</li>
  +		<li><a
  +		       href="http://www.chedong.com/tech/lucene.html">Lucene introduction in Chinese</a>
  +		</li>
  +	    </ul>
  +	</section>
   
  -<section name="Related Resources">
  -<ul>
  -<li><a
  -       href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Build your own languages with JavaCC</a>
  -<br/> - JavaWorld December 2000
  -</li>
  -<li><a href="http://sourceforge.net/projects/nlucene">NLucene</a>
  -<br/> - .NET implementation of Lucene
  -</li>
  -</ul>
  -</section>
  +	<section name="Related Resources">
  +	    <ul>
  +		<li><a
  +		       href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Build your own languages with JavaCC</a>
  +		    <br/> - JavaWorld December 2000
  +		</li>
  +		<li><a href="http://sourceforge.net/projects/nlucene">NLucene</a>
  +		    <br/> - .NET implementation of Lucene
  +		</li>
  +	    </ul>
  +	</section>
   
  -</body>
  +    </body>
   </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>