Generate doc/local.ent via configure instead of doc/yazpp.xml.
[yazpp-moved-to-github.git] / doc / yazpp.xml
diff --git a/doc/yazpp.xml b/doc/yazpp.xml
new file mode 100644 (file)
index 0000000..7e00524
--- /dev/null
@@ -0,0 +1,78 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
+    "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" 
+[
+     <!ENTITY % local SYSTEM "local.ent">
+     %local;
+     <!ENTITY % entities  SYSTEM "entities.ent">
+     %entities;
+     <!ENTITY % common  SYSTEM "common/common.ent">
+     %common;
+]>
+<!-- $Id: yazpp.xml,v 1.1 2006-06-02 08:43:12 adam Exp $ -->
+<book id="yazpp">
+ <bookinfo>
+  <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>
+   <year>2003</year>
+   <year>2004</year>
+   <year>2005</year>
+   <year>2006</year>
+   <holder>Index Data Aps and Mike Taylor</holder>
+  </copyright>
+  <abstract>
+   <simpara>
+    <ulink url="&url.yazplusplus;">YAZ++</ulink>
+    is a set of libraries and header files that make it easier
+    to use the popular C-language
+    <ulink url="&url.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>).
+   </simpara>
+   <simpara>
+    This manual covers version 1.0.0.
+    </simpara>
+   <simpara>
+    CVS ID: $Id: yazpp.xml,v 1.1 2006-06-02 08:43:12 adam Exp $
+   </simpara>
+   <simpara>
+    <inlinemediaobject>
+     <imageobject>
+      <imagedata fileref="common/id.png" format="PNG"/>
+     </imageobject>
+    </inlinemediaobject>
+   </simpara>
+  </abstract>
+ </bookinfo>
+ &chap-introduction;
+ &chap-installation;
+ &chap-zoom;
+ &chap-api;
+ &app-license;
+</book>
+
+<!-- Keep this Emacs mode comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-local-catalogs: nil
+sgml-namecase-general:t
+End:
+-->
+