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/05/03 15:17:23 UTC

cvs commit: jakarta-lucene-sandbox README.txt

otis        02/05/03 06:17:23

  Modified:    .        README.txt
  Log:
  - Cosmetics.
  
  Revision  Changes    Path
  1.3       +9 -8      jakarta-lucene-sandbox/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene-sandbox/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt	19 Apr 2002 15:23:59 -0000	1.2
  +++ README.txt	3 May 2002 13:17:23 -0000	1.3
  @@ -4,15 +4,16 @@
   
   INTRODUCTION
   
  -Lucene is a Java full-text search engine.  Lucene is not a complete
  -application, but rather a code library and API that can easily be used
  -to add search capabilities to applications.
  +Lucene is a full-text search engine written in Java.  Lucene is not a
  +complete application, but rather a code library and an API that can
  +easily be used to add text indexing and search capabilities to
  +applications.
   
   The Lucene Sanbox is a place for contributions that are not part of
   the core Lucene distribution. These contributions will not be part of
  -distribution.
  -The Sandbox is also for creating new sub-projects in Lucene that may
  -require restructuring of Lucene code.
  +Lucene distribution.
  +The Lucene Sandbox is also for creating new sub-projects in Lucene that 
  +may require restructuring of Lucene code.
   
   NOTE: All contributions must be under the APL license to be part of this
   repository.
  @@ -40,8 +41,8 @@
   jakarta-lucene-sandbox/projects/[project]/CHANGES.txt
   jakarta-lucene-sandbox/projects/[project]/LICENSE.txt
   
  -Where [contribution] is the name of the contribution
  -[project] is the name of the subproject in the sandbox area.
  +Where [contribution] is the name of the contribution and
  +[project] is the name of the sub-project in the sandbox area.
   
   
   The Lucene web site is at:
  
  
  

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