gamelog/templates/feed.template

11 lines
220 B
Plaintext
Raw Normal View History

2022-02-11 04:26:27 +00:00
<item>
<title>{{System}} - {{Module}}</title>
2022-02-11 22:08:17 +00:00
<link>http://tilde.town/~dozens/gamelog/index.html</link>
2022-02-11 04:26:27 +00:00
<pubDate>{{Updated}}</pubDate>
<description>
2022-03-04 22:40:05 +00:00
<![CDATA[
{{Notes}}
]]>
2022-02-11 04:26:27 +00:00
</description>
</item>