Implemented ILL protocol. Minor updates ASN.1 compiler.
[yaz-moved-to-github.git] / README
diff --git a/README b/README
index a400589..e7f015a 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ Copyright (C) 1995-1999, Index Data ApS.
 See the file LICENSE for details.
 
 Compilation and installation instructions for YAZ 
-  $Id: README,v 1.28 1999-12-02 13:54:56 adam Exp $
+  $Id: README,v 1.29 1999-12-16 23:36:19 adam Exp $
 
 The primary output of the source here is the lib/libyaz.a library,
 which contains support functions for implementing the server or client
@@ -88,10 +88,10 @@ odr - Open Data Representation. This module implements the BER
 
 asn     - This module implements the Z39.50/SR protocol. The best way
        to find out how it works is to look in the sample
-       client/server code in server/seshigh.c or yazlib/tst.c. The
-       interface is still wholly described by the file proto.h
-       which defines structure and type definitions for each of the
-       types introduced in the protocol specification.
+       client/server code in server/seshigh.c. The interface is still
+        wholly described by the file proto.h which defines structure
+        and type definitions for each of the types introduced in the
+        protocol specification.
 
 z39.50  - This module implements the Z39.50 protocol. This module
         does the same job as the 'asn' module except that the source
@@ -100,6 +100,8 @@ z39.50  - This module implements the Z39.50 protocol. This module
 zutil   - This module implements a collection of Z39.50 utilities, such
         as query parsing, EXTERNAL handling, etc.
 
+ill     - This module implements the ISO ILL protocol.
+
 comstack - This module implements the transport transparency
        stack (COMSTACK). The comstack implements a generic interface
        for exchanging BER-encoded records over a network. It supports