5c2eb230e80a18ce6543ff1435a8bab9ad8428fd
[yazpp-moved-to-github.git] / doc / yazpp.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
3     "http://www.oasis-open.org/docbook/xml/4.1/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 <!-- $Id: yazpp.xml,v 1.3 2007-05-22 11:11:05 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    <year>2005</year>
28    <year>2006</year>
29    <holder>Index Data Aps and Mike Taylor</holder>
30   </copyright>
31   <abstract>
32    <simpara>
33     <ulink url="&url.yazplusplus;">YAZ++</ulink>
34     is a set of libraries and header files that make it easier
35     to use the popular C-language
36     <ulink url="&url.yaz;">YAZ toolkit</ulink>
37     from C++, together with some utilities written using these
38     libraries.  It includes an implementation of the C++ binding for
39     ZOOM (<link linkend="zoom">ZOOM-C++</link>).
40    </simpara>
41    <simpara>
42     This manual covers version &version;.
43     </simpara>
44    <simpara>
45     CVS ID: $Id: yazpp.xml,v 1.3 2007-05-22 11:11:05 adam Exp $
46    </simpara>
47    <simpara>
48     <inlinemediaobject>
49      <imageobject>
50       <imagedata fileref="common/id.png" format="PNG"/>
51      </imageobject>
52     </inlinemediaobject>
53    </simpara>
54   </abstract>
55  </bookinfo>
56  
57  &chap-introduction;
58  &chap-installation;
59  &chap-zoom;
60  &chap-api;
61  &app-license;
62 </book>
63
64 <!-- Keep this Emacs mode 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 -->
78