Rev 780 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
@header('Content-type: text/xml; charset='.strtoupper('#CHARSET'));
echo '<'.'?xml version="1.0" encoding="'.strtoupper('#CHARSET').'"?'.">\n";
?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title><BOUCLE_titre(RUBRIQUES){id_rubrique}{doublons}>[(#TITRE|supprimer_numero)] - </BOUCLE_titre>[(#NOM_SITE_SPIP|texte_backend)]</title>
<description>La botanique ailleurs sur la toile</description>
<link>http://www.tela-botanica.org/actu/article4073.html</link>
<language>#LANG</language>
<image>
<url>http://www.tela-botanica.org/accueil/logo_tela_botanica.png</url>
<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
<link>http://www.tela-botanica.org/actu/article4073.html</link>
</image>
[(#REM) Les 30 derniers articles RSS ]
<B_syndic>
<BOUCLE_syndic(SYNDIC_ARTICLES) {age<180} {par date}{inverse} {0,20}>
<item>
<guid>#URL_ARTICLE</guid>
<title>[(#TITRE|texte_backend)]</title>
<description>[(#NOM_SITE|texte_backend)]</description>
<pubDate>#DATE</pubDate>
<link>#URL_ARTICLE</link>
</item>
</BOUCLE_syndic>
</B_syndic>
</channel>
</rss>