Commiting changes long overdue
This commit is contained in:
20
templates/rss_feed.xml
Normal file
20
templates/rss_feed.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Ribbit Feed</title>
|
||||
<link>http://ribbit.bullercodeworks.com/edit/{{.TemplateData.User.Uuid}}</link>
|
||||
<description>Feed for {{.TemplateData.User.Username}}</description>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>{{.TemplateData.BuildDate}}</lastBuildDate>
|
||||
<ttl>40</ttl>
|
||||
{{ range $i, $v := .TemplateData.Feeds }}
|
||||
<item>
|
||||
<title>{{$v.Name}}</title>
|
||||
<pubDate>{{$v.LastUpdate}}</pubDate>
|
||||
<guid>{{$v.Source}};{{$v.Slug}};{{$v.LastUpdate}}</guid>
|
||||
<link></link>
|
||||
<description><![CDATA[{{$v.Desc}}]]></description>
|
||||
</item>
|
||||
{{ end }}
|
||||
</channel>
|
||||
</rss>
|
@@ -1 +1,3 @@
|
||||
<a href="/user/feeds">Edit Subscriptions</a>
|
||||
|
||||
<a href="/rss/{{.TemplateData.Uuid}}">RSS Feed</a>
|
||||
|
Reference in New Issue
Block a user