- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/rss2-comments.xml
r0 r2566 16 16 <docs>http://blogs.law.harvard.edu/tech/rss</docs> 17 17 <generator>Dotclear</generator> 18 18 19 19 <tpl:Comments order="desc" with_pings="1"> 20 20 21 21 <tpl:CommentIf is_ping="1"> 22 22 <item> … … 26 26 <pubDate>{{tpl:PingDate rfc822="1"}}</pubDate> 27 27 <dc:creator>{{tpl:PingBlogName encode_xml="1"}}</dc:creator> 28 28 29 29 <description><p><a href="{{tpl:PingAuthorURL encode_xml="1"}}">{{tpl:PingTitle encode_xml="1"}}</a></p> 30 30 {{tpl:PingContent encode_xml="1"}}</description> 31 31 </item> 32 32 </tpl:CommentIf> 33 33 34 34 <tpl:CommentIf is_ping="0"> 35 35 <item> … … 39 39 <pubDate>{{tpl:CommentDate rfc822="1"}}</pubDate> 40 40 <dc:creator>{{tpl:CommentAuthor encode_xml="1"}}</dc:creator> 41 41 42 42 <description>{{tpl:CommentContent absolute_urls="1" encode_xml="1"}}</description> 43 43 </item> 44 44 </tpl:CommentIf> 45 45 </tpl:Comments> 46 46 47 47 </channel> 48 48 </rss>
Note: See TracChangeset
for help on using the changeset viewer.