]> git.cworth.org Git - cworth.org/blob - templates/rssitem.tmpl
Add Robert Haight as another solver
[cworth.org] / templates / rssitem.tmpl
1 <item>
2         <TMPL_IF NAME="AUTHOR">
3         <title><TMPL_VAR AUTHOR ESCAPE=HTML>: <TMPL_VAR TITLE></title>
4         <dcterms:creator><TMPL_VAR AUTHOR ESCAPE=HTML></dcterms:creator>
5         <TMPL_ELSE>
6         <title><TMPL_VAR TITLE></title>
7         </TMPL_IF>
8         <guid><TMPL_VAR URL></guid>
9         <link><TMPL_VAR PERMALINK></link>
10         <TMPL_IF NAME="CATEGORIES">
11         <TMPL_LOOP NAME="CATEGORIES">
12         <category><TMPL_VAR CATEGORY></category>
13         </TMPL_LOOP>
14         </TMPL_IF>
15         <pubDate><TMPL_VAR CDATE_822></pubDate>
16         <dcterms:modified><TMPL_VAR MDATE_3339></dcterms:modified>
17         <TMPL_IF NAME="ENCLOSURE">
18         <enclosure url="<TMPL_VAR ENCLOSURE>" type="<TMPL_VAR TYPE>" length="<TMPL_VAR LENGTH>" />
19         <TMPL_ELSE>
20         <description><![CDATA[<TMPL_VAR CONTENT>]]></description>
21         </TMPL_IF>
22 </item>