From: Sebastian Hammer Date: Fri, 30 Mar 2007 00:13:45 +0000 (+0000) Subject: Towards documenting the settings system X-Git-Tag: PAZPAR2.1.0.0~384 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=d73d99a26ccd3403bcb4805a0145b1f8583efd10;p=pazpar2-moved-to-github.git Towards documenting the settings system --- diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 1e7e91b..fac262d 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -8,7 +8,7 @@ %common; ]> - + Pazpar2 @@ -369,6 +369,33 @@ ]]> + + TARGET SETTINGS + + Pazpar2 features a cunning scheme by which you can associate various + kinds of attributes, or settings with search targets. This is done + through XML files, and each file can associate one or more settings + with one or more targets. The file format is generic in nature, + designed to support a wide range of application requirements. The + settings can be purely technical things, like, how to perform a title + search against a given target, or it can associate arbitrary name=value + pairs with groups of targets -- for instance, if you would like to + place all commercial full-text bases in one group for selection + purposes, or you would like to control what targets are accessible to a + given user. + + + + During startup, pazpar2 will recursively read a specified directory + (can be identified in the pazpar2.cfg file or on the command line), and + process any settings files found therein. + + + SETTINGS FILE FORMAT + + + +