f292fa323ad9659236edf133ff30fb7a4b3102e0
[yazpp-moved-to-github.git] / doc / yazpp.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3     "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" 
4 [
5      <!ENTITY % local SYSTEM "local.ent">
6      %local;
7      <!ENTITY % entities SYSTEM "entities.ent">
8      %entities;
9      <!ENTITY % idcommon SYSTEM "common/common.ent">
10      %idcommon;
11 ]>
12 <book id="yazpp">
13  <bookinfo>
14   <title>YAZ++ User's Guide and Reference</title>
15   <authorgroup>
16    <author><firstname>Mike</firstname><surname>Taylor</surname></author>
17    <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
18    </authorgroup>
19   <copyright>
20    <year>&copyright-year;</year>
21    <holder>Index Data Aps and Mike Taylor</holder>
22   </copyright>
23   <abstract>
24    <simpara>
25     <ulink url="&url.yazplusplus;">YAZ++</ulink>
26     is a set of libraries and header files that make it easier
27     to use the popular C-language
28     <ulink url="&url.yaz;">YAZ toolkit</ulink>
29     from C++, together with some utilities written using these
30     libraries.  It includes an implementation of the C++ binding for
31     ZOOM (<link linkend="zoom">ZOOM-C++</link>).
32    </simpara>
33    <simpara>
34     This manual covers version &version;.
35     </simpara>
36    <simpara>
37    </simpara>
38    <simpara>
39     <inlinemediaobject>
40      <imageobject>
41       <imagedata fileref="common/id.png" format="PNG"/>
42      </imageobject>
43     </inlinemediaobject>
44    </simpara>
45   </abstract>
46  </bookinfo>
47  
48  &chap-introduction;
49  &chap-installation;
50  &chap-zoom;
51  &chap-api;
52  &app-license;
53 </book>
54
55 <!-- Keep this Emacs mode comment at the end of the file
56 Local variables:
57 mode: sgml
58 sgml-omittag:t
59 sgml-shorttag:t
60 sgml-minimize-attributes:nil
61 sgml-always-quote-attributes:t
62 sgml-indent-step:1
63 sgml-indent-data:t
64 sgml-parent-document:nil
65 sgml-local-catalogs: nil
66 sgml-namecase-general:t
67 End:
68 -->
69