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