From 3be2f27efe8628be5f1caf2db33b70d59331774c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 17 Jan 2006 17:57:43 +0000 Subject: [PATCH] Specifics on filters. --- doc/config | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/doc/config b/doc/config index 5d0ac56..25cca27 100644 --- a/doc/config +++ b/doc/config @@ -1,4 +1,4 @@ -$Id: config,v 1.1 2006-01-17 14:13:00 mike Exp $ +$Id: config,v 1.2 2006-01-17 17:57:43 mike Exp $ The Guerilla Guide to Configuring YP2 ===================================== @@ -59,4 +59,55 @@ to those used for filters defined in the section. Filter configuration -------------------- -### +All elements have in common that they must carry a "type" +attribute whose value is one of the supported ones, listed in the +schema file and discussed below. In additional, s occurring +the section must have an "id" attribute, and those occurring +within a route must have either a "refid" attribute referencing a +previously defined filter or contain its own configuration +information. + +In general, each filter recognises different configuration elements +within its element, as each filter has different functionality. These +are as follows: + + + 10 + @:9000 + + + + 30 + + + + B + + + + + loc + z3950.loc.gov:7090/voyager + + + idgils + indexdata.dk/gils + + + + + ../etc/example.simple-auth + + + + + + ### Not yet resolved + + + + ### Not yet defined + + + + -- 1.7.10.4