More work in the skeleton.
[gruta.git] / templates / artemus / ALL / _story_for_rss
blob8ede0166cd74eb80bffb266efe2d0bbfbc8ed2cd
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://{-host}/{-l|STORY|topic=$0|id=$1}</link>
10         <description>
11 <![CDATA[
12 {-story_abstract|$0|$1}
13 ]]>
14         </description>
15 </item>