Using entities
[yazproxy-moved-to-github.git] / doc / yazproxy.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      <!ENTITY chap-introduction SYSTEM "introduction.xml">
5      <!ENTITY chap-installation SYSTEM "installation.xml">
6      <!ENTITY chap-using SYSTEM "using.xml">
7      <!ENTITY chap-reference SYSTEM "reference.xml">
8      <!ENTITY yaz-proxy-ref SYSTEM "yaz-proxy-ref.xml">
9      <!ENTITY app-license SYSTEM "license.xml">
10      <!ENTITY % common  SYSTEM "common/common.ent">
11      %common;
12 ]>
13 <!-- $Id: yazproxy.xml.in,v 1.7 2006-04-26 12:17:23 adam Exp $ -->
14 <book id="yazproxy">
15  <bookinfo>
16   <title>YAZ proxy User's Guide and Reference</title>
17   <authorgroup>
18    <author><firstname>Mike</firstname><surname>Taylor</surname></author>
19    <author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
20    </authorgroup>
21   <copyright>
22    <year>1999-2006</year>
23    <holder>Index Data Aps</holder>
24   </copyright>
25   <abstract>
26    <simpara>
27     <ulink url="&url.yazproxy;">YAZ proxy</ulink>
28     is a powerful general purpose Z39.50/SRW/SRU proxy.
29    </simpara>
30    <simpara>
31     This manual covers version @VERSION@.
32     </simpara>
33    <simpara>
34     CVS ID: $Id: yazproxy.xml.in,v 1.7 2006-04-26 12:17:23 adam Exp $
35    </simpara>
36    <simpara>
37     <inlinemediaobject>
38      <imageobject>
39       <imagedata fileref="common/id.png" format="PNG"/>
40      </imageobject>
41     </inlinemediaobject>
42    </simpara>
43   </abstract>
44  </bookinfo>
45  
46  &chap-introduction;
47  &chap-installation;
48  &chap-using;
49  &chap-reference;
50  &app-license;
51 </book>
52
53 <!-- Keep this comment at the end of the file
54 Local variables:
55 mode: sgml
56 sgml-omittag:t
57 sgml-shorttag:t
58 sgml-minimize-attributes:nil
59 sgml-always-quote-attributes:t
60 sgml-indent-step:1
61 sgml-indent-data:t
62 sgml-parent-document:nil
63 sgml-local-catalogs: nil
64 sgml-namecase-general:t
65 End:
66 -->