Fixes to make distcheck happy
[yazpp-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 chap-installation SYSTEM "installation.xml">
6      <!ENTITY chap-zoom SYSTEM "zoom.xml">
7      <!ENTITY chap-proxy SYSTEM "proxy.xml">
8      <!ENTITY chap-api SYSTEM "api.xml">
9      <!ENTITY yaz-proxy-ref SYSTEM "yaz-proxy-ref.xml">
10      <!ENTITY app-license SYSTEM "license.xml">
11 ]>
12 <!-- $Id: yaz++.xml.in,v 1.11 2004-02-23 11:03:43 adam Exp $ -->
13 <book id="yazpp">
14  <bookinfo>
15   <title>YAZ++ User's Guide and Reference</title>
16   <authorgroup>
17    <author><firstname>Mike</firstname><surname>Taylor</surname></author>
18    <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
19    </authorgroup>
20   <copyright>
21    <year>1999</year>
22    <year>2000</year>
23    <year>2001</year>
24    <year>2002</year>
25    <year>2003</year>
26    <year>2004</year>
27    <holder>Index Data Aps and Mike Taylor</holder>
28   </copyright>
29   <abstract>
30    <simpara>
31     <ulink url="http://www.indexdata.dk/yaz++/">YAZ++</ulink>
32     is a set of libraries and header files that make it easier
33     to use the popular C-language
34     <ulink url="http://www.indexdata.dk/yaz/">YAZ toolkit</ulink>
35     from C++, together with some utilities written using these
36     libraries.  It includes an implementation of the C++ binding for
37     ZOOM (<link linkend="zoom">ZOOM-C++</link>) and a powerful,
38     general-purpose Z39.50 <link linkend="proxy">proxy</link>.
39    </simpara>
40    <simpara>
41     This manual covers version @VERSION@.
42     </simpara>
43    <simpara>
44     CVS ID: $Id: yaz++.xml.in,v 1.11 2004-02-23 11:03:43 adam Exp $
45    </simpara>
46   </abstract>
47  </bookinfo>
48  
49  &chap-installation;
50  &chap-zoom;
51  &chap-proxy;
52  &chap-api;
53  &app-license;
54 </book>
55
56 <!-- Keep this comment at the end of the file
57 Local variables:
58 mode: sgml
59 sgml-omittag:t
60 sgml-shorttag:t
61 sgml-minimize-attributes:nil
62 sgml-always-quote-attributes:t
63 sgml-indent-step:1
64 sgml-indent-data:t
65 sgml-parent-document:nil
66 sgml-local-catalogs: nil
67 sgml-namecase-general:t
68 End:
69 -->