Directive s=pw sets structure to phrase if term includes blank(s).
[yaz-moved-to-github.git] / doc / yaz.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                     "../../docbook/docbookx.dtd" [
4      <!ENTITY yaz "YAZ">
5      <!ENTITY chap-introduction SYSTEM "introduction.xml">
6      <!ENTITY chap-installation SYSTEM "installation.xml">
7      <!ENTITY chap-asn SYSTEM "asn.xml">
8      <!ENTITY chap-tools SYSTEM "tools.xml">
9      <!ENTITY chap-odr SYSTEM "odr.xml">
10      <!ENTITY chap-comstack SYSTEM "comstack.xml">
11      <!ENTITY chap-frontend SYSTEM "frontend.xml">
12      <!ENTITY chap-future SYSTEM "future.xml">
13      <!ENTITY app-license SYSTEM "license.xml">
14      <!ENTITY app-indexdata SYSTEM "indexdata.xml">
15      <!ENTITY asn "<acronym>ASN</acronym>">
16      <!ENTITY odr "<acronym>ODR</acronym>">
17      <!ENTITY comstack "<acronym>COMSTACK</acronym>">
18 ]>
19 <!-- $Header: /home/cvsroot/yaz/doc/yaz.xml,v 1.1 2001-01-04 13:36:25 adam Exp $ -->
20 <book>
21 <bookinfo>
22 <title>YAZ User's Guide and Reference</title>
23 <author><firstname>Sebastian</firstname><surname>Hammer</surname></author>
24 <editor><firstname>Adam</firstname><surname>Dickmeiss</surname></editor>
25 <copyright>
26 <year>1995</year>
27 <year>1996</year>
28 <year>1997</year>
29 <year>1998</year>
30 <year>1999</year>
31 <year>2000</year>
32 <year>2001</year>
33 <holder>Index Data</holder>
34 </copyright>
35 <abstract><simpara>
36 This document is the programmer's guide and reference to the &yaz;
37 package. &yaz; is a compact toolkit that provides access to the
38 Z39.50/SR protocol, as well as a set of higher-level tools for
39 implementing the server and client roles, respectively.
40 The documentation can be used on its own, or as a reference when looking
41 at the example applications provided with the package.
42 </simpara></abstract>
43 </bookinfo>
44
45 &chap-introduction;
46 &chap-installation;
47 &chap-asn;
48 &chap-tools;
49 &chap-odr;
50 &chap-comstack;
51 &chap-frontend;
52 &chap-future;
53 &app-license;
54 &app-indexdata;
55 </book>
56
57 <!-- Keep this comment at the end of the file
58 Local variables:
59 mode: sgml
60 sgml-omittag:t
61 sgml-shorttag:t
62 sgml-minimize-attributes:nil
63 sgml-always-quote-attributes:t
64 sgml-indent-step:1
65 sgml-indent-data:t
66 sgml-parent-document:nil
67 sgml-default-dtd-file:"yaz.ced"
68 sgml-exposed-tags:nil
69 sgml-local-ecat-files:nil
70 sgml-local-catalogs: "../../docbook/docbook.cat"
71 sgml-namecase-general:t
72 End:
73 -->