[ Index ] |
|
Code source de Serendipity 1.2 |
1 <?xml version="1.0" encoding="utf-8" ?> 2 3 <rss version="2.0" 4 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 5 xmlns:admin="http://webns.net/mvcb/" 6 xmlns:dc="http://purl.org/dc/elements/1.1/" 7 xmlns:slash="http://purl.org/rss/1.0/modules/slash/" 8 xmlns:wfw="http://wellformedweb.org/CommentAPI/" 9 xmlns:content="http://purl.org/rss/1.0/modules/content/" 10 {$namespace_display_dat}> 11 <channel> 12 <title>{$metadata.title}</title> 13 <link>{$metadata.link}</link> 14 <description>{$metadata.description}</description> 15 <dc:language>{$metadata.language}</dc:language> 16 {if $metadata.showMail} 17 <admin:errorReportsTo rdf:resource="mailto:{$metadata.email}" /> 18 {/if} 19 <generator>Serendipity {$serendipityVersion} - http://www.s9y.org/</generator> 20 {$metadata.additional_fields.channel} 21 {$metadata.additional_fields.image} 22 23 {foreach from=$entries item="entry"} 24 <item> 25 <title>{$entry.feed_title}</title> 26 <link>{$entry.feed_entryLink}{if $is_comments}#c{$entry.commentid}{/if}</link> 27 {foreach from=$entry.categories item="cat"} 28 <category>{$cat.feed_category_name}</category> 29 {/foreach} 30 31 <comments>{$entry.feed_entryLink}#comments</comments> 32 <wfw:comment>{$serendipityBaseURL}wfwcomment.php?cid={$entry.feed_id}</wfw:comment> 33 34 {if !$is_comments} 35 <slash:comments>{$entry.comments}</slash:comments> 36 <wfw:commentRss>{$serendipityBaseURL}rss.php?version={$metadata.version}&type=comments&cid={$entry.feed_id}</wfw:commentRss> 37 {/if} 38 39 <author>{$entry.feed_email} ({$entry.feed_author})</author> 40 {if !empty($entry.body)} 41 <content:encoded> 42 {$entry.feed_body|@escape} {$entry.feed_ext|@escape} 43 </content:encoded> 44 {/if} 45 46 <pubDate>{$entry.feed_timestamp_r}</pubDate> 47 <guid isPermaLink="false">{$entry.feed_guid}</guid> 48 {$entry.per_entry_display_dat} 49 </item> 50 {/foreach} 51 52 </channel> 53 </rss>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |