Add wrbuf_sha1_puts
[yaz-moved-to-github.git] / doc / yaz.xml
index a106071..17989c6 100644 (file)
@@ -1,28 +1,45 @@
 <?xml version="1.0" standalone="no"?>
-<!-- $Id: yaz.xml,v 1.21 2006-05-28 19:56:25 adam Exp $ -->
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
-    "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" 
+<!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 % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 ]>
-<book id="yaz">
- &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>
+
  &app-license;
  &app-indexdata;
  &app-credits;