Mention that @mask requires YAZ 4.2.58
[yaz-moved-to-github.git] / doc / yaz-man.xml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
2  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
3 [
4      <!ENTITY % local SYSTEM "local.ent">
5      %local;
6      <!ENTITY % entities SYSTEM "entities.ent">
7      %entities;
8      <!ENTITY % idcommon SYSTEM "common/common.ent">
9      %idcommon;
10 ]>
11 <refentry id="yaz">
12  <refentryinfo>
13   <productname>YAZ</productname>
14   <productnumber>&version;</productnumber>
15   <info><orgname>Index Data</orgname></info>
16  </refentryinfo>
17
18  <refmeta>
19   <refentrytitle>yaz</refentrytitle>
20   <manvolnum>7</manvolnum>
21   <refmiscinfo class="manual">Conventions and miscellaneous</refmiscinfo>
22  </refmeta>
23
24  <refnamediv>
25   <refname>yaz</refname>
26   <refpurpose>Z39.50 toolkit.</refpurpose>
27  </refnamediv>
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, SRU
34    Solr (client only) and ILL protocols. The level that you need to use depends
35    on your requirements, and the role (server or client) that you want
36    to implement.
37   </para>
38  </refsect1>
39
40  <refsect1><title>COPYRIGHT</title>
41   <para>
42    Copyright &copy; &copyright-year; Index Data.
43   </para>
44   <para>
45    All rights reserved.
46   </para>
47
48   <para>
49    Redistribution and use in source and binary forms, with or without
50    modification, are permitted provided that the following conditions are met:
51   </para>
52
53   <itemizedlist>
54    <listitem>
55     <para>
56      Redistributions of source code must retain the above copyright
57      notice, this list of conditions and the following disclaimer.
58     </para>
59    </listitem>
60    <listitem>
61     <para>
62      Redistributions in binary form must reproduce the above copyright
63      notice, this list of conditions and the following disclaimer in the
64      documentation and/or other materials provided with the distribution.
65     </para>
66    </listitem>
67    <listitem>
68     <para>
69      Neither the name of Index Data nor the names of its contributors
70      may be used to endorse or promote products derived from this
71      software without specific prior written permission.
72     </para>
73    </listitem>
74   </itemizedlist>
75
76   <para>
77    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
78    EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
79    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
80    DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR
81    ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
82    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
83    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
84    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
85    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
86    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
87    SUCH DAMAGE.
88   </para>
89
90  </refsect1>
91
92  <refsect1><title>SEE ALSO</title>
93   <para>
94     <citerefentry>
95      <refentrytitle>yaz-client</refentrytitle>
96      <manvolnum>1</manvolnum>
97     </citerefentry>,
98     <citerefentry>
99      <refentrytitle>yaz-ztest</refentrytitle>
100      <manvolnum>8</manvolnum>
101     </citerefentry>,
102     <citerefentry>
103      <refentrytitle>yaz-config</refentrytitle>
104      <manvolnum>8</manvolnum>
105     </citerefentry>,
106     <citerefentry>
107      <refentrytitle>zoomsh</refentrytitle>
108      <manvolnum>1</manvolnum>
109     </citerefentry>
110     <citerefentry>
111      <refentrytitle>bib1-attr</refentrytitle>
112      <manvolnum>7</manvolnum>
113     </citerefentry>
114   </para>
115   <para>YAZ manual (
116    <filename>/usr/share/doc/yaz</filename>)
117   </para>
118   <para>
119    <ulink url="&url.yaz;">YAZ home page</ulink>.
120   </para>
121   <para>
122    <ulink url="&url.z39.50;">Z39.50 Maintenance Agency Page</ulink>.
123   </para>
124  </refsect1>
125 </refentry>
126
127 <!-- Keep this comment at the end of the file
128 Local variables:
129 mode: sgml
130 sgml-omittag:t
131 sgml-shorttag:t
132 sgml-minimize-attributes:nil
133 sgml-always-quote-attributes:t
134 sgml-indent-step:1
135 sgml-indent-data:t
136 sgml-parent-document:nil
137 sgml-local-catalogs: nil
138 sgml-namecase-general:t
139 End:
140 -->