Put man pages in reference section of main documentation . Avoid
[idzebra-moved-to-github.git] / doc / zebrasrv-man.xml
diff --git a/doc/zebrasrv-man.xml b/doc/zebrasrv-man.xml
deleted file mode 100644 (file)
index 07aa192..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" 
- "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
-[
-     <!ENTITY % local SYSTEM "local.ent">
-     %local;
-     <!ENTITY % entities  SYSTEM "entities.ent">
-     %entities;
-     <!ENTITY % common  SYSTEM "common/common.ent">
-     %common;
-     <!ENTITY zebrasrv-synopsis SYSTEM "zebrasrv-synopsis.xml">
-     <!ENTITY zebrasrv-options SYSTEM "zebrasrv-options.xml">
-     <!ENTITY zebrasrv-virtual SYSTEM "zebrasrv-virtual.xml">
-     <!ENTITY gfs-synopsis-app "zebrasrv">
-     <!ENTITY reference-tools-cql-map 'section "Specifiction of CQL to RPN mappings"'>
-]>
-
-     <!-- <!ENTITY zebrasrv-commands SYSTEM "zebrasrv-commands.xml"> -->
-
-
-<!-- $Id: zebrasrv-man.xml,v 1.2 2006-06-13 13:45:08 marc Exp $ -->
-<refentry id="zebrasrv">
- <refmeta>
-  <refentrytitle>zebrasrv</refentrytitle>
-  <manvolnum>8</manvolnum>
- </refmeta>
- <refnamediv>
-  <refname>zebrasrv</refname>
-  <refpurpose>Zebra Server</refpurpose>
- </refnamediv>
-  
- <refsynopsisdiv>
-  <!--
-  <cmdsynopsis>
-   <command>zebrasrv</command>
-   <arg choice="opt"><option>-a <replaceable>file</replaceable></option></arg>
-   <arg choice="opt"><option>-v <replaceable>level</replaceable></option></arg>
-   <arg choice="opt"><option>-l <replaceable>file</replaceable></option></arg>
-   <arg choice="opt"><option>-u <replaceable>uid</replaceable></option></arg>
-   <arg choice="opt"><option>-c <replaceable>config</replaceable></option></arg>
-   <arg choice="opt"><option>-t <replaceable>minutes</replaceable></option></arg>
-   <arg choice="opt"><option>-k <replaceable>kilobytes</replaceable></option></arg>
-   <arg choice="opt"><option>-d <replaceable>daemon</replaceable></option></arg>
-   <arg choice="opt"><option>-w <replaceable>dir</replaceable></option></arg>
-   <arg choice="opt"><option>-ziST1</option></arg>
-   <arg choice="opt" rep="repeat">listener-spec</arg>
-  </cmdsynopsis>
-  -->
-  &zebrasrv-synopsis;
- </refsynopsisdiv>
-  <refsect1><title>DESCRIPTION</title>
-    <para>Zebra is a high-performance, general-purpose structured text indexing
-   and retrieval engine. It reads structured records in a variety of input
-   formats (eg. email, XML, MARC) and allows access to them through exact
-   boolean search expressions and relevance-ranked free-text queries. 
-   </para>
-   <para>
-    <command>zebrasrv</command> is the Z39.50 and SRW/U frontend
-    server for the <command>Zebra</command> indexer.
-   </para> 
-   <para> 
-    On Unix you can run the <command>zebrasrv</command>
-    server from the command line - and put it
-    in the background. It may also operate under the inet daemon.
-    On WIN32 you can run the server as a console application or
-    as a WIN32 Service.
-   </para>
-  </refsect1>
- <!--
- <refsect1>
-   <title>COMMANDS</title>
-  &zebrasrv-commands;
- </refsect1>
- -->
-  <refsect1>
-   <title>OPTIONS</title>
-    
-   <para>
-    The options for <command>zebrasrv</command> are the same
-    as those for YAZ' <command>yaz-ztest</command>.
-    Option <literal>-c</literal> specifies a Zebra configuration
-    file - if omitted <filename>zebra.cfg</filename> is read.
-   </para>
-   
-  &zebrasrv-options;
-  </refsect1>
-  <refsect1><title>VIRTUAL HOSTS</title>
-    <para>
-     <command>zebrasrv</command> uses the YAZ server
-    </para>
-    &zebrasrv-virtual;
-  </refsect1>
-  <refsect1><title>FILES</title>
-   <para>
-    <filename>zebra.cfg</filename>
-   </para>
-  </refsect1>
-  <refsect1><title>SEE ALSO</title>
-   <para>
-    <citerefentry>
-     <refentrytitle>zebraidx</refentrytitle>
-     <manvolnum>1</manvolnum>
-    </citerefentry>,
-    <citerefentry>
-     <refentrytitle>yaz-ztest</refentrytitle>
-     <manvolnum>8</manvolnum>
-    </citerefentry>
-   </para>
-   <para>
-    Section "The Z39.50 Server" in the Zebra manual.
-    <filename>http://www.indexdata.dk/zebra/doc/server.tkl</filename>
-   </para>
-   <para>
-    Section "Virtual Hosts" in the YAZ manual.
-    <filename>http://www.indexdata.dk/yaz/doc/server.vhosts.tkl</filename>
-   </para>
-   <para>
-    Section "Specification of CQL to RPN mappings" in the YAZ manual.
-    <filename>http://www.indexdata.dk/yaz/doc/tools.tkl#tools.cql.map</filename>
-   </para>
-   <para>
-    The Zebra software is Copyright <command>Index Data</command> 
-    <filename>http://www.indexdata.dk</filename>
-    and distributed under the
-    GPLv2 license.
-   </para> 
-  </refsect1>
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-local-catalogs: nil
-sgml-namecase-general:t
-End:
--->