85a29517897bf90b4295c706a3ac111d8bc04ef3
[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-soap SYSTEM "soap.xml">
13      <!ENTITY chap-tools SYSTEM "tools.xml">
14      <!ENTITY chap-odr SYSTEM "odr.xml">
15      <!ENTITY chap-comstack SYSTEM "comstack.xml">
16      <!ENTITY chap-frontend SYSTEM "frontend.xml">
17      <!ENTITY chap-future SYSTEM "future.xml">
18      <!ENTITY app-license SYSTEM "license.xml">
19      <!ENTITY app-indexdata SYSTEM "indexdata.xml">
20      <!ENTITY app-credits SYSTEM "credits.xml">
21      <!ENTITY ztest-options SYSTEM "ztest-options.xml">
22      <!ENTITY yaz-client-commands SYSTEM "yaz-client-commands.xml">
23      <!ENTITY asn "Z39.50 ASN.1">
24      <!ENTITY odr "<acronym>ODR</acronym>">
25      <!ENTITY comstack "<acronym>COMSTACK</acronym>">
26      <!ENTITY zoom "<acronym>ZOOM</acronym>">
27 ]>
28 <!-- $Id: yaz.xml.in,v 1.12 2003-11-03 10:56:15 adam Exp $ -->
29 <book id="yaz">
30  <bookinfo>
31   <title>YAZ User&apos;s Guide and Reference</title>
32   <author><firstname>Sebastian</firstname><surname>Hammer</surname></author>
33   <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
34   <author><firstname>Mike</firstname><surname>Taylor</surname></author>
35   <copyright>
36    <year>1995-2003</year>
37    <holder>Index Data</holder>
38   </copyright>
39   <abstract><simpara>
40     This document is the programmer's guide and reference to the &yaz;
41     package version @VERSION@. &yaz; is a compact toolkit that provides
42     access to the Z39.50 and SRW/SRU protocols, as well as a set of
43     higher-level tools for implementing the server and client
44     roles, respectively.
45     The documentation can be used on its own, or as a reference when
46     looking at the example applications provided with the package.
47    </simpara>
48    <simpara>
49     <inlinemediaobject>
50      <imageobject>
51       <imagedata fileref="id.png" format="PNG"/>
52      </imageobject>
53      <imageobject>
54       <imagedata fileref="id.eps" format="EPS"/>
55      </imageobject>
56     </inlinemediaobject>
57    </simpara></abstract>
58  </bookinfo>
59  
60  &chap-introduction;
61  &chap-installation;
62  &chap-zoom;
63  &chap-frontend;
64  &chap-client;
65  &chap-asn;
66  &chap-soap;
67  &chap-tools;
68  &chap-odr;
69  &chap-comstack;
70  &chap-future;
71  &app-license;
72  &app-indexdata;
73  &app-credits;
74 </book>
75
76 <!-- Keep this comment at the end of the file
77 Local variables:
78 mode: sgml
79 sgml-omittag:t
80 sgml-shorttag:t
81 sgml-minimize-attributes:nil
82 sgml-always-quote-attributes:t
83 sgml-indent-step:1
84 sgml-indent-data:t
85 sgml-parent-document:nil
86 sgml-local-catalogs: nil
87 sgml-namecase-general:t
88 End:
89 -->