blob: 8ebcccdcffdbbaeec981afee5089515522b7fe8d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Re: {{fd2rss rss_title}}</title>
<link>{{fd_full_url}}</link>
<atom:link href="{{comment_rss_feed_url}}"
rel="self"
type="application/rss+xml"/>
<description>Comments on {{fd2rss rss_title}}</description>
<language>en</language>
<generator>Formbox</generator>
{{comment_rss_items}}
</channel>
</rss>
|