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