Fix mistake: fuzzy matching is 5=103, not 5=102
[yaz-moved-to-github.git] / doc / yaz-man.xml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2      <!ENTITY % common  SYSTEM "common/common.ent">
3      %common;
4 ]>
5 <!-- $Id: yaz-man.xml,v 1.7 2006-04-25 11:25:08 marc Exp $ -->
6 <refentry id="yaz">
7  <refmeta>
8   <refentrytitle>yaz</refentrytitle>
9   <manvolnum>7</manvolnum>
10  </refmeta>
11  
12  <refnamediv>
13   <refname>YAZ</refname>
14   <refpurpose>Z39.50 toolkit.</refpurpose>
15  </refnamediv>
16  
17  <refsynopsisdiv>
18   <cmdsynopsis>
19    <command>YAZ</command>
20   </cmdsynopsis>
21  </refsynopsisdiv>
22  
23  <refsect1><title>DESCRIPTION</title>
24   <para>
25    YAZ is a C/C++ programmer's toolkit supporting the development
26    of Z39.50v3 clients and servers. The YAZ toolkit offers
27    several different levels of access to the ISO23950/Z39.50, SRW/SRU
28    and ILL protocols. The level that you need to use depends
29    on your requirements, and the role (server of client) that you want
30    to implement.
31   </para>
32  </refsect1>
33
34  <refsect1><title>COPYRIGHT</title>
35   <para>
36    Copyright (c) 1995-2006, Index Data.
37   </para>
38   <para>
39    Permission to use, copy, modify, distribute, and sell this software and
40    its documentation, in whole or in part, for any purpose, is hereby granted,
41    provided that:
42   </para>
43   <para>
44    1. This copyright and permission notice appear in all copies of the
45    software and its documentation. Notices of copyright or attribution
46    which appear at the beginning of any file must remain unchanged.
47   </para>
48   <para>
49    2. The names of Index Data or the individual authors may not be used to
50    endorse or promote products derived from this software without specific
51    prior written permission.
52   </para>
53   
54   <para>
55    THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
56    EXPRESS, IMPLIED, OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
57    WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
58    IN NO EVENT SHALL INDEX DATA BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
59    INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES
60    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR
61    NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
62    LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
63    OF THIS SOFTWARE.
64   </para>
65  </refsect1>
66  
67  <refsect1><title>SEE ALSO</title>
68   <para>
69     <citerefentry>
70      <refentrytitle>yaz-client</refentrytitle>
71      <manvolnum>1</manvolnum>
72     </citerefentry>,
73     <citerefentry>
74      <refentrytitle>yaz-ztest</refentrytitle>
75      <manvolnum>8</manvolnum>
76     </citerefentry>,
77     <citerefentry>
78      <refentrytitle>yaz-config</refentrytitle>
79      <manvolnum>8</manvolnum>
80     </citerefentry>,
81     <citerefentry>
82      <refentrytitle>zoomsh</refentrytitle>
83      <manvolnum>1</manvolnum>
84     </citerefentry>
85   </para>
86   <para>YAZ manual (
87    <filename><replaceable>prefix</replaceable>/share/doc/yaz</filename>)
88   </para>
89   <para>
90    <ulink url="&url.yaz;">YAZ home page</ulink>.
91   </para>
92   <para>
93    <ulink url="&url.z39.50;">Z39.50 Maintenance Agency Page</ulink>.
94   </para>
95  </refsect1>
96 </refentry>
97
98 <!-- Keep this comment at the end of the file
99 Local variables:
100 mode: sgml
101 sgml-omittag:t
102 sgml-shorttag:t
103 sgml-minimize-attributes:nil
104 sgml-always-quote-attributes:t
105 sgml-indent-step:1
106 sgml-indent-data:t
107 sgml-parent-document:nil
108 sgml-local-catalogs: nil
109 sgml-namecase-general:t
110 End:
111 -->