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