Removed synopsis from yaz man page
[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  <refsect1><title>DESCRIPTION</title>
28   <para>
29    YAZ is a C/C++ programmer's toolkit supporting the development
30    of Z39.50v3 clients and servers. The YAZ toolkit offers
31    several different levels of access to the ISO23950/Z39.50, SRU
32    and ILL protocols. The level that you need to use depends
33    on your requirements, and the role (server of client) that you want
34    to implement.
35   </para>
36  </refsect1>
37
38  <refsect1><title>COPYRIGHT</title>
39   <para>
40    Copyright &copy; &copyright-year; Index Data.
41   </para>
42   <para>
43    All rights reserved.
44   </para>
45   
46   <para>
47    Redistribution and use in source and binary forms, with or without
48    modification, are permitted provided that the following conditions are met:
49   </para>
50   
51   <itemizedlist>
52    <listitem>
53     <para>
54      Redistributions of source code must retain the above copyright
55      notice, this list of conditions and the following disclaimer.
56     </para>
57    </listitem>
58    <listitem>
59     <para>
60      Redistributions in binary form must reproduce the above copyright
61      notice, this list of conditions and the following disclaimer in the
62      documentation and/or other materials provided with the distribution.
63     </para>
64    </listitem>
65    <listitem>
66     <para>
67      Neither the name of Index Data nor the names of its contributors
68      may be used to endorse or promote products derived from this
69      software without specific prior written permission.
70     </para>
71    </listitem>
72   </itemizedlist>
73   
74   <para>
75    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
76    EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
77    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
78    DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR
79    ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
80    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
81    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
82    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
83    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
84    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
85    SUCH DAMAGE.
86   </para>
87   
88  </refsect1>
89  
90  <refsect1><title>SEE ALSO</title>
91   <para>
92     <citerefentry>
93      <refentrytitle>yaz-client</refentrytitle>
94      <manvolnum>1</manvolnum>
95     </citerefentry>,
96     <citerefentry>
97      <refentrytitle>yaz-ztest</refentrytitle>
98      <manvolnum>8</manvolnum>
99     </citerefentry>,
100     <citerefentry>
101      <refentrytitle>yaz-config</refentrytitle>
102      <manvolnum>8</manvolnum>
103     </citerefentry>,
104     <citerefentry>
105      <refentrytitle>zoomsh</refentrytitle>
106      <manvolnum>1</manvolnum>
107     </citerefentry>
108   </para>
109   <para>YAZ manual (
110    <filename>&prefix;/share/doc/yaz</filename>)
111   </para>
112   <para>
113    <ulink url="&url.yaz;">YAZ home page</ulink>.
114   </para>
115   <para>
116    <ulink url="&url.z39.50;">Z39.50 Maintenance Agency Page</ulink>.
117   </para>
118  </refsect1>
119 </refentry>
120
121 <!-- Keep this comment at the end of the file
122 Local variables:
123 mode: sgml
124 sgml-omittag:t
125 sgml-shorttag:t
126 sgml-minimize-attributes:nil
127 sgml-always-quote-attributes:t
128 sgml-indent-step:1
129 sgml-indent-data:t
130 sgml-parent-document:nil
131 sgml-local-catalogs: nil
132 sgml-namecase-general:t
133 End:
134 -->