From 894ac3ac0f6eb5695da4e4b43eea74beca1de437 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 17 Dec 2008 10:46:37 +0100 Subject: [PATCH] Mention dlpath in Configuration chapter --- doc/book.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/doc/book.xml b/doc/book.xml index 6c7c078..2d7c88d 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -1125,11 +1125,19 @@ Figure out what additional information we need in: <metaproxy xmlns="http://indexdata.com/metaproxy" version="1.0"> - The top-level element is <metaproxy>. This contains a - <start> element, a <filters> element and a - <routes> element, in that order. <filters> is - optional; the other two are mandatory. All three are - non-repeatable. + The top-level element is <metaproxy>. This contains + a <dlpath> element, + a <start> element, + a <filters> element and + a <routes> element, in that order. <dlpath> and + <filters> are optional; the other two are mandatory. + All four are non-repeatable. + + + The <dlpath;> element contains a text element which + specifies the location of filter modules. This is only needed + if Metaproxy must load 3rd party filters (most filters with Metaproxy + are built into the Metaproxy application). The <start> element is empty, but carries a @@ -1182,6 +1190,7 @@ Figure out what additional information we need in: + /usr/lib/metaproxy/modules -- 1.7.10.4