aboutsummaryrefslogtreecommitdiff
path: root/scripts/archive/blog/doc/templates/rss-template.xml
blob: 2022ec172b641fcb6a64fe8707e5024e44047b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- START: %s -->
<item>
	<title>%s</title>
	<link>https://arachnida.blog/blog/%s</link>
	<guid>https://arachnida.blog/blog/%s</guid>

	<pubDate>%s</pubDate>

	<description>
		<![CDATA[
			%s
		]]>
	</description>
</item>
<!-- END: %s -->