4 |
david |
1 |
<?php
|
99 |
jpm |
2 |
@header('Content-type: text/xml[; charset=(#CHARSET)]');
|
|
|
3 |
echo '<'.'?xml version="1.0" encoding="#CHARSET"?'.">\n";
|
4 |
david |
4 |
?>
|
|
|
5 |
<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
|
6 |
|
|
|
7 |
<channel>
|
|
|
8 |
<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
|
|
|
9 |
<link>#URL_SITE_SPIP/</link>
|
99 |
jpm |
10 |
<description>Flux RSS du site d'actualité de Tela Botanica. Ce site a pour vocation de vous permettre de publier les principales informations concernant la botanique francophone.
|
|
|
11 |
Le contenu est mis en ligne directement par les botanistes du Réseau qui sont invités à venir partager les actualités dont ils ont connaissance : brèves informations, sorties sur le terrain, colloques à thèmes botaniques, nouvelles publications, offres d'emploi, points de vue, reportages, etc.
|
|
|
12 |
N'hésitez pas à venir mettre en ligne vos informations ! Les salariés de Tela Botanica se chargent de relire les articles proposés et de valider leur mise en ligne.</description>
|
4 |
david |
13 |
<language>#LANG</language>
|
|
|
14 |
|
|
|
15 |
<image>
|
|
|
16 |
<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
|
99 |
jpm |
17 |
<url>http://www.tela-botanica.org/actu/IMG/logo_bleu.gif</url>
|
4 |
david |
18 |
<link>#URL_SITE_SPIP/</link>
|
|
|
19 |
<description></description>
|
|
|
20 |
</image>
|
|
|
21 |
|
|
|
22 |
<BOUCLE_10recents(ARTICLES){lang ?}{branche ?}{par date}{inverse}{0,10}{unique}>
|
|
|
23 |
<item>
|
|
|
24 |
<title>[(#TITRE|texte_backend)]</title>
|
|
|
25 |
<link>#URL_SITE_SPIP/#URL_ARTICLE</link>
|
|
|
26 |
<date>#DATE</date>
|
|
|
27 |
<description>[<img src="#URL_SITE_SPIP/IMG/(#LOGO_ARTICLE|fichier)" align="left" hspace="4" vspace="4"> ][(#INTRODUCTION|texte_backend)]</description>
|
|
|
28 |
<dc:date>[(#DATE|date_iso)]</dc:date>
|
|
|
29 |
<dc:format>text/html</dc:format>
|
|
|
30 |
<dc:language>#LANG</dc:language>
|
94 |
jpm |
31 |
<dc:publisher>Tela Botanica - <BOUCLE_auteursb(AUTEURS){id_article}{", "}>[(#NOM|texte_backend)]</BOUCLE_auteursb></dc:publisher>
|
4 |
david |
32 |
</item>
|
|
|
33 |
</BOUCLE_10recents>
|
|
|
34 |
<BOUCLE_tres_recents(ARTICLES){lang ?}{branche ?}{par date}{inverse}{age<3}{unique}>
|
|
|
35 |
<item>
|
|
|
36 |
<title>[(#TITRE|texte_backend)]</title>
|
|
|
37 |
<link>#URL_SITE_SPIP/#URL_ARTICLE</link>
|
|
|
38 |
<date>#DATE</date>
|
|
|
39 |
<description>[<img src="#URL_SITE_SPIP/IMG/(#LOGO_ARTICLE|fichier)" align="left" hspace="4" vspace="4"> ][(#INTRODUCTION|texte_backend)]</description>
|
|
|
40 |
<dc:date>[(#DATE|date_iso)]</dc:date>
|
|
|
41 |
<dc:format>text/html</dc:format>
|
|
|
42 |
<dc:language>#LANG</dc:language>
|
94 |
jpm |
43 |
<dc:publisher>Tela Botanica - <BOUCLE_auteurs_tb(AUTEURS){id_article}{", "}>[(#NOM|texte_backend)]</BOUCLE_auteurs_tb></dc:publisher>
|
4 |
david |
44 |
</item>
|
|
|
45 |
</BOUCLE_tres_recents>
|
|
|
46 |
|
|
|
47 |
</channel>
|
|
|
48 |
|
|
|
49 |
</rss>
|