Beginning of a manpage -- structure stolen from yaz-marcdump manpage.
authorSebastian Hammer <quinn@indexdata.com>
Wed, 10 Jan 2007 05:46:43 +0000 (05:46 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Wed, 10 Jan 2007 05:46:43 +0000 (05:46 +0000)
Perhaps Adam can help with Makefiles and such for this?

pazpar2-man.xml [new file with mode: 0644]

diff --git a/pazpar2-man.xml b/pazpar2-man.xml
new file mode 100644 (file)
index 0000000..5659186
--- /dev/null
@@ -0,0 +1,59 @@
+<!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;
+]>
+<!-- $Id: pazpar2-man.xml,v 1.1 2007-01-10 05:46:43 quinn Exp $ -->
+<refentry id="pazpar2">
+ <refentryinfo>
+  <productname>Pazpar2</productname>
+  <productnumber>&version;</productnumber>
+ </refentryinfo>
+ <refmeta>
+  <refentrytitle>Pazpar2</refentrytitle>
+  <manvolnum>1</manvolnum>
+ </refmeta>
+ <refnamediv>
+  <refname>Pazpar2</refname>
+  <refpurpose>High-performance, user-interface independtent  metasearching
+         middleware</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+  <cmdsynopsis>
+   <command>pazpar2</command>
+  </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1><title>DESCRIPTION</title>
+ </refsect1>
+ <refsect1><title>OPTIONS</title>
+ </refsect1>
+
+ <refsect1><title>EXAMPLES</title>
+ </refsect1> 
+
+ <refsect1><title>FILES</title>
+</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:
+-->