listblog/templates/template.recfmt

14 lines
324 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}}')</pubDate>
<description>
<![CDATA[
changequote(<%,%>)dnl
{{content}}
changequote`'dnl
]]>
</description>
</item>