aboutsummaryrefslogtreecommitdiff
path: root/scripts/archive/blog/doc/templates/rss-template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/archive/blog/doc/templates/rss-template.xml')
-rw-r--r--scripts/archive/blog/doc/templates/rss-template.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/archive/blog/doc/templates/rss-template.xml b/scripts/archive/blog/doc/templates/rss-template.xml
new file mode 100644
index 0000000..2022ec1
--- /dev/null
+++ b/scripts/archive/blog/doc/templates/rss-template.xml
@@ -0,0 +1,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 -->