| Current Path : /home/magalijoj/www/blog/inc/public/default-templates/ |
| Current File : /home/magalijoj/www/blog/inc/public/default-templates/rss2-comments.xml |
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet title="XSL formatting" type="text/xsl" href="{{tpl:BlogURL}}feed/rss2/xslt" ?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>{{tpl:BlogName encode_xml="1"}}{{tpl:SysFeedSubtitle encode_xml="1"}}
- {{tpl:lang Comments}}</title>
<link>{{tpl:BlogURL}}</link>
<description>{{tpl:BlogDescription encode_xml="1"}}</description>
<language>{{tpl:BlogLanguage}}</language>
<pubDate>{{tpl:BlogUpdateDate rfc822="1"}}</pubDate>
<copyright>{{tpl:BlogCopyrightNotice encode_xml="1"}}</copyright>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>Dotclear</generator>
<tpl:Comments order="desc" with_pings="1">
<tpl:CommentIf is_ping="1">
<item>
<title>[ping] {{tpl:PingEntryTitle encode_xml="1"}} - {{tpl:PingBlogName encode_xml="1"}}</title>
<link>{{tpl:PingPostURL}}#c{{tpl:PingID}}</link>
<guid isPermaLink="false">{{tpl:PingFeedID}}</guid>
<pubDate>{{tpl:PingDate rfc822="1"}}</pubDate>
<dc:creator>{{tpl:PingBlogName encode_xml="1"}}</dc:creator>
<description><p><a href="{{tpl:PingAuthorURL}}">{{tpl:PingTitle}}</a></p>
{{tpl:PingContent encode_xml="1"}}</description>
</item>
</tpl:CommentIf>
<tpl:CommentIf is_ping="0">
<item>
<title>{{tpl:CommentEntryTitle encode_xml="1"}} - {{tpl:CommentAuthor encode_xml="1"}}</title>
<link>{{tpl:CommentPostURL}}#c{{tpl:CommentID}}</link>
<guid isPermaLink="false">{{tpl:CommentFeedID}}</guid>
<pubDate>{{tpl:CommentDate rfc822="1"}}</pubDate>
<dc:creator>{{tpl:CommentAuthor encode_xml="1"}}</dc:creator>
<description>{{tpl:CommentContent absolute_urls="1" encode_xml="1"}}</description>
</item>
</tpl:CommentIf>
</tpl:Comments>
</channel>
</rss>