Update headers and omit CVS Ids.
[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 % idcommon SYSTEM "common/common.ent">
9      %idcommon;
10 ]>
11 <refentry id="yaz">
12  <refentryinfo>
13   <productname>YAZ</productname>
14   <productnumber>&version;</productnumber>
15  </refentryinfo>
16  
17  <refmeta>
18   <refentrytitle>yaz</refentrytitle>
19   <manvolnum>7</manvolnum>
20  </refmeta>
21  
22  <refnamediv>
23   <refname>yaz</refname>
24   <refpurpose>Z39.50 toolkit.</refpurpose>
25  </refnamediv>
26  
27  <refsynopsisdiv>
28   <cmdsynopsis>
29    <command>YAZ</command>
30   </cmdsynopsis>
31  </refsynopsisdiv>
32  
33  <refsect1><title>DESCRIPTION</title>
34   <para>
35    YAZ is a C/C++ programmer's toolkit supporting the development
36    of Z39.50v3 clients and servers. The YAZ toolkit offers
37    several different levels of access to the ISO23950/Z39.50, SRU
38    and ILL protocols. The level that you need to use depends
39    on your requirements, and the role (server of client) that you want
40    to implement.
41   </para>
42  </refsect1>
43
44  <refsect1><title>COPYRIGHT</title>
45   <para>
46    Copyright &copy; &copyright-year; Index Data.
47   </para>
48   <para>
49    All rights reserved.
50   </para>
51   
52   <para>
53    Redistribution and use in source and binary forms, with or without
54    modification, are permitted provided that the following conditions are met:
55   </para>
56   
57   <itemizedlist>
58    <listitem>
59     <para>
60      Redistributions of source code must retain the above copyright
61      notice, this list of conditions and the following disclaimer.
62     </para>
63    </listitem>
64    <listitem>
65     <para>
66      Redistributions in binary form must reproduce the above copyright
67      notice, this list of conditions and the following disclaimer in the
68      documentation and/or other materials provided with the distribution.
69     </para>
70    </listitem>
71    <listitem>
72     <para>
73      Neither the name of Index Data nor the names of its contributors
74      may be used to endorse or promote products derived from this
75      software without specific prior written permission.
76     </para>
77    </listitem>
78   </itemizedlist>
79   
80   <para>
81    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
82    EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
83    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
84    DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR
85    ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
86    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
87    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
88    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
89    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
90    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
91    SUCH DAMAGE.
92   </para>
93   
94  </refsect1>
95  
96  <refsect1><title>SEE ALSO</title>
97   <para>
98     <citerefentry>
99      <refentrytitle>yaz-client</refentrytitle>
100      <manvolnum>1</manvolnum>
101     </citerefentry>,
102     <citerefentry>
103      <refentrytitle>yaz-ztest</refentrytitle>
104      <manvolnum>8</manvolnum>
105     </citerefentry>,
106     <citerefentry>
107      <refentrytitle>yaz-config</refentrytitle>
108      <manvolnum>8</manvolnum>
109     </citerefentry>,
110     <citerefentry>
111      <refentrytitle>zoomsh</refentrytitle>
112      <manvolnum>1</manvolnum>
113     </citerefentry>
114   </para>
115   <para>YAZ manual (
116    <filename>&prefix;/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 -->