cleric-plus-thief/templates/journalitem.rec.template

16 lines
404 B
Plaintext

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