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