Added yaz-illclient man page.
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 3 Jun 2007 09:56:50 +0000 (09:56 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 3 Jun 2007 09:56:50 +0000 (09:56 +0000)
doc/Makefile.am
doc/yaz-illclient-man.xml [new file with mode: 0644]

index 5bc421a..c791eed 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.79 2007-05-07 13:18:32 adam Exp $
+## $Id: Makefile.am,v 1.80 2007-06-03 09:56:50 adam Exp $
 
 docdir=$(datadir)/doc/@PACKAGE@
 
@@ -15,10 +15,11 @@ HTMLFILES = index.html
 
 MANFILES=yaz-client.1 yaz-ztest.8 \
        yaz-config.8 yaz.7 zoomsh.1 yaz-asncomp.1 \
-       yaz-marcdump.1 yaz-iconv.1 yaz-log.7
+       yaz-marcdump.1 yaz-iconv.1 yaz-log.7 yaz-illclient.1
 REFFILES=yaz-client-man.xml yaz-ztest-man.xml yaz-config-man.xml \
        yaz-man.xml zoomsh-man.xml yaz-asncomp-man.xml \
-       yaz-marcdump-man.xml yaz-iconv-man.xml yaz-log-man.xml
+       yaz-marcdump-man.xml yaz-iconv-man.xml yaz-log-man.xml \
+       yaz-illclient-man.xml
 
 SUPPORTFILES=entities.ent apilayer.obj local.ent.in
 
@@ -55,6 +56,9 @@ yaz-marcdump.1: yaz-marcdump-man.xml
 yaz-iconv.1: yaz-iconv-man.xml
        $(MAN_COMPILE) $(srcdir)/yaz-iconv-man.xml
 
+yaz-illclient.1: yaz-illclient-man.xml
+       $(MAN_COMPILE) $(srcdir)/yaz-illclient-man.xml
+
 yaz-log.7: yaz-log-man.xml
        $(MAN_COMPILE) $(srcdir)/yaz-log-man.xml
 
diff --git a/doc/yaz-illclient-man.xml b/doc/yaz-illclient-man.xml
new file mode 100644 (file)
index 0000000..e70436d
--- /dev/null
@@ -0,0 +1,137 @@
+<!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 % idcommon SYSTEM "common/common.ent">
+     %idcommon;
+]>
+<!-- $Id: yaz-illclient-man.xml,v 1.1 2007-06-03 09:56:50 adam Exp $ -->
+<refentry id="yaz-illclient">
+ <refentryinfo>
+  <productname>YAZ</productname>
+  <productnumber>&version;</productnumber>
+ </refentryinfo>
+ <refmeta>
+  <refentrytitle>yaz-illclient</refentrytitle>
+  <manvolnum>1</manvolnum>
+ </refmeta>
+ <refnamediv>
+  <refname>yaz-illclient</refname>
+  <refpurpose>ILL client</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+  <cmdsynopsis>
+   <command>yaz-illclient</command>
+   <arg choice="opt"><option>-f <replaceable>filename</replaceable></option></arg>
+   <arg choice="opt"><option>-v <replaceable>loglevel</replaceable></option></arg>
+   <arg choice="opt" rep="repeat"><option>-D</option> <replaceable>name=value</replaceable></arg>
+   <arg choice="opt"><option>-o</option></arg>
+   <arg choice="opt"><option>-u <replaceable>user</replaceable></option></arg>
+   <arg choice="opt"><option>-p <replaceable>password</replaceable></option></arg>   
+   <arg choice="opt"><option>-V</option></arg>
+   <arg choice="opt">server-addr</arg>
+  </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1><title>DESCRIPTION</title>
+  <para>
+   <command>yaz-illclient</command> is an client which sends an ISO
+   ILL request to a remote server and decodes the response from it.
+   Exactly one server address ( <replaceable>server-addr</replaceable> )
+   must be specified.
+  </para>
+ </refsect1>
+ <refsect1><title>OPTIONS</title>
+  
+  <variablelist>
+   <varlistentry>
+    <term>-f <replaceable>filename</replaceable>]</term>
+    <listitem><para>
+      Specify filename.
+     </para></listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term>-v <replaceable>loglevel</replaceable>]</term>
+    <listitem><para>
+      Specify the log level
+     </para></listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term>-D <replaceable>name=value</replaceable>]</term>
+    <listitem><para>
+      Defines name &amp; value pair.
+     </para></listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term>-o</term>
+    <listitem><para>
+      Enable OCLC authentication.
+     </para></listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term>-u <replaceable>user</replaceable>]</term>
+    <listitem><para>
+      Specify user.
+     </para></listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term>-p <replaceable>password</replaceable>]</term>
+    <listitem><para>
+      Specify password.
+     </para></listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term>-V</term>
+    <listitem><para>
+      Show yaz-illclient version.
+     </para></listitem>
+   </varlistentry>
+
+  </variablelist>
+ </refsect1>
+
+ <refsect1><title>EXAMPLES</title>
+  <para>
+   None yet.
+  </para>
+ </refsect1> 
+
+ <refsect1><title>FILES</title>
+  <para>
+   None yet.
+  </para>
+ </refsect1>
+ <refsect1><title>SEE ALSO</title>
+  <para>
+   yaz(7)
+  </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:
+-->