Updated copyright headers.
[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 <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>1999</year>
21    <year>2000</year>
22    <year>2001</year>
23    <year>2002</year>
24    <year>2003</year>
25    <year>2004</year>
26    <year>2005</year>
27    <year>2006</year>
28    <holder>Index Data Aps and Mike Taylor</holder>
29   </copyright>
30   <abstract>
31    <simpara>
32     <ulink url="&url.yazplusplus;">YAZ++</ulink>
33     is a set of libraries and header files that make it easier
34     to use the popular C-language
35     <ulink url="&url.yaz;">YAZ toolkit</ulink>
36     from C++, together with some utilities written using these
37     libraries.  It includes an implementation of the C++ binding for
38     ZOOM (<link linkend="zoom">ZOOM-C++</link>).
39    </simpara>
40    <simpara>
41     This manual covers version &version;.
42     </simpara>
43    <simpara>
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