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