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