use description_sentence to not have the entire front page text+html
authorjohn <john>
Thu, 18 Apr 2002 09:00:20 +0000 (09:00 +0000)
committerjohn <john>
Thu, 18 Apr 2002 09:00:20 +0000 (09:00 +0000)
getting shoved into what should be just a teaser

templates-dist/producer/featuresRSS.template

index b16eb06..3e137cf 100755 (executable)
@@ -26,7 +26,7 @@
 <item rdf:about="${config.producerProductionHost}${config.producerDocRoot}${i.publish_path}${i.id}.shtml">
 <title>${i.title}</title>
 <link>${config.producerProductionHost}${config.producerDocRoot}${i.publish_path}${i.id}.shtml</link>
-<description>${i.description_parsed}</description>
+<description>${i.description_sentence}</description>
 <dc:date>${i.webdb_create_dc}</dc:date>
 </item>
 </list>