More clean up, update readme
[cql-java-moved-to-github.git] / README
diff --git a/README b/README
index 0120033..e01743d 100644 (file)
--- a/README
+++ b/README
@@ -40,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
@@ -88,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 <mike@indexdata.com>
-       http://indexdata.com
+Original code and documentation by Mike Taylor, Index Data <mike@indexdata.com>
+At present maintained by Jakub Skoczen, Index Data <jakub@indexdata.dk>
+
+    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.
 
@@ -125,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.