Bump year
[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.15 2005-01-15 19:47:09 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   <author><firstname>Heikki</firstname><surname>Levanto</surname></author>
36   <copyright>
37    <year>1995-2005</year>
38    <holder>Index Data</holder>
39   </copyright>
40   <abstract><simpara>
41     This document is the programmer's guide and reference to the &yaz;
42     package version @VERSION@. &yaz; is a compact toolkit that provides
43     access to the Z39.50 and SRW/SRU protocols, as well as a set of
44     higher-level tools for implementing the server and client
45     roles, respectively.
46     The documentation can be used on its own, or as a reference when
47     looking at the example applications provided with the package.
48    </simpara>
49    <simpara>
50     <inlinemediaobject>
51      <imageobject>
52       <imagedata fileref="id.png" format="PNG"/>
53      </imageobject>
54      <imageobject>
55       <imagedata fileref="id.eps" format="EPS"/>
56      </imageobject>
57     </inlinemediaobject>
58    </simpara></abstract>
59  </bookinfo>
60  
61  &chap-introduction;
62  &chap-installation;
63  &chap-zoom;
64  &chap-frontend;
65  &chap-client;
66  &chap-asn;
67  &chap-soap;
68  &chap-tools;
69  &chap-odr;
70  &chap-comstack;
71  &chap-future;
72  &app-license;
73  &app-indexdata;
74  &app-credits;
75 </book>
76
77 <!-- Keep this comment at the end of the file
78 Local variables:
79 mode: sgml
80 sgml-omittag:t
81 sgml-shorttag:t
82 sgml-minimize-attributes:nil
83 sgml-always-quote-attributes:t
84 sgml-indent-step:1
85 sgml-indent-data:t
86 sgml-parent-document:nil
87 sgml-local-catalogs: nil
88 sgml-namecase-general:t
89 End:
90 -->