8b1030763ea802bcdcadedf49f91a69dfd8a7bea
[yazpp-moved-to-github.git] / doc / yazpp.xml.in
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 % entities  SYSTEM "@srcdir@/entities.ent">
6      %entities;
7      <!ENTITY % common  SYSTEM "@srcdir@/common/common.ent">
8      %common;
9 ]>
10 <!-- $Id: yazpp.xml.in,v 1.6 2006-05-26 19:46:37 adam Exp $ -->
11 <book id="yazpp">
12  <bookinfo>
13   <title>YAZ++ User's Guide and Reference</title>
14   <authorgroup>
15    <author><firstname>Mike</firstname><surname>Taylor</surname></author>
16    <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
17    </authorgroup>
18   <copyright>
19    <year>1999</year>
20    <year>2000</year>
21    <year>2001</year>
22    <year>2002</year>
23    <year>2003</year>
24    <year>2004</year>
25    <year>2005</year>
26    <year>2006</year>
27    <holder>Index Data Aps and Mike Taylor</holder>
28   </copyright>
29   <abstract>
30    <simpara>
31     <ulink url="&url.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="&url.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>).
38    </simpara>
39    <simpara>
40     This manual covers version @VERSION@.
41     </simpara>
42    <simpara>
43     CVS ID: $Id: yazpp.xml.in,v 1.6 2006-05-26 19:46:37 adam Exp $
44    </simpara>
45    <simpara>
46     <inlinemediaobject>
47      <imageobject>
48       <imagedata fileref="common/id.png" format="PNG"/>
49      </imageobject>
50     </inlinemediaobject>
51    </simpara>
52   </abstract>
53  </bookinfo>
54  
55  &chap-introduction;
56  &chap-installation;
57  &chap-zoom;
58  &chap-api;
59  &app-license;
60 </book>
61
62 <!-- Keep this Emacs mode comment at the end of the file
63 Local variables:
64 mode: sgml
65 sgml-omittag:t
66 sgml-shorttag:t
67 sgml-minimize-attributes:nil
68 sgml-always-quote-attributes:t
69 sgml-indent-step:1
70 sgml-indent-data:t
71 sgml-parent-document:nil
72 sgml-local-catalogs: nil
73 sgml-namecase-general:t
74 End:
75 -->
76