Man page for yaz-proxy. Section on encoding details for otherinfo.
[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 ]>
10 <!-- $Id: yaz++.xml.in,v 1.3 2002-10-23 10:14:11 adam Exp $ -->
11 <book id="yazpp">
12  <bookinfo>
13   <title>YAZ++</title>
14   <author><firstname>Mike</firstname><surname>Taylor</surname></author>
15   <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
16   <copyright>
17    <year>2002</year>
18    <holder>Index Data</holder>
19    <holder>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 </book>
38
39 <!-- Keep this comment at the end of the file
40 Local variables:
41 mode: sgml
42 sgml-omittag:t
43 sgml-shorttag:t
44 sgml-minimize-attributes:nil
45 sgml-always-quote-attributes:t
46 sgml-indent-step:1
47 sgml-indent-data:t
48 sgml-parent-document:nil
49 sgml-local-catalogs: nil
50 sgml-namecase-general:t
51 End:
52 -->