YAZ++ API description
[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.5 2002-10-23 21:23:29 adam Exp $ -->
13 <book id="yazpp">
14  <bookinfo>
15   <title>YAZ++</title>
16   <author><firstname>Mike</firstname><surname>Taylor</surname></author>
17   <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
18   <copyright>
19    <year>1999-2002</year>
20    <holder>Index Data, Mike Taylor</holder>
21   </copyright>
22   <abstract>
23    <simpara>
24     YAZ++ is a set of libraries and header files that make it easier
25     to use the popular C-language
26     <ulink url="http://www.indexdata.dk/yaz/">YAZ toolkit</ulink>
27     from C++, together with some utilities written using these
28     libraries.  It includes an implementation of the C++ binding for
29     ZOOM (<link linkend="zoom">ZOOM-C++</link>) and a powerful,
30     general-purpose Z39.50 <link linkend="proxy">proxy</link>.
31    </simpara>
32   </abstract>
33  </bookinfo>
34  
35  &chap-installation;
36  &chap-zoom;
37  &chap-proxy;
38  &chap-api;
39  &app-license;
40 </book>
41
42 <!-- Keep this comment at the end of the file
43 Local variables:
44 mode: sgml
45 sgml-omittag:t
46 sgml-shorttag:t
47 sgml-minimize-attributes:nil
48 sgml-always-quote-attributes:t
49 sgml-indent-step:1
50 sgml-indent-data:t
51 sgml-parent-document:nil
52 sgml-local-catalogs: nil
53 sgml-namecase-general:t
54 End:
55 -->