[ Index ] |
|
Code source de Dotclear 2.0-beta6 |
1 <?xml version="1.0" encoding="utf-8"?> 2 <feed xmlns="http://www.w3.org/2005/Atom" 3 xmlns:dc="http://purl.org/dc/elements/1.1/" 4 xmlns:wfw="http://wellformedweb.org/CommentAPI/" 5 xml:lang="{{tpl:BlogLanguage}}"> 6 7 <title type="html">{{tpl:BlogName encode_xml="1"}}{{tpl:SysFeedSubtitle encode_xml="1"}}</title> 8 <subtitle type="html">{{tpl:BlogDescription encode_xml="1"}}</subtitle> 9 <link href="{{tpl:SysSelfURI}}" rel="self"/> 10 <link href="{{tpl:BlogURL}}" rel="alternate" type="text/html" 11 title="{{tpl:BlogDescription encode_xml="1"}}"/> 12 <updated>{{tpl:BlogUpdateDate iso8601="1"}}</updated> 13 <author> 14 <name>{{tpl:BlogEditor encode_xml="1"}}</name> 15 </author> 16 <id>{{tpl:BlogFeedID}}</id> 17 <generator uri="http://www.dotclear.net/">Dotclear</generator> 18 19 <tpl:Entries> 20 21 <entry> 22 <title>{{tpl:EntryTitle encode_xml="1"}}</title> 23 <link href="{{tpl:EntryURL}}" rel="alternate" type="text/html" 24 title="{{tpl:EntryTitle encode_xml="1"}}" /> 25 <id>{{tpl:EntryFeedID}}</id> 26 <updated>{{tpl:EntryDate iso8601="1"}}</updated> 27 <author><name>{{tpl:EntryAuthorCommonName encode_xml="1"}}</name></author> 28 <tpl:EntryIf has_category="1"> 29 <dc:subject>{{tpl:EntryCategory encode_html="1"}}</dc:subject> 30 </tpl:EntryIf> 31 <tpl:EntryMetaData><dc:subject>{{tpl:MetaID}}</dc:subject></tpl:EntryMetaData> 32 33 <content type="html">{{tpl:EntryExcerpt absolute_urls="1" encode_xml="1"}} 34 {{tpl:EntryContent absolute_urls="1" encode_xml="1"}}</content> 35 36 <tpl:EntryIf comments_active="1"> 37 <wfw:comment>{{tpl:EntryURL}}#comment-form</wfw:comment> 38 <wfw:commentRss>{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}</wfw:commentRss> 39 </tpl:EntryIf> 40 </entry> 41 </tpl:Entries> 42 43 </feed>
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 |