From: john Date: Sat, 18 Jan 2003 14:49:27 +0000 (+0000) Subject: UnIndexContent producer node now will unindex articles which X-Git-Tag: BEFORE_MERGE_1_1~299 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=c50b80332822c7322401efba903156ee037992a3;p=mir.git UnIndexContent producer node now will unindex articles which are is_published=='f' --- diff --git a/etc/producer/producers.xml b/etc/producer/producers.xml index e97a1608..c1229b80 100755 --- a/etc/producer/producers.xml +++ b/etc/producer/producers.xml @@ -44,33 +44,40 @@ - + + + generator="/article.template" + destination="${config.storageRoot}/${pathprefix}/${article.date.formatted.yyyy}/${article.date.formatted.MM}/${article.id}.shtml"/> + generator="/emailThisArticle.template" + destination="${config.storageRoot}/${pathprefix}/${article.date.formatted.yyyy}/${article.date.formatted.MM}/${article.id}.txt"/> + key="article" + numLinesBetweenImages="3" + charWidthCM="0.19" + pixelWidthCM="0.035" + contentAreaWidthCM="16" + lineHeightCM="0.5" /> + generator="/printablecontent.template" + destination="${config.storageRoot}/${pathprefix}/${article.date.formatted.yyyy}/${article.date.formatted.MM}/${article.id}.fo" + parameters="UTF-8" /> + generator="${config.storageRoot}/${pathprefix}/${article.date.formatted.yyyy}/${article.date.formatted.MM}/${article.id}.fo" + destination="${config.storageRoot}/${pathprefix}/${article.date.formatted.yyyy}/${article.date.formatted.MM}/${article.id}.pdf" + stylesheet="${config["Producer.HTML2FOStyleSheet"]}" /> - + + + + + +