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