X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=README;h=e7f015abf848fe6feebb0939b6a97da99dff8af5;hp=a4005892a8678076279023397f2033817fb25203;hb=d205d4870b1d64af05e9d6f6a2223086af4cce9e;hpb=35288d484fe640629398ac8e0c937ced92c75ae0 diff --git a/README b/README index a400589..e7f015a 100644 --- 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