listblog/templates/feeditem.recfmt

14 lines
327 B
Plaintext

<item>
<title>{{name}}: {{title}}</title>
<link>http://tilde.town/~dozens/listblog/{{name}}.html</link>
<guid isPermaLink="false">{{date}} {{name}}</guid>
<pubDate>syscmd(`gdate -d {{date}} -R')</pubDate>
<description>
<![CDATA[
changequote(<%,%>)dnl
{{content}}
changequote`'dnl
]]>
</description>
</item>