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