Dotclear

source: inc/public/default-templates/rss2-comments.xml @ 0:54703be25dd6

Revision 0:54703be25dd6, 2.0 KB checked in by Dsls <dsls@…>, 14 years ago (diff)

2.3 branch (trunk) first checkin

Line 
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>&lt;p&gt;&lt;a href="{{tpl:PingAuthorURL encode_xml="1"}}"&gt;{{tpl:PingTitle encode_xml="1"}}&lt;/a&gt;&lt;/p&gt;
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>
Note: See TracBrowser for help on using the repository browser.

Sites map