Move to automake 1.8/1.9
[yazpp-moved-to-github.git] / doc / yaz++.xml.in
index d90cd66..3660c45 100644 (file)
@@ -1,39 +1,60 @@
 <?xml version="1.0" standalone="no"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4//EN"
                     "@DTD_DIR@/docbookx.dtd" [
-
+     <!ENTITY chap-introduction SYSTEM "introduction.xml">
      <!ENTITY chap-installation SYSTEM "installation.xml">
      <!ENTITY chap-zoom SYSTEM "zoom.xml">
-     <!ENTITY chap-proxy SYSTEM "proxy.xml">
-     <!ENTITY yaz-proxy-ref SYSTEM "yaz-proxy-ref.xml">
+     <!ENTITY chap-api SYSTEM "api.xml">
+     <!ENTITY app-license SYSTEM "license.xml">
 ]>
-<!-- $Id: yaz++.xml.in,v 1.3 2002-10-23 10:14:11 adam Exp $ -->
+<!-- $Id: yaz++.xml.in,v 1.14 2005-08-10 09:14:02 adam Exp $ -->
 <book id="yazpp">
  <bookinfo>
-  <title>YAZ++</title>
-  <author><firstname>Mike</firstname><surname>Taylor</surname></author>
-  <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
+  <title>YAZ++ User's Guide and Reference</title>
+  <authorgroup>
+   <author><firstname>Mike</firstname><surname>Taylor</surname></author>
+   <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
+   </authorgroup>
   <copyright>
+   <year>1999</year>
+   <year>2000</year>
+   <year>2001</year>
    <year>2002</year>
-   <holder>Index Data</holder>
-   <holder>Mike Taylor</holder>
+   <year>2003</year>
+   <year>2004</year>
+   <holder>Index Data Aps and Mike Taylor</holder>
   </copyright>
   <abstract>
    <simpara>
-    YAZ++ is a set of libraries and header files that make it easier
+    <ulink url="http://www.indexdata.dk/yazplusplus/">YAZ++</ulink>
+    is a set of libraries and header files that make it easier
     to use the popular C-language
     <ulink url="http://www.indexdata.dk/yaz/">YAZ toolkit</ulink>
     from C++, together with some utilities written using these
     libraries.  It includes an implementation of the C++ binding for
-    ZOOM (<link linkend="zoom">ZOOM-C++</link>) and a powerful,
-    general-purpose Z39.50 <link linkend="proxy">proxy</link>.
+    ZOOM (<link linkend="zoom">ZOOM-C++</link>).
+   </simpara>
+   <simpara>
+    This manual covers version @VERSION@.
+    </simpara>
+   <simpara>
+    CVS ID: $Id: yaz++.xml.in,v 1.14 2005-08-10 09:14:02 adam Exp $
+   </simpara>
+   <simpara>
+    <inlinemediaobject>
+     <imageobject>
+      <imagedata fileref="id.png" format="PNG"/>
+     </imageobject>
+    </inlinemediaobject>
    </simpara>
   </abstract>
  </bookinfo>
  
+ &chap-introduction;
  &chap-installation;
  &chap-zoom;
- &chap-proxy;
+ &chap-api;
+ &app-license;
 </book>
 
 <!-- Keep this comment at the end of the file