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