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