Added charmap facility to delete leading articles
[idzebra-moved-to-github.git] / doc / zebrasrv-man.sgml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
2 <!-- $Id: zebrasrv-man.sgml,v 1.2 2002-10-08 09:10:49 adam Exp $ -->
3 <refentry id="zebrasrv">
4  
5  <refmeta>
6   <refentrytitle>zebrasrv</refentrytitle>
7   <manvolnum>8</manvolnum>
8  </refmeta>
9  
10  <refnamediv>
11   <refname>zebrasrv</refname>
12   <refpurpose>Zebra Server</refpurpose>
13  </refnamediv>
14  
15  <refsynopsisdiv>
16   <cmdsynopsis>
17    <command>zebrasrv</command>
18    <arg choice="opt"><option>-a <replaceable>file</replaceable></option></arg>
19    <arg choice="opt"><option>-v <replaceable>level</replaceable></option></arg>
20    <arg choice="opt"><option>-l <replaceable>file</replaceable></option></arg>
21    <arg choice="opt"><option>-u <replaceable>uid</replaceable></option></arg>
22    <arg choice="opt"><option>-c <replaceable>config</replaceable></option></arg>
23    <arg choice="opt"><option>-t <replaceable>minutes</replaceable></option></arg>
24    <arg choice="opt"><option>-k <replaceable>kilobytes</replaceable></option></arg>
25    <arg choice="opt"><option>-d <replaceable>daemon</replaceable></option></arg>
26    <arg choice="opt"><option>-w <replaceable>dir</replaceable></option></arg>
27    <arg choice="opt"><option>-ziST1</option></arg>
28    <arg choice="opt" rep="repeat">listener-spec</arg>
29   </cmdsynopsis>
30   
31  </refsynopsisdiv>
32   <refsect1><title>DESCRIPTION</title>
33    <para>
34     <command>zebrasrv</command> is a Z39.50 server for Zebra.
35     On Unix you can run the server from the command line - and put it
36     in the background. It may also operate under the inet daemon.
37     On WIN32 you can run the server as a console application or
38     as a WIN32 Service.
39    </para>
40   </refsect1>
41   <refsect1>
42    <title>OPTIONS</title>
43    <para>
44     The options for <command>zebrasrv</command> are the same
45     as those for YAZ' <command>yaz-ztest</command>.
46     Option <literal>-c</literal> specifies a Zebra configuration
47     file - if omitted <filename>zebra.cfg</filename> is read.
48    </para>
49   </refsect1>
50   <refsect1><title>FILES</title>
51    <para>
52     <filename>zebra.cfg</filename>
53    </para>
54   </refsect1>
55   <refsect1><title>SEE ALSO</title>
56    <para>
57     <citerefentry>
58      <refentrytitle>zebraidx</refentrytitle>
59      <manvolnum>1</manvolnum>
60     </citerefentry>,
61     <citerefentry>
62      <refentrytitle>yaz-ztest</refentrytitle>
63      <manvolnum>8</manvolnum>
64     </citerefentry>
65    </para>
66    <para>
67     Section "The Z39.50 Server" in the Zebra manual.
68    </para>
69   </refsect1>
70 </refentry>
71
72 <!-- Keep this comment at the end of the file
73 Local variables:
74 mode: sgml
75 sgml-omittag:t
76 sgml-shorttag:t
77 sgml-minimize-attributes:nil
78 sgml-always-quote-attributes:t
79 sgml-indent-step:1
80 sgml-indent-data:t
81 sgml-parent-document:nil
82 sgml-local-catalogs: nil
83 sgml-namecase-general:t
84 End:
85 -->