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