summaryrefslogtreecommitdiff
path: root/www/wiki/includes/templates/RSSItem.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/includes/templates/RSSItem.mustache')
-rw-r--r--www/wiki/includes/templates/RSSItem.mustache9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/wiki/includes/templates/RSSItem.mustache b/www/wiki/includes/templates/RSSItem.mustache
new file mode 100644
index 00000000..d00c1006
--- /dev/null
+++ b/www/wiki/includes/templates/RSSItem.mustache
@@ -0,0 +1,9 @@
+ <item>
+ <title>{{{title}}}</title>
+ <link>{{{url}}}</link>
+ <guid{{^permalink}} isPermaLink="false"{{/permalink}}>{{{uniqueID}}}</guid>
+ <description>{{{description}}}</description>
+ {{#date}}<pubDate>{{{.}}}</pubDate>{{/date}}
+ {{#author}}<dc:creator>{{{.}}}</dc:creator>{{/author}}
+ {{#comments}}<comments>{{{.}}}</comments>{{/comments}}
+ </item>