Separate malloc debug library. Removal of ASN_COMPILED-#ifdefs.
[yaz-moved-to-github.git] / doc / yaz.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                     "/usr/share/sgml/docbook/dtd/xml/4.0/docbookx.dtd" [
4
5      <!ENTITY oslash "&#x00F8;"> <!-- CIRCLED DIVISION SLASH -->
6      <!ENTITY yaz "YAZ">
7      <!ENTITY chap-introduction SYSTEM "introduction.xml">
8      <!ENTITY chap-installation SYSTEM "installation.xml">
9      <!ENTITY chap-zoom SYSTEM "zoom.xml">
10      <!ENTITY chap-client SYSTEM "client.xml">
11      <!ENTITY chap-asn SYSTEM "asn.xml">
12      <!ENTITY chap-tools SYSTEM "tools.xml">
13      <!ENTITY chap-odr SYSTEM "odr.xml">
14      <!ENTITY chap-comstack SYSTEM "comstack.xml">
15      <!ENTITY chap-frontend SYSTEM "frontend.xml">
16      <!ENTITY chap-future SYSTEM "future.xml">
17      <!ENTITY app-license SYSTEM "license.xml">
18      <!ENTITY app-indexdata SYSTEM "indexdata.xml">
19      <!ENTITY app-credits SYSTEM "credits.xml">
20      <!ENTITY asn "Z39.50 ASN.1">
21      <!ENTITY odr "<acronym>ODR</acronym>">
22      <!ENTITY comstack "<acronym>COMSTACK</acronym>">
23      <!ENTITY zoom "<acronym>ZOOM</acronym>">
24 ]>
25 <!-- $Id: yaz.xml,v 1.14 2001-11-13 23:00:42 adam Exp $ -->
26 <book id="yaz">
27  <bookinfo>
28   <title>YAZ User's Guide and Reference</title>
29   <author><firstname>Sebastian</firstname><surname>Hammer</surname></author>
30   <editor><firstname>Adam</firstname><surname>Dickmeiss</surname></editor>
31   <copyright>
32    <year>1995</year>
33    <year>1996</year>
34    <year>1997</year>
35    <year>1998</year>
36    <year>1999</year>
37    <year>2000</year>
38    <year>2001</year>
39    <holder>Index Data</holder>
40   </copyright>
41   <abstract><simpara>
42     This document is the programmer's guide and reference to the &yaz;
43     package version 1.8.3. &yaz; is a compact toolkit that provides
44     access to the Z39.50 protocol, as well as a set of higher-level
45     tools for implementing the server and client roles, respectively.
46     The documentation can be used on its own, or as a reference when
47     looking at the example applications provided with the package.
48    </simpara></abstract>
49  </bookinfo>
50  
51  &chap-introduction;
52  &chap-installation;
53  &chap-zoom;
54  &chap-frontend;
55  &chap-client;
56  &chap-asn;
57  &chap-tools;
58  &chap-odr;
59  &chap-comstack;
60  &chap-future;
61  &app-license;
62  &app-indexdata;
63  &app-credits;
64 </book>
65
66 <!-- Keep this comment at the end of the file
67 Local variables:
68 mode: sgml
69 sgml-omittag:t
70 sgml-shorttag:t
71 sgml-minimize-attributes:nil
72 sgml-always-quote-attributes:t
73 sgml-indent-step:1
74 sgml-indent-data:t
75 sgml-parent-document:nil
76 sgml-local-catalogs: nil
77 sgml-namecase-general:t
78 End:
79 -->