1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <?xml-stylesheet title="XSL formatting" type="text/xsl" href="{{tpl:BlogURL}}feed/rss2/xslt" ?> |
---|
3 | <rss version="2.0" |
---|
4 | xmlns:dc="http://purl.org/dc/elements/1.1/" |
---|
5 | xmlns:content="http://purl.org/rss/1.0/modules/content/" |
---|
6 | xmlns:atom="http://www.w3.org/2005/Atom"> |
---|
7 | <channel> |
---|
8 | <title>{{tpl:BlogName encode_xml="1"}}{{tpl:SysFeedSubtitle encode_xml="1"}} |
---|
9 | - {{tpl:lang Comments}}</title> |
---|
10 | <link>{{tpl:BlogURL}}</link> |
---|
11 | <atom:link href="{{tpl:SysSelfURI}}" rel="self" type="application/rss+xml"/> |
---|
12 | <description>{{tpl:BlogDescription encode_xml="1"}}</description> |
---|
13 | <language>{{tpl:BlogLanguage}}</language> |
---|
14 | <pubDate>{{tpl:BlogUpdateDate rfc822="1"}}</pubDate> |
---|
15 | <copyright>{{tpl:BlogCopyrightNotice encode_xml="1"}}</copyright> |
---|
16 | <docs>http://blogs.law.harvard.edu/tech/rss</docs> |
---|
17 | <generator>Dotclear</generator> |
---|
18 | |
---|
19 | <tpl:Comments order="desc" with_pings="1"> |
---|
20 | |
---|
21 | <tpl:CommentIf is_ping="1"> |
---|
22 | <item> |
---|
23 | <title>[ping] {{tpl:PingEntryTitle encode_xml="1"}} - {{tpl:PingBlogName encode_xml="1"}}</title> |
---|
24 | <link>{{tpl:PingPostURL encode_xml="1"}}#c{{tpl:PingID}}</link> |
---|
25 | <guid isPermaLink="false">{{tpl:PingFeedID}}</guid> |
---|
26 | <pubDate>{{tpl:PingDate rfc822="1"}}</pubDate> |
---|
27 | <dc:creator>{{tpl:PingBlogName encode_xml="1"}}</dc:creator> |
---|
28 | |
---|
29 | <description><p><a href="{{tpl:PingAuthorURL encode_xml="1"}}">{{tpl:PingTitle encode_xml="1"}}</a></p> |
---|
30 | {{tpl:PingContent encode_xml="1"}}</description> |
---|
31 | </item> |
---|
32 | </tpl:CommentIf> |
---|
33 | |
---|
34 | <tpl:CommentIf is_ping="0"> |
---|
35 | <item> |
---|
36 | <title>{{tpl:CommentEntryTitle encode_xml="1"}} - {{tpl:CommentAuthor encode_xml="1"}}</title> |
---|
37 | <link>{{tpl:CommentPostURL encode_xml="1"}}#c{{tpl:CommentID}}</link> |
---|
38 | <guid isPermaLink="false">{{tpl:CommentFeedID}}</guid> |
---|
39 | <pubDate>{{tpl:CommentDate rfc822="1"}}</pubDate> |
---|
40 | <dc:creator>{{tpl:CommentAuthor encode_xml="1"}}</dc:creator> |
---|
41 | |
---|
42 | <description>{{tpl:CommentContent absolute_urls="1" encode_xml="1"}}</description> |
---|
43 | </item> |
---|
44 | </tpl:CommentIf> |
---|
45 | </tpl:Comments> |
---|
46 | |
---|
47 | </channel> |
---|
48 | </rss> |
---|