2.0.9 candidate
[yaz-moved-to-github.git] / doc / yaz.xml.in
index 500631a..f424833 100644 (file)
@@ -9,6 +9,7 @@
      <!ENTITY chap-zoom SYSTEM "zoom.xml">
      <!ENTITY chap-client SYSTEM "client.xml">
      <!ENTITY chap-asn SYSTEM "asn.xml">
+     <!ENTITY chap-soap SYSTEM "soap.xml">
      <!ENTITY chap-tools SYSTEM "tools.xml">
      <!ENTITY chap-odr SYSTEM "odr.xml">
      <!ENTITY chap-comstack SYSTEM "comstack.xml">
      <!ENTITY app-license SYSTEM "license.xml">
      <!ENTITY app-indexdata SYSTEM "indexdata.xml">
      <!ENTITY app-credits SYSTEM "credits.xml">
+     <!ENTITY ztest-options SYSTEM "ztest-options.xml">
+     <!ENTITY yaz-client-commands SYSTEM "yaz-client-commands.xml">
      <!ENTITY asn "Z39.50 ASN.1">
      <!ENTITY odr "<acronym>ODR</acronym>">
      <!ENTITY comstack "<acronym>COMSTACK</acronym>">
      <!ENTITY zoom "<acronym>ZOOM</acronym>">
 ]>
-<!-- $Id: yaz.xml.in,v 1.2 2002-03-21 21:30:44 adam Exp $ -->
+<!-- $Id: yaz.xml.in,v 1.13 2004-01-05 09:35:12 adam Exp $ -->
 <book id="yaz">
  <bookinfo>
-  <title>YAZ User's Guide and Reference</title>
+  <title>YAZ User&apos;s Guide and Reference</title>
   <author><firstname>Sebastian</firstname><surname>Hammer</surname></author>
-  <editor><firstname>Adam</firstname><surname>Dickmeiss</surname></editor>
+  <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
+  <author><firstname>Mike</firstname><surname>Taylor</surname></author>
   <copyright>
-   <year>1995</year>
-   <year>1996</year>
-   <year>1997</year>
-   <year>1998</year>
-   <year>1999</year>
-   <year>2000</year>
-   <year>2001</year>
-   <year>2002</year>
+   <year>1995-2004</year>
    <holder>Index Data</holder>
   </copyright>
   <abstract><simpara>
     This document is the programmer's guide and reference to the &yaz;
     package version @VERSION@. &yaz; is a compact toolkit that provides
-    access to the Z39.50 protocol, as well as a set of higher-level
-    tools for implementing the server and client roles, respectively.
+    access to the Z39.50 and SRW/SRU protocols, as well as a set of
+    higher-level tools for implementing the server and client
+    roles, respectively.
     The documentation can be used on its own, or as a reference when
     looking at the example applications provided with the package.
+   </simpara>
+   <simpara>
+    <inlinemediaobject>
+     <imageobject>
+      <imagedata fileref="id.png" format="PNG"/>
+     </imageobject>
+     <imageobject>
+      <imagedata fileref="id.eps" format="EPS"/>
+     </imageobject>
+    </inlinemediaobject>
    </simpara></abstract>
  </bookinfo>
  
@@ -55,6 +63,7 @@
  &chap-frontend;
  &chap-client;
  &chap-asn;
+ &chap-soap;
  &chap-tools;
  &chap-odr;
  &chap-comstack;