summaryrefslogtreecommitdiff
path: root/template/rss-item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'template/rss-item.xml')
-rw-r--r--template/rss-item.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/rss-item.xml b/template/rss-item.xml
new file mode 100644
index 0000000..77b6e88
--- /dev/null
+++ b/template/rss-item.xml
@@ -0,0 +1,7 @@
+<item>
+<title>$title</title>
+<link>$link</link>
+<description>$description</description>
+<guid>$guid</guid>
+<pubDate>$pubDate</pubDate>
+</item>