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