Renamed ASN.1 Module to Z39.50 ASN.1 module.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 25 Oct 2001 11:55:56 +0000 (11:55 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 25 Oct 2001 11:55:56 +0000 (11:55 +0000)
doc/asn.xml
doc/yaz.xml

index 85bdc94..cf8cbb7 100644 (file)
@@ -1,5 +1,5 @@
-<!-- $Id: asn.xml,v 1.10 2001-10-24 20:12:36 adam Exp $ -->
- <chapter id="asn"><title>The ASN.1 Module</title>
+<!-- $Id: asn.xml,v 1.11 2001-10-25 11:55:56 adam Exp $ -->
+ <chapter id="asn"><title>The Z39.50 ASN.1 Module</title>
   <sect1 id="asn.introduction"><title>Introduction</title>
    <para>
     The &asn; module provides you with a set of C struct definitions for the
     the &odr; module (see section <link linkend="odr">The ODR Module</link>)
     provides auxiliary definitions.
    </para>
+   <para>
+    The &asn; module is located in sub directory <filename>z39.50</filename>.
+    There you'll find C files that implements encoders and decoders for the
+    Z39.50 types. You'll also find the protocol definitions:
+    <filename>z3950v3.asn</filename>, <filename>esupdate.asn</filename>, 
+    and others.
+   </para>
   </sect1>
   <sect1 id="asn.preparing"><title>Preparing PDUs</title>
    
index 9d50640..3638d46 100644 (file)
      <!ENTITY chap-future SYSTEM "future.xml">
      <!ENTITY app-license SYSTEM "license.xml">
      <!ENTITY app-indexdata SYSTEM "indexdata.xml">
-     <!ENTITY asn "<acronym>ASN</acronym>">
+     <!ENTITY asn "Z39.50 ASN.1">
      <!ENTITY odr "<acronym>ODR</acronym>">
      <!ENTITY comstack "<acronym>COMSTACK</acronym>">
      <!ENTITY zoom "<acronym>ZOOM</acronym>">
 ]>
-<!-- $Id: yaz.xml,v 1.9 2001-10-24 20:12:36 adam Exp $ -->
+<!-- $Id: yaz.xml,v 1.10 2001-10-25 11:55:56 adam Exp $ -->
 <book id="yaz">
  <bookinfo>
   <title>YAZ User's Guide and Reference</title>
@@ -39,9 +39,9 @@
   </copyright>
   <abstract><simpara>
     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.
    </simpara></abstract>