piblog/templates/feeditem.template

14 lines
372 B
Plaintext

<item>
<title>{{title}}</title>
<link>http://tilde.town/~dozens/piblog/index.html</link>
<guid isPermaLink="false">{{time}} {{title}}</guid>
<pubDate>syscmd(`gdate -d {{time}}')</pubDate>
<description>
<![CDATA[
changequote({%,%})dnl Or else `code blocks` confuse m4
{{note}}
changequote`'dnl change quotes `back to default'
]]>
</description>
</item>