Added refentryinfo with productname + productnumber
[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.11 2006-08-28 19:18:02 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 (c) &copyright-year;, Index Data ApS.
48   </para>
49   <para>
50    Permission to use, copy, modify, distribute, and sell this software and
51    its documentation, in whole or in part, for any purpose, is hereby granted,
52    provided that:
53   </para>
54   <para>
55    1. This copyright and permission notice appear in all copies of the
56    software and its documentation. Notices of copyright or attribution
57    which appear at the beginning of any file must remain unchanged.
58   </para>
59   <para>
60    2. The names of Index Data or the individual authors may not be used to
61    endorse or promote products derived from this software without specific
62    prior written permission.
63   </para>
64   
65   <para>
66    THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
67    EXPRESS, IMPLIED, OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
68    WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
69    IN NO EVENT SHALL INDEX DATA BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
70    INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES
71    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR
72    NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
73    LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
74    OF THIS SOFTWARE.
75   </para>
76  </refsect1>
77  
78  <refsect1><title>SEE ALSO</title>
79   <para>
80     <citerefentry>
81      <refentrytitle>yaz-client</refentrytitle>
82      <manvolnum>1</manvolnum>
83     </citerefentry>,
84     <citerefentry>
85      <refentrytitle>yaz-ztest</refentrytitle>
86      <manvolnum>8</manvolnum>
87     </citerefentry>,
88     <citerefentry>
89      <refentrytitle>yaz-config</refentrytitle>
90      <manvolnum>8</manvolnum>
91     </citerefentry>,
92     <citerefentry>
93      <refentrytitle>zoomsh</refentrytitle>
94      <manvolnum>1</manvolnum>
95     </citerefentry>
96   </para>
97   <para>YAZ manual (
98    <filename>&prefix;/share/doc/yaz</filename>)
99   </para>
100   <para>
101    <ulink url="&url.yaz;">YAZ home page</ulink>.
102   </para>
103   <para>
104    <ulink url="&url.z39.50;">Z39.50 Maintenance Agency Page</ulink>.
105   </para>
106  </refsect1>
107 </refentry>
108
109 <!-- Keep this comment at the end of the file
110 Local variables:
111 mode: sgml
112 sgml-omittag:t
113 sgml-shorttag:t
114 sgml-minimize-attributes:nil
115 sgml-always-quote-attributes:t
116 sgml-indent-step:1
117 sgml-indent-data:t
118 sgml-parent-document:nil
119 sgml-local-catalogs: nil
120 sgml-namecase-general:t
121 End:
122 -->