Rev 1035 | 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> Articles taggés [(#ENV{mot_cle})] </title>
<description>Flux rss des articles de Tela Botanica contenant le mot clé [(#ENV{mot_cle})] </description>
<link>/actu/article4073.html</link>
<language>#LANG</language>
<image>
<url>/accueil/logo_tela_botanica.png</url>
<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
<link>/actu/article4073.html</link>
</image>
[(#REM) Les 30 derniers articles RSS ]
<BOUCLE_mots_cles(MOTS){titre=#ENV{mot_cle}}>
<BOUCLE_articles(ARTICLES){id_mot=#ID_MOT}{0,20}>
<item>
<guid>#URL_SITE_SPIP/#URL_ARTICLE</guid>
<title>[(#TITRE|texte_backend)]</title>
<link>#URL_SITE_SPIP/#URL_ARTICLE</link>
<description>[<img src="#URL_SITE_SPIP/IMG/(#LOGO_ARTICLE|fichier)" align="left" hspace="4" vspace="4"> ][(#INTRODUCTION|texte_backend)]</description>
<category> Article </category>
<author>#LESAUTEURS</author>
<pubDate>[(#DATE|affdate{'r'})]</pubDate>
<dc:format>text/html</dc:format>
<dc:language>#LANG</dc:language>
<dc:publisher>Tela Botanica - <BOUCLE_auteursb(AUTEURS){id_article}{", "}>[(#NOM|texte_backend)]</BOUCLE_auteursb></dc:publisher>
</item>
</BOUCLE_articles>
</BOUCLE_mots_cles>
</channel>
</rss>