Doc reformat, adjust "still to document" list
[yaz-moved-to-github.git] / doc / yaz.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3     "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
4 [
5      <!ENTITY % local SYSTEM "local.ent">
6      %local;
7      <!ENTITY % entities SYSTEM "entities.ent">
8      %entities;
9      <!ENTITY % idcommon SYSTEM "common/common.ent">
10      %idcommon;
11 ]>
12 <book>
13  &bookinfo;
14  &chap-introduction;
15  &chap-installation;
16  &chap-zoom;
17  &chap-server;
18  &chap-asn;
19  &chap-soap;
20  &chap-tools;
21  &chap-odr;
22  &chap-comstack;
23  &chap-future;
24
25  <reference id="reference">
26   <title>Reference</title>
27    <partintro id="reference-introduction">
28     <para>
29      The material in this chapter is drawn directly from the individual
30      manual entries.
31     </para>
32    </partintro>
33    &manref;
34  </reference>
35
36  <appendix id="list-oids"><title>List of Object Identifiers</title>
37  <para>
38   These is a list of object identifiers that are built into YAZ.
39  </para>
40  &std-oid-table;
41  </appendix>
42
43  &app-license;
44  &app-indexdata;
45  &app-credits;
46 </book>
47
48 <!-- Keep this comment at the end of the file
49 Local variables:
50 mode: sgml
51 sgml-omittag:t
52 sgml-shorttag:t
53 sgml-minimize-attributes:nil
54 sgml-always-quote-attributes:t
55 sgml-indent-step:1
56 sgml-indent-data:t
57 sgml-parent-document:nil
58 sgml-local-catalogs: nil
59 sgml-namecase-general:t
60 End:
61 -->