zoomsh: offer option -a apdulog
[yaz-moved-to-github.git] / doc / yaz.xml
index d4d94c4..e3445a4 100644 (file)
@@ -1,64 +1,59 @@
 <?xml version="1.0" standalone="no"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-                    "/usr/share/sgml/docbook/dtd/xml/4.0/docbookx.dtd" [
-
-     <!ENTITY oslash "&#x00F8;"> <!-- CIRCLED DIVISION SLASH -->
-     <!ENTITY yaz "YAZ">
-     <!ENTITY chap-introduction SYSTEM "introduction.xml">
-     <!ENTITY chap-installation SYSTEM "installation.xml">
-     <!ENTITY chap-zoom SYSTEM "zoom.xml">
-     <!ENTITY chap-client SYSTEM "client.xml">
-     <!ENTITY chap-asn SYSTEM "asn.xml">
-     <!ENTITY chap-tools SYSTEM "tools.xml">
-     <!ENTITY chap-odr SYSTEM "odr.xml">
-     <!ENTITY chap-comstack SYSTEM "comstack.xml">
-     <!ENTITY chap-frontend SYSTEM "frontend.xml">
-     <!ENTITY chap-future SYSTEM "future.xml">
-     <!ENTITY app-license SYSTEM "license.xml">
-     <!ENTITY app-indexdata SYSTEM "indexdata.xml">
-     <!ENTITY app-credits SYSTEM "credits.xml">
-     <!ENTITY asn "Z39.50 ASN.1">
-     <!ENTITY odr "<acronym>ODR</acronym>">
-     <!ENTITY comstack "<acronym>COMSTACK</acronym>">
-     <!ENTITY zoom "<acronym>ZOOM</acronym>">
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+    "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
+[
+     <!ENTITY % local SYSTEM "local.ent">
+     %local;
+     <!ENTITY % entities SYSTEM "entities.ent">
+     %entities;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
-<!-- $Id: yaz.xml,v 1.16 2002-01-02 10:30:25 adam Exp $ -->
-<book id="yaz">
- <bookinfo>
-  <title>YAZ User's Guide and Reference</title>
-  <author><firstname>Sebastian</firstname><surname>Hammer</surname></author>
-  <editor><firstname>Adam</firstname><surname>Dickmeiss</surname></editor>
-  <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>
-   <holder>Index Data</holder>
-  </copyright>
-  <abstract><simpara>
-    This document is the programmer's guide and reference to the &yaz;
-    package version 1.8.4. &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.
-    The documentation can be used on its own, or as a reference when
-    looking at the example applications provided with the package.
-   </simpara></abstract>
- </bookinfo>
+<book>
+ &bookinfo;
  &chap-introduction;
  &chap-installation;
  &chap-zoom;
- &chap-frontend;
- &chap-client;
+ &chap-server;
  &chap-asn;
+ &chap-soap;
  &chap-tools;
  &chap-odr;
  &chap-comstack;
  &chap-future;
+
+ <reference id="reference">
+  <title>Reference</title>
+   <partintro id="reference-introduction">
+    <para>
+     The material in this chapter is drawn directly from the individual
+     manual entries.
+    </para>
+   </partintro>
+   &manref;
+ </reference>
+
+ <appendix id="list-oids"><title>List of Object Identifiers</title>
+ <para>
+  These is a list of object identifiers that are built into YAZ.
+ </para>
+ &std-oid-table;
+ </appendix>
+
+ <appendix id="bib1-diagnostics"><title>Bib-1 diagnostics</title>
+   <para>
+     List of Bib-1 diagnostics that are known to YAZ.
+   </para>
+   &bib1-diag-table;
+ </appendix>
+
+ <appendix id="sru-diagnostics"><title>SRU diagnostics</title>
+   <para>
+     List of SRU diagnostics that are known to YAZ.
+   </para>
+   &srw-diag-table;
+ </appendix>
+
  &app-license;
  &app-indexdata;
  &app-credits;