Fix a few links
[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      <!ENTITY chap-introduction SYSTEM "introduction.xml">
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.12 2004-03-31 18:28:06 adam Exp $ -->
13 <book id="yazpp">
14  <bookinfo>
15   <title>YAZ++ User's Guide and Reference</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    <year>2003</year>
26    <year>2004</year>
27    <holder>Index Data Aps and Mike Taylor</holder>
28   </copyright>
29   <abstract>
30    <simpara>
31     <ulink url="http://www.indexdata.dk/yazplusplus/">YAZ++</ulink>
32     is a set of libraries and header files that make it easier
33     to use the popular C-language
34     <ulink url="http://www.indexdata.dk/yaz/">YAZ toolkit</ulink>
35     from C++, together with some utilities written using these
36     libraries.  It includes an implementation of the C++ binding for
37     ZOOM (<link linkend="zoom">ZOOM-C++</link>) and a powerful,
38     general-purpose Z39.50 <link linkend="proxy">proxy</link>.
39    </simpara>
40    <simpara>
41     This manual covers version @VERSION@.
42     </simpara>
43    <simpara>
44     CVS ID: $Id: yaz++.xml.in,v 1.12 2004-03-31 18:28:06 adam Exp $
45    </simpara>
46    <simpara>
47     <inlinemediaobject>
48      <imageobject>
49       <imagedata fileref="id.png" format="PNG"/>
50      </imageobject>
51     </inlinemediaobject>
52    </simpara>
53   </abstract>
54  </bookinfo>
55  
56  &chap-introduction;
57  &chap-installation;
58  &chap-zoom;
59  &chap-proxy;
60  &chap-api;
61  &app-license;
62 </book>
63
64 <!-- Keep this comment at the end of the file
65 Local variables:
66 mode: sgml
67 sgml-omittag:t
68 sgml-shorttag:t
69 sgml-minimize-attributes:nil
70 sgml-always-quote-attributes:t
71 sgml-indent-step:1
72 sgml-indent-data:t
73 sgml-parent-document:nil
74 sgml-local-catalogs: nil
75 sgml-namecase-general:t
76 End:
77 -->