From 0ef3f55d13097b1cc912c19c3ffb122010462a35 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 18 Jun 2007 12:55:43 +0000 Subject: [PATCH] Added man page for the pazpar2 daemon. Volume is now 8 rather than 1 because it's a daemon. --- doc/Makefile.am | 9 +++-- doc/pazpar2.xml | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 108 insertions(+), 8 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 06a7489..bc4ca7a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,9 @@ -## $Id: Makefile.am,v 1.4 2007-06-17 07:05:21 adam Exp $ +## $Id: Makefile.am,v 1.5 2007-06-18 12:55:43 adam Exp $ ## docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common -SUFFIXES=.1 .7 .pdf .tkl .esp .xml +SUFFIXES=.1 .5 .7 .8 .pdf .tkl .esp .xml XMLFILES = book.xml manref.xml @@ -13,7 +13,7 @@ XMLMAN = pazpar2.xml pazpar2_protocol.xml pazpar2_conf.xml SUPPORTFILES = entities.ent local.ent.in -MANFILES = pazpar2.1 pazpar2_protocol.7 pazpar2_conf.5 +MANFILES = pazpar2.8 pazpar2_protocol.7 pazpar2_conf.5 HTMLFILES = index.html @@ -37,6 +37,9 @@ $(HTMLFILES): $(XMLFILES) $(PNGFILES) .xml.7: $(MAN_COMPILE) $< +.xml.8: + $(MAN_COMPILE) $< + index.tkl: $(XMLFILES) $(TKL_COMPILE) $(MAINXML) diff --git a/doc/pazpar2.xml b/doc/pazpar2.xml index 40d4e93..a409402 100644 --- a/doc/pazpar2.xml +++ b/doc/pazpar2.xml @@ -8,7 +8,7 @@ %idcommon; ]> - + Pazpar2 @@ -16,7 +16,7 @@ Pazpar2 - 1 + 8 @@ -27,19 +27,114 @@ pazpar2 + + + + + + + + DESCRIPTION - + pazpar2 is the pazpar2 Metasearch daemon + and server. + In normal operation it acts as a simple HTTP server which serves + the Pazpar2 protocol. + The HTTP listener address may be given on the command line using + option or in the main configuration + file. The main configuration must be specified using option + . + OPTIONS - + + + + + + + Enables dump of XML records. It is useful if stylesheets are + being debugged. + + + + + + + Puts the pazpar2 server in the background. + + + + + + + Specifies main configuration. This option must be specified + in order for pazpar2 to operate normally. + + + + + + + + Specifies log file. The log file must be specified when pazpar2 + is running in the background (-D). + + + + + + + + Specifies PID file. If pazpar2 is started and configured properly + the file given holds the process ID of the pazpar2 process. + + + + + + + + Specifies a file or directory with alternative settings. This + overrides the settings element in the main + configuration. + + + + + + + + + Specifies that pazpar2 change user to the + uid given. + This, normally, require root privilege. + + + + + + + + Makes the pazpar2 server operate in debugging mode. This prevents pazpar2 + from making separate threads and processes. This option + should not be used in production. + + + + + + + + EXAMPLES - + None yet FILES @@ -48,12 +143,14 @@ SEE ALSO + Pazpar2 configuration: pazpar2_conf 5 + Pazpar2 protocol:. pazpar2_protocol 7 -- 1.7.10.4