X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=README;h=e01743d25f9ff78a3ac40c4c09f12bb5f197b72e;hb=aee82c7b27048ab058fd9917d18199d4f38a2de4;hp=eea8b25f10c55ee10c61b40e735060dff12b5d64;hpb=be49dd9d16950f348cfd3ef6ba214e5d89a5c1fc;p=cql-java-moved-to-github.git diff --git a/README b/README index eea8b25..e01743d 100644 --- a/README +++ b/README @@ -1,4 +1,3 @@ -$Id: README,v 1.24 2007-06-07 16:04:50 mike Exp $ CQL-Java - a free CQL compiler, and other CQL tools, for Java @@ -41,16 +40,15 @@ WHAT'S WHAT IN THIS DISTRIBUTION? VERSION The version-number of this distribution Changes History of releases LGPL-2.1 The GNU lesser GPL (see below) - Makefile, Build Files to control compilation. - src Source-code for the CQL-Java library - lib The compiled library file, "cql-java.jar" - bin Simple shell-scripts to invoke the test-harnesses - docs Documentation automatically generated by "javadoc" - test Various testing and sanity-checking frameworks + pom.xml Maven project file to control compilation. + src Source-code for the CQL-Java library and tests + target The compiled library file, "cql-java.jar" and javadoc + bin Simple shell-scripts to invoke CQL programs (parser/lexer/generator) + util Various testing and sanity-checking Perl scripts etc Other files: PQF indexes, generator properties, etc. "Installation" of this package would consist of putting the bin -directory on your PATH and lib/cql-java.jar on your CLASSPATH. +directory on your PATH and target/cql-java.jar on your CLASSPATH. SYNOPSIS @@ -89,16 +87,19 @@ Using the library in your own applications: DESCRIPTION ----------- -See the automatically generated class documentation in the "doc" +See the automatically generated class documentation in the "target" subdirectory. AUTHOR ------ -Code and documentation by Mike Taylor, Index Data - http://indexdata.com +Original code and documentation by Mike Taylor, Index Data +At present maintained by Jakub Skoczen, Index Data + + http://www.indexdata.com/cql-java http://zing.z3950.org/cql + Please email me with bug-reports, wishlist items, patches, deployment stories and, of course, large cash donations. @@ -126,5 +127,6 @@ SEE ALSO Adam Dickmeiss's CQL compiler, written in C. Rob Sanderson's CQL compiler, written in Python. +Jakub Skoczen's CQL-js compiler, written in JavaScript http://git.indexdata.com/?p=cql-js.git All the other free CQL compilers everyone's going to write :-) The "Changes" file, including the "Still to do" section.