X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2Fpazpar2.xml;h=b7394056202afd1e4db0e17c0eb0ad26b1fd42b6;hb=ed886db22397360898fa5ef764543237e99b1774;hp=ba4286b4687c63babbbb696b802a0aee66b28940;hpb=907e8fda0e0052bd08b333f104344c1a26f2f409;p=pazpar2-moved-to-github.git diff --git a/doc/pazpar2.xml b/doc/pazpar2.xml index ba4286b..b739405 100644 --- a/doc/pazpar2.xml +++ b/doc/pazpar2.xml @@ -5,10 +5,10 @@ %local; %entities; - - %common; + + %idcommon; ]> - + Pazpar2 @@ -16,39 +16,141 @@ Pazpar2 - 1 + 8 pazpar2 - High-performance, user-interface independtent metasearching - middleware + Metasearch daemon. 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. + + + + + + + + + Makes the Pazpar2 server change user ID 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 + SEE ALSO + Pazpar2 configuration: pazpar2_conf 5 + + + Pazpar2 protocol:. pazpar2_protocol 7