780 |
jpm |
1 |
<?php
|
|
|
2 |
@header('Content-type: text/xml; charset='.strtoupper('#CHARSET'));
|
|
|
3 |
echo '<'.'?xml version="1.0" encoding="'.strtoupper('#CHARSET').'"?'.">\n";
|
|
|
4 |
?>
|
|
|
5 |
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
|
6 |
<channel>
|
|
|
7 |
<title><BOUCLE_titre(RUBRIQUES){id_rubrique}{doublons}>[(#TITRE|supprimer_numero)] - </BOUCLE_titre>[(#NOM_SITE_SPIP|texte_backend)]</title>
|
|
|
8 |
<description>La botanique ailleurs sur la toile</description>
|
935 |
gduche |
9 |
<link>http://www.tela-botanica.org/actu/article4073.html</link>
|
780 |
jpm |
10 |
<language>#LANG</language>
|
|
|
11 |
<image>
|
|
|
12 |
<url>http://www.tela-botanica.org/accueil/logo_tela_botanica.png</url>
|
|
|
13 |
<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
|
|
|
14 |
|
935 |
gduche |
15 |
<link>http://www.tela-botanica.org/actu/article4073.html</link>
|
780 |
jpm |
16 |
</image>
|
|
|
17 |
[(#REM) Les 30 derniers articles RSS ]
|
|
|
18 |
<B_syndic>
|
|
|
19 |
<BOUCLE_syndic(SYNDIC_ARTICLES) {age<180} {par date}{inverse} {0,20}>
|
|
|
20 |
<item>
|
|
|
21 |
<guid>#URL_ARTICLE</guid>
|
|
|
22 |
<title>[(#TITRE|texte_backend)]</title>
|
|
|
23 |
<description>[(#NOM_SITE|texte_backend)]</description>
|
|
|
24 |
<pubDate>#DATE</pubDate>
|
|
|
25 |
<link>#URL_ARTICLE</link>
|
|
|
26 |
</item>
|
|
|
27 |
</BOUCLE_syndic>
|
|
|
28 |
</B_syndic>
|
|
|
29 |
</channel>
|
|
|
30 |
</rss>
|