Added chapter about YAZ client.
[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                     "../../docbook/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-client SYSTEM "client.xml">
10      <!ENTITY chap-asn SYSTEM "asn.xml">
11      <!ENTITY chap-tools SYSTEM "tools.xml">
12      <!ENTITY chap-odr SYSTEM "odr.xml">
13      <!ENTITY chap-comstack SYSTEM "comstack.xml">
14      <!ENTITY chap-frontend SYSTEM "frontend.xml">
15      <!ENTITY chap-future SYSTEM "future.xml">
16      <!ENTITY app-license SYSTEM "license.xml">
17      <!ENTITY app-indexdata SYSTEM "indexdata.xml">
18      <!ENTITY asn "<acronym>ASN</acronym>">
19      <!ENTITY odr "<acronym>ODR</acronym>">
20      <!ENTITY comstack "<acronym>COMSTACK</acronym>">
21 ]>
22 <!-- $Id: yaz.xml,v 1.5 2001-08-08 19:33:21 adam Exp $ -->
23 <book>
24  <bookinfo>
25   <title>YAZ User's Guide and Reference</title>
26   <author><firstname>Sebastian</firstname><surname>Hammer</surname></author>
27   <editor><firstname>Adam</firstname><surname>Dickmeiss</surname></editor>
28   <copyright>
29    <year>1995</year>
30    <year>1996</year>
31    <year>1997</year>
32    <year>1998</year>
33    <year>1999</year>
34    <year>2000</year>
35    <year>2001</year>
36    <holder>Index Data</holder>
37   </copyright>
38   <abstract><simpara>
39     This document is the programmer's guide and reference to the &yaz;
40     package. &yaz; is a compact toolkit that provides access to the
41     Z39.50 protocol, as well as a set of higher-level tools for
42     implementing the server and client roles, respectively.
43     The documentation can be used on its own, or as a reference when looking
44     at the example applications provided with the package.
45    </simpara></abstract>
46  </bookinfo>
47  
48  &chap-introduction;
49  &chap-installation;
50  &chap-client;
51  &chap-asn;
52  &chap-tools;
53  &chap-odr;
54  &chap-comstack;
55  &chap-frontend;
56  &chap-future;
57  &app-license;
58  &app-indexdata;
59 </book>
60
61 <!-- Keep this comment at the end of the file
62 Local variables:
63 mode: sgml
64 sgml-omittag:t
65 sgml-shorttag:t
66 sgml-minimize-attributes:nil
67 sgml-always-quote-attributes:t
68 sgml-indent-step:1
69 sgml-indent-data:t
70 sgml-parent-document:nil
71 sgml-local-catalogs: "../../docbook/docbook.cat"
72 sgml-namecase-general:t
73 End:
74 -->