//- UNCLASSIFIED

rss(version="2.0",
	xmlns:content="http://purl.org/rss/1.0/modules/content/",
	xmlns:wfw="http://wellformedweb.org/CommentAPI/",
	xmlns:dc="http://purl.org/dc/elements/1.1/",
	xmlns:atom="http://www.w3.org/2005/Atom",
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/",
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/" )
	
channel
	title #{title}
	atom:link(href="#{server}/feed.view",rel="self",type="application/rss+xml")
	description #{title}
	lastBuildDate Thu, 07 Aug 2014 22:25:31 +0000
	language en-US
		sy:updatePeriod hourly
		sy:updateFrequency 1
	generator #{title}
	
//- UNCLASSIFIED
