Docbook added. No content yet.
[yazpp-moved-to-github.git] / doc / yaz++.xml.in
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                     "@DTD_DIR@/docbookx.dtd" [
4
5      <!ENTITY chap-installation SYSTEM "installation.xml">
6      <!ENTITY chap-zoom SYSTEM "zoom.xml">
7      <!ENTITY chap-proxy SYSTEM "proxy.xml">
8 ]>
9 <!-- $Id: yaz++.xml.in,v 1.1 2002-10-08 11:55:57 adam Exp $ -->
10 <book id="yazpp">
11  <bookinfo>
12   <title>YAZ++</title>
13   <author><firstname>Mike</firstname><surname>Taylor</surname></author>
14   <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
15   <copyright>
16    <year>2002</year>
17    <holder>Index Data</holder>
18    <holder>Mike Taylor</holder>
19   </copyright>
20   <abstract><simpara>
21     Short introduction.
22    </simpara>
23   </abstract>
24  </bookinfo>
25  
26  &chap-installation;
27  &chap-zoom;
28  &chap-proxy;
29 </book>
30
31 <!-- Keep this comment at the end of the file
32 Local variables:
33 mode: sgml
34 sgml-omittag:t
35 sgml-shorttag:t
36 sgml-minimize-attributes:nil
37 sgml-always-quote-attributes:t
38 sgml-indent-step:1
39 sgml-indent-data:t
40 sgml-parent-document:nil
41 sgml-local-catalogs: nil
42 sgml-namecase-general:t
43 End:
44 -->