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