Factor ziffy out as a separate package.
[yaz-moved-to-github.git] / doc / yaz.xml
1 <?xml version="1.0" standalone="no"?>
2 <!-- $Id: yaz.xml,v 1.26 2008-01-14 20:34:15 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-asn;
20  &chap-soap;
21  &chap-tools;
22  &chap-odr;
23  &chap-comstack;
24  &chap-future;
25
26  <reference id="reference">
27   <title>Reference</title>
28    <partintro id="reference-introduction">
29     <para>
30      The material in this chapter is drawn directly from the individual
31      manual entries.
32     </para>
33    </partintro>
34    &manref;
35  </reference>
36
37  <appendix id="list-oids"><title>List of Object Identifiers</title>
38  <para>
39   These is a list of object identifiers that are built into YAZ.
40  </para>
41  &std-oid-table;
42  </appendix>
43   
44  &app-license;
45  &app-indexdata;
46  &app-credits;
47 </book>
48
49 <!-- Keep this comment at the end of the file
50 Local variables:
51 mode: sgml
52 sgml-omittag:t
53 sgml-shorttag:t
54 sgml-minimize-attributes:nil
55 sgml-always-quote-attributes:t
56 sgml-indent-step:1
57 sgml-indent-data:t
58 sgml-parent-document:nil
59 sgml-local-catalogs: nil
60 sgml-namecase-general:t
61 End:
62 -->