a066d7d2307e3159657e0d50ba4e191c1b4c0d3c
[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.9 2003-02-21 12:06:05 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   <editor><firstname>Adam</firstname><surname>Dickmeiss</surname></editor>
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 protocols, as well as a set of higher-level
43     tools for implementing the server and client roles, respectively.
44     The documentation can be used on its own, or as a reference when
45     looking at the example applications provided with the package.
46    </simpara>
47    <simpara>
48     <inlinemediaobject>
49      <imageobject>
50       <imagedata fileref="id.png" format="PNG"/>
51      </imageobject>
52      <imageobject>
53       <imagedata fileref="id.eps" format="EPS"/>
54      </imageobject>
55     </inlinemediaobject>
56    </simpara></abstract>
57  </bookinfo>
58  
59  &chap-introduction;
60  &chap-installation;
61  &chap-zoom;
62  &chap-frontend;
63  &chap-client;
64  &chap-asn;
65  &chap-soap;
66  &chap-tools;
67  &chap-odr;
68  &chap-comstack;
69  &chap-future;
70  &app-license;
71  &app-indexdata;
72  &app-credits;
73 </book>
74
75 <!-- Keep this comment at the end of the file
76 Local variables:
77 mode: sgml
78 sgml-omittag:t
79 sgml-shorttag:t
80 sgml-minimize-attributes:nil
81 sgml-always-quote-attributes:t
82 sgml-indent-step:1
83 sgml-indent-data:t
84 sgml-parent-document:nil
85 sgml-local-catalogs: nil
86 sgml-namecase-general:t
87 End:
88 -->