[ Index ] |
|
Code source de Dotclear 2.0-beta6 |
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:wfw="http://wellformedweb.org/CommentAPI/" 6 xmlns:content="http://purl.org/rss/1.0/modules/content/"> 7 <channel> 8 <title>{{tpl:BlogName encode_xml="1"}}{{tpl:SysFeedSubtitle encode_xml="1"}}</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:Entries> 18 19 <item> 20 <title>{{tpl:EntryTitle encode_xml="1"}}</title> 21 <link>{{tpl:EntryURL}}</link> 22 <guid isPermaLink="false">{{tpl:EntryFeedID}}</guid> 23 <pubDate>{{tpl:EntryDate rfc822="1"}}</pubDate> 24 <dc:creator>{{tpl:EntryAuthorCommonName encode_xml="1"}}</dc:creator> 25 <tpl:EntryIf has_category="1"> 26 <category>{{tpl:EntryCategory encode_html="1"}}</category> 27 </tpl:EntryIf> 28 <tpl:EntryMetaData><category>{{tpl:MetaID}}</category></tpl:EntryMetaData> 29 30 <description>{{tpl:EntryExcerpt absolute_urls="1" encode_xml="1"}} 31 {{tpl:EntryContent absolute_urls="1" encode_xml="1"}}</description> 32 33 <tpl:Attachments> 34 <enclosure url="{{tpl:AttachmentURL}}" 35 length="{{tpl:AttachmentSize full="1"}}" type="{{tpl:AttachmentMimeType}}" /> 36 </tpl:Attachments> 37 38 <tpl:EntryIf comments_active="1"> 39 <comments>{{tpl:EntryURL}}#comment-form</comments> 40 <wfw:comment>{{tpl:EntryURL}}#comment-form</wfw:comment> 41 <wfw:commentRss>{{tpl:BlogFeedURL}}/comments/{{tpl:EntryID}}</wfw:commentRss> 42 </tpl:EntryIf> 43 </item> 44 </tpl:Entries> 45 46 </channel> 47 </rss>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Feb 23 22:16:06 2007 | par Balluche grâce à PHPXref 0.7 |