Skip to Content.
Sympa Menu

en - [sympa-users] Customizing rss.tt2

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Vegar Nilsen <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Customizing rss.tt2
  • Date: Fri, 13 Jul 2007 16:06:34 +0200

(First, sorry about the double post)

Hi,

one of our clients wants to display message bodies in the RSS feed, but I can't find any tag for rss.tt2 that accomplishes this. I tried some variants of this:

[% FOREACH a = archives -%]
<item>
<title>[% FILTER escape_xml %][% a.subject %] - [% a.from %][%END%]</title>
<link>[% conf.wwsympa_url %]/arcsearch_id/[% list %]/[% a.year_month %]/[% a
.message_id %]</link>
<description>[% FILTER escape_xml %][% a.message_body %][%END%]</description
>
<pubDate>[% a.date_smtp %]</pubDate>
</item>
[% END -%]

Obviously, there is no such tag called message_body, but is there some tag I could use here to insert the entire body of the mails into the description-field?

Thanks,

Vegar Nilsen
--
< http://www.copyleft.no/ >

Copyleft Software AS



Archive powered by MHonArc 2.6.19+.

Top of Page