From c50b80332822c7322401efba903156ee037992a3 Mon Sep 17 00:00:00 2001 From: john Date: Sat, 18 Jan 2003 14:49:27 +0000 Subject: [PATCH 1/1] UnIndexContent producer node now will unindex articles which are is_published=='f' --- etc/producer/producers.xml | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) 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"]}" /> - + + + + + + -- 2.11.0