summaryrefslogtreecommitdiff
path: root/www/wiki/includes/templates/RSSItem.mustache
blob: d00c1006005c5702060817e62d237d8f2bcb6474 (plain)
1
2
3
4
5
6
7
8
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>