Add wrbuf_sha1_puts
[yaz-moved-to-github.git] / doc / yaz.xml
index 1710087..17989c6 100644 (file)
@@ -1,57 +1,48 @@
 <?xml version="1.0" standalone="no"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-                    "../../docbook/docbookx.dtd" [
-     <!ENTITY yaz "YAZ">
-     <!ENTITY chap-introduction SYSTEM "introduction.xml">
-     <!ENTITY chap-installation SYSTEM "installation.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 asn "<acronym>ASN</acronym>">
-     <!ENTITY odr "<acronym>ODR</acronym>">
-     <!ENTITY comstack "<acronym>COMSTACK</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;
 ]>
-<!-- $Header: /home/cvsroot/yaz/doc/yaz.xml,v 1.2 2001-07-19 12:46:57 adam Exp $ -->
 <book>
-<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>
-<holder>Index Data</holder>
-</copyright>
-<abstract><simpara>
-This document is the programmer's guide and reference to the &yaz;
-package. &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>
+ &bookinfo;
+ &chap-introduction;
+ &chap-installation;
+ &chap-zoom;
+ &chap-server;
+ &chap-asn;
+ &chap-soap;
+ &chap-tools;
+ &chap-odr;
+ &chap-comstack;
+ &chap-future;
 
-&chap-introduction;
-&chap-installation;
-&chap-asn;
-&chap-tools;
-&chap-odr;
-&chap-comstack;
-&chap-frontend;
-&chap-future;
-&app-license;
-&app-indexdata;
+ <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>
+
+ &app-license;
+ &app-indexdata;
+ &app-credits;
 </book>
 
 <!-- Keep this comment at the end of the file
@@ -64,10 +55,7 @@ sgml-always-quote-attributes:t
 sgml-indent-step:1
 sgml-indent-data:t
 sgml-parent-document:nil
-sgml-default-dtd-file:"yaz.ced"
-sgml-exposed-tags:nil
-sgml-local-ecat-files:nil
-sgml-local-catalogs: "../../docbook/docbook.cat"
+sgml-local-catalogs: nil
 sgml-namecase-general:t
 End:
 -->