718d034b45c5dc3e401d23e8061e0706caffc5b0
[yaz-moved-to-github.git] / doc / yaz.xml.in
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                     "@DTD_DIR@/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 ztest-options SYSTEM "ztest-options.xml">
21      <!ENTITY yaz-client-commands SYSTEM "yaz-client-commands.xml">
22      <!ENTITY asn "Z39.50 ASN.1">
23      <!ENTITY odr "<acronym>ODR</acronym>">
24      <!ENTITY comstack "<acronym>COMSTACK</acronym>">
25      <!ENTITY zoom "<acronym>ZOOM</acronym>">
26 ]>
27 <!-- $Id: yaz.xml.in,v 1.8 2003-02-21 00:24:26 adam Exp $ -->
28 <book id="yaz">
29  <bookinfo>
30   <title>YAZ User&apos;s Guide and Reference</title>
31   <author><firstname>Sebastian</firstname><surname>Hammer</surname></author>
32   <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
33   <editor><firstname>Adam</firstname><surname>Dickmeiss</surname></editor>
34   <copyright>
35    <year>1995-2003</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 version @VERSION@. &yaz; is a compact toolkit that provides
41     access to the Z39.50 and SRW protocols, as well as a set of higher-level
42     tools for implementing the server and client roles, respectively.
43     The documentation can be used on its own, or as a reference when
44     looking at the example applications provided with the package.
45    </simpara>
46    <simpara>
47     <inlinemediaobject>
48      <imageobject>
49       <imagedata fileref="id.png" format="PNG"/>
50      </imageobject>
51      <imageobject>
52       <imagedata fileref="id.eps" format="EPS"/>
53      </imageobject>
54     </inlinemediaobject>
55    </simpara></abstract>
56  </bookinfo>
57  
58  &chap-introduction;
59  &chap-installation;
60  &chap-zoom;
61  &chap-frontend;
62  &chap-client;
63  &chap-asn;
64  &chap-tools;
65  &chap-odr;
66  &chap-comstack;
67  &chap-future;
68  &app-license;
69  &app-indexdata;
70  &app-credits;
71 </book>
72
73 <!-- Keep this comment at the end of the file
74 Local variables:
75 mode: sgml
76 sgml-omittag:t
77 sgml-shorttag:t
78 sgml-minimize-attributes:nil
79 sgml-always-quote-attributes:t
80 sgml-indent-step:1
81 sgml-indent-data:t
82 sgml-parent-document:nil
83 sgml-local-catalogs: nil
84 sgml-namecase-general:t
85 End:
86 -->