Logging options may be configured in config file
[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.10 2003-10-16 16:10: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    <holder>Index Data Aps and Mike Taylor</holder>
27   </copyright>
28   <abstract>
29    <simpara>
30     <ulink url="http://www.indexdata.dk/yaz++/">YAZ++</ulink>
31     is a set of libraries and header files that make it easier
32     to use the popular C-language
33     <ulink url="http://www.indexdata.dk/yaz/">YAZ toolkit</ulink>
34     from C++, together with some utilities written using these
35     libraries.  It includes an implementation of the C++ binding for
36     ZOOM (<link linkend="zoom">ZOOM-C++</link>) and a powerful,
37     general-purpose Z39.50 <link linkend="proxy">proxy</link>.
38    </simpara>
39    <simpara>
40     This manual covers version @VERSION@.
41     </simpara>
42    <simpara>
43     CVS ID: $Id: yaz++.xml.in,v 1.10 2003-10-16 16:10:43 adam Exp $
44    </simpara>
45   </abstract>
46  </bookinfo>
47  
48  &chap-installation;
49  &chap-zoom;
50  &chap-proxy;
51  &chap-api;
52  &app-license;
53 </book>
54
55 <!-- Keep this comment at the end of the file
56 Local variables:
57 mode: sgml
58 sgml-omittag:t
59 sgml-shorttag:t
60 sgml-minimize-attributes:nil
61 sgml-always-quote-attributes:t
62 sgml-indent-step:1
63 sgml-indent-data:t
64 sgml-parent-document:nil
65 sgml-local-catalogs: nil
66 sgml-namecase-general:t
67 End:
68 -->