[ Index ]
 

Code source de Dotclear 2.0-beta6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/inc/public/default-templates/ -> rss2-comments.xml (source)

   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  <channel>
   7    <title>{{tpl:BlogName encode_xml="1"}}{{tpl:SysFeedSubtitle encode_xml="1"}}
   8    - {{tpl:lang Comments}}</title>
   9    <link>{{tpl:BlogURL}}</link>
  10    <description>{{tpl:BlogDescription encode_xml="1"}}</description>
  11    <language>{{tpl:BlogLanguage}}</language>
  12    <pubDate>{{tpl:BlogUpdateDate rfc822="1"}}</pubDate>
  13    <copyright>{{tpl:BlogCopyrightNotice encode_xml="1"}}</copyright>
  14    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  15    <generator>Dotclear</generator>
  16    
  17    <tpl:Comments lastn="20" order="desc" with_pings="1">
  18    
  19    <tpl:CommentIf is_ping="1">
  20    <item>
  21      <title>[ping] {{tpl:PingEntryTitle encode_xml="1"}} - {{tpl:PingBlogName encode_xml="1"}}</title>
  22      <link>{{tpl:PingPostURL}}#c{{tpl:PingID}}</link>
  23      <guid isPermaLink="false">{{tpl:PingFeedID}}</guid>
  24      <pubDate>{{tpl:PingDate rfc822="1"}}</pubDate>
  25      <dc:creator>{{tpl:PingBlogName encode_xml="1"}}</dc:creator>
  26      
  27      <description>&lt;p&gt;&lt;a href="{{tpl:PingAuthorURL}}"&gt;{{tpl:PingTitle}}&lt;/a&gt;&lt;/p&gt;
  28      {{tpl:PingContent encode_xml="1"}}</description>
  29    </item>
  30    </tpl:CommentIf>
  31    
  32    <tpl:CommentIf is_ping="0">
  33    <item>
  34      <title>{{tpl:CommentEntryTitle encode_xml="1"}} - {{tpl:CommentAuthor encode_xml="1"}}</title>
  35      <link>{{tpl:CommentPostURL}}#c{{tpl:CommentID}}</link>
  36      <guid isPermaLink="false">{{tpl:CommentFeedID}}</guid>
  37      <pubDate>{{tpl:CommentDate rfc822="1"}}</pubDate>
  38      <dc:creator>{{tpl:CommentAuthor encode_xml="1"}}</dc:creator>
  39      
  40      <description>{{tpl:CommentContent absolute_urls="1" encode_xml="1"}}</description>
  41    </item>
  42    </tpl:CommentIf>
  43    </tpl:Comments>
  44    
  45  </channel>
  46  </rss>


Généré le : Fri Feb 23 22:16:06 2007 par Balluche grâce à PHPXref 0.7