From: Adam Dickmeiss Date: Thu, 25 Oct 2001 11:55:56 +0000 (+0000) Subject: Renamed ASN.1 Module to Z39.50 ASN.1 module. X-Git-Tag: YAZ.1.8~6 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=71a35a24552103dbfc1258085c706e1d6fcad180 Renamed ASN.1 Module to Z39.50 ASN.1 module. --- diff --git a/doc/asn.xml b/doc/asn.xml index 85bdc94..cf8cbb7 100644 --- a/doc/asn.xml +++ b/doc/asn.xml @@ -1,5 +1,5 @@ - - The ASN.1 Module + + The Z39.50 ASN.1 Module Introduction The &asn; module provides you with a set of C struct definitions for the @@ -11,6 +11,13 @@ the &odr; module (see section The ODR Module) provides auxiliary definitions. + + The &asn; module is located in sub directory z39.50. + There you'll find C files that implements encoders and decoders for the + Z39.50 types. You'll also find the protocol definitions: + z3950v3.asn, esupdate.asn, + and others. + Preparing PDUs diff --git a/doc/yaz.xml b/doc/yaz.xml index 9d50640..3638d46 100644 --- a/doc/yaz.xml +++ b/doc/yaz.xml @@ -16,12 +16,12 @@ - ASN"> + ODR"> COMSTACK"> ZOOM"> ]> - + YAZ User's Guide and Reference @@ -39,9 +39,9 @@ This document is the programmer's guide and reference to the &yaz; - package. &yaz; is a compact toolkit that provides access to the - Z39.50 protocol, as well as a set of higher-level tools for - implementing the server and client roles, respectively. + package version 1.8. &yaz; is a compact toolkit that provides + access to the Z39.50 protocol, as well as a set of higher-level + tools for implementing the server and client roles, respectively. The documentation can be used on its own, or as a reference when looking at the example applications provided with the package.