listblog/templates/feeditem.recfmt

14 lines
327 B
Plaintext
Raw Normal View History

2023-11-16 21:52:17 +00:00
<item>
<title>{{name}}: {{title}}</title>
<link>http://tilde.town/~dozens/listblog/{{name}}.html</link>
<guid isPermaLink="false">{{date}} {{name}}</guid>
2024-03-29 19:02:31 +00:00
<pubDate>syscmd(`gdate -d {{date}} -R')</pubDate>
2023-11-16 21:52:17 +00:00
<description>
<![CDATA[
changequote(<%,%>)dnl
{{content}}
changequote`'dnl
]]>
</description>
</item>