Add Zthes tag-set -- where was it?!
[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.6 2002-11-08 12:27:00 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   <editor><firstname>Adam</firstname><surname>Dickmeiss</surname></editor>
33   <copyright>
34    <year>1995-2002</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 version @VERSION@. &yaz; is a compact toolkit that provides
40     access to the Z39.50 protocol, as well as a set of higher-level
41     tools for implementing the server and client roles, respectively.
42     The documentation can be used on its own, or as a reference when
43     looking at the example applications provided with the package.
44    </simpara>
45    <simpara>
46     <inlinemediaobject>
47      <imageobject>
48       <imagedata fileref="id.png" format="PNG"/>
49      </imageobject>
50      <imageobject>
51       <imagedata fileref="id.eps" format="EPS"/>
52      </imageobject>
53     </inlinemediaobject>
54    </simpara></abstract>
55  </bookinfo>
56  
57  &chap-introduction;
58  &chap-installation;
59  &chap-zoom;
60  &chap-frontend;
61  &chap-client;
62  &chap-asn;
63  &chap-tools;
64  &chap-odr;
65  &chap-comstack;
66  &chap-future;
67  &app-license;
68  &app-indexdata;
69  &app-credits;
70 </book>
71
72 <!-- Keep this comment at the end of the file
73 Local variables:
74 mode: sgml
75 sgml-omittag:t
76 sgml-shorttag:t
77 sgml-minimize-attributes:nil
78 sgml-always-quote-attributes:t
79 sgml-indent-step:1
80 sgml-indent-data:t
81 sgml-parent-document:nil
82 sgml-local-catalogs: nil
83 sgml-namecase-general:t
84 End:
85 -->