License ala YAZ
[yazpp-moved-to-github.git] / doc / yaz++.xml.in
index f135386..b0f96e3 100644 (file)
@@ -5,20 +5,28 @@
      <!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 app-license SYSTEM "license.xml">
 ]>
-<!-- $Id: yaz++.xml.in,v 1.1 2002-10-08 11:55:57 adam Exp $ -->
+<!-- $Id: yaz++.xml.in,v 1.4 2002-10-23 12:46:07 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>
   <copyright>
-   <year>2002</year>
-   <holder>Index Data</holder>
-   <holder>Mike Taylor</holder>
+   <year>1999-2002</year>
+   <holder>Index Data, Mike Taylor</holder>
   </copyright>
-  <abstract><simpara>
-    Short introduction.
+  <abstract>
+   <simpara>
+    YAZ++ 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>.
    </simpara>
   </abstract>
  </bookinfo>
@@ -26,6 +34,7 @@
  &chap-installation;
  &chap-zoom;
  &chap-proxy;
+ &app-license;
 </book>
 
 <!-- Keep this comment at the end of the file