Mailing List Archive

cvs commit: jakarta-lucene-sandbox README.txt
carlson 02/04/19 07:32:07

Added: . README.txt
Log:
Files to create the basic structure of the Lucene Sandbox Repository.

Revision Changes Path
1.1 jakarta-lucene-sandbox/README.txt

Index: README.txt
===================================================================
Lucene-Sandbox README file



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.

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 subprojects in Lucene that may
require restructuring of Lucene code.

NOTE: All contributions must be under the APL license to be part of this
repository.

The basic structure for the respository is

jakarta-lucene-sandbox/README.txt
jakarta-lucene-sandbox/LICENSE.txt
jakarta-lucene-sandbox/index.html
jakarta-lucene-sandbox/CHANGES.txt

jakarta-lucene-sandbox/contributions/CHANGES.txt
jakarta-lucene-sandbox/contributions/build/build.xml
jakarta-lucene-sandbox/contributions/docs/...
jakarta-lucene-sandbox/contributions/[contribution]/src/...
jakarta-lucene-sandbox/contributions/[contribution]/xdocs/about[contribution].xml
jakarta-lucene-sandbox/contributions/[contribution]/build.xml
jakarta-lucene-sandbox/contributions/[contribution]/README.txt

jakarta-lucene-sandbox/projects/[project]/src/...
jakarta-lucene-sandbox/projects/[project]/docs/...
jakarta-lucene-sandbox/projects/[project]/xdocs/...
jakarta-lucene-sandbox/projects/[project]/build.xml
jakarta-lucene-sandbox/projects/[project]/README.txt
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.


The Lucene web site is at:
http://jakarta.apache.org/lucene

Please join the Lucene-User mailing list by sending a message to:
lucene-user-subscribe@jakarta.apache.org

FILES

lucene-XX.jar
The compiled lucene library.

docs/index.html
The contents of the Lucene website.

docs/api/index.html
The Javadoc Lucene API documentation.

src/java
The Lucene source code.

src/demo
Some example code.




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene-sandbox README.txt [ In reply to ]
otis 02/04/19 08:23:59

Modified: . README.txt
Log:
- Fixed a few typos (really just testing commit priviledges).

Revision Changes Path
1.2 +2 -2 jakarta-lucene-sandbox/README.txt

Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene-sandbox/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.txt 19 Apr 2002 14:32:07 -0000 1.1
+++ README.txt 19 Apr 2002 15:23:59 -0000 1.2
@@ -11,13 +11,13 @@
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 subprojects in Lucene that may
+The 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.

-The basic structure for the respository is
+The basic structure for the repository is

jakarta-lucene-sandbox/README.txt
jakarta-lucene-sandbox/LICENSE.txt




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene-sandbox README.txt [ In reply to ]
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: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene-sandbox README.txt [ In reply to ]
otis 02/05/03 09:17:46

Modified: . README.txt
Log:
- Removed unneeded list of files.

Revision Changes Path
1.4 +0 -17 jakarta-lucene-sandbox/README.txt

Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene-sandbox/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README.txt 3 May 2002 13:17:23 -0000 1.3
+++ README.txt 3 May 2002 16:17:46 -0000 1.4
@@ -50,20 +50,3 @@

Please join the Lucene-User mailing list by sending a message to:
lucene-user-subscribe@jakarta.apache.org
-
-FILES
-
-lucene-XX.jar
- The compiled lucene library.
-
-docs/index.html
- The contents of the Lucene website.
-
-docs/api/index.html
- The Javadoc Lucene API documentation.
-
-src/java
- The Lucene source code.
-
-src/demo
- Some example code.




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene-sandbox README.txt [ In reply to ]
otis 02/05/03 11:59:35

Modified: . README.txt
Log:
- Minor changes.

Revision Changes Path
1.5 +4 -7 jakarta-lucene-sandbox/README.txt

Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene-sandbox/README.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README.txt 3 May 2002 16:17:46 -0000 1.4
+++ README.txt 3 May 2002 18:59:35 -0000 1.5
@@ -1,4 +1,4 @@
-Lucene-Sandbox README file
+Jakarta-Lucene-Sandbox README file



@@ -12,11 +12,11 @@
The Lucene Sanbox is a place for contributions that are not part of
the core Lucene distribution. These contributions will not be part of
Lucene distribution.
-The Lucene Sandbox is also for creating new sub-projects in Lucene that
+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.
+NOTE: All contributions must be under the APL-style license to be part of
+this repository.

The basic structure for the repository is

@@ -47,6 +47,3 @@

The Lucene web site is at:
http://jakarta.apache.org/lucene
-
-Please join the Lucene-User mailing list by sending a message to:
- lucene-user-subscribe@jakarta.apache.org




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene-sandbox README.txt [ In reply to ]
otis 02/05/04 06:29:55

Modified: . README.txt
Log:
- Cosmetics.

Revision Changes Path
1.6 +1 -1 jakarta-lucene-sandbox/README.txt

Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene-sandbox/README.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- README.txt 3 May 2002 18:59:35 -0000 1.5
+++ README.txt 4 May 2002 13:29:54 -0000 1.6
@@ -29,7 +29,7 @@
jakarta-lucene-sandbox/contributions/build/build.xml
jakarta-lucene-sandbox/contributions/docs/...
jakarta-lucene-sandbox/contributions/[contribution]/src/...
-jakarta-lucene-sandbox/contributions/[contribution]/xdocs/about[contribution].xml
+jakarta-lucene-sandbox/contributions/[contribution]/xdocs/about-[contribution].xml
jakarta-lucene-sandbox/contributions/[contribution]/build.xml
jakarta-lucene-sandbox/contributions/[contribution]/README.txt





--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene-sandbox README.txt [ In reply to ]
kelvint 02/05/10 10:19:17

Modified: . README.txt
Log:
Fix typo.

Revision Changes Path
1.7 +1 -1 jakarta-lucene-sandbox/README.txt

Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene-sandbox/README.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- README.txt 4 May 2002 13:29:54 -0000 1.6
+++ README.txt 10 May 2002 17:19:17 -0000 1.7
@@ -9,7 +9,7 @@
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 Lucene Sandbox is a place for contributions that are not part of
the core Lucene distribution. These contributions will not be part of
Lucene distribution.
The Lucene Sandbox is also for creating new sub-projects in Lucene that




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