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