Renamed 'copyright' to 'cfg_copyright' and 'host' to 'cfg_host_name'.
[gruta.git] / templates / artemus / ALL / _story_for_rss
blob8a1e325191f2405846cb1b0311219db891db9ed4
1 =item B<_story_for_rss>
3  _story_for_rss topic story_id
5 Generates a story link in RSS format.
6 =cut
7 <item>
8         <title>{-story_title|$0|$1}</title>
9         <link>http://{-cfg_host_name}/{-l|STORY|topic=$0|id=$1}</link>
10         <author>{-story_userid|$0|$1}</author>
11         <description>
12 <![CDATA[
13 {-story_abstract|$0|$1}
14 ]]>
15         </description>
16 </item>