Subversion Repositories Sites.tela-botanica.org

Rev

Rev 370 | Rev 535 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 370 Rev 387
1
<?php
1
<?php
2
@header('Content-type: text/xml; charset='.strtoupper('#CHARSET'));
2
@header('Content-type: text/xml; charset='.strtoupper('#CHARSET'));
3
echo '<'.'?xml version="1.0" encoding="'.strtoupper('#CHARSET').'"?'.">\n";
3
echo '<'.'?xml version="1.0" encoding="'.strtoupper('#CHARSET').'"?'.">\n";
4
?>
4
?>
5
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
5
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
6
<channel>
6
<channel>
7
	<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
7
	<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
8
	<link>#URL_SITE_SPIP/</link>
8
	<link>#URL_SITE_SPIP/</link>
9
	<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.
9
	<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.
10
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.
10
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.
11
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>
11
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>
12
	<language>#LANG</language>
12
	<language>#LANG</language>
13
 
13
 
14
	<image>
14
	<image>
15
		<url>http://www.tela-botanica.org/accueil/logo_tela_botanica.png</url>
15
		<url>http://www.tela-botanica.org/accueil/logo_tela_botanica.png</url>
16
		<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
16
		<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
17
		<link>#URL_SITE_SPIP/</link>
17
		<link>#URL_SITE_SPIP/</link>
18
	</image>
18
	</image>
19
 
19
 
20
	<BOUCLE_10recents(ARTICLES){lang ?}{branche ?}{par date}{inverse}{0,10}{unique}>
20
	<BOUCLE_10recents(ARTICLES){lang ?}{branche ?}{par date}{inverse}{0,10}{unique}>
21
		<item>
21
		<item>
22
			<guid>#ID_ARTICLE</guid>
22
			<guid>#URL_SITE_SPIP/#URL_ARTICLE</guid>
23
			<title>[(#TITRE|texte_backend)]</title>
23
			<title>[(#TITRE|texte_backend)]</title>
24
			<link>#URL_SITE_SPIP/#URL_ARTICLE</link>
24
			<link>#URL_SITE_SPIP/#URL_ARTICLE</link>
25
			<description>[&lt;img src="#URL_SITE_SPIP/IMG/(#LOGO_ARTICLE|fichier)" align="left" hspace="4" vspace="4"&gt; ][(#INTRODUCTION|texte_backend)]</description>
25
			<description>[&lt;img src="#URL_SITE_SPIP/IMG/(#LOGO_ARTICLE|fichier)" align="left" hspace="4" vspace="4"&gt; ][(#INTRODUCTION|texte_backend)]</description>
26
			<pubDate>[(#DATE|affdate{'r'})]</pubDate>
26
			<pubDate>[(#DATE|affdate{'r'})]</pubDate>
27
			<dc:format>text/html</dc:format>
27
			<dc:format>text/html</dc:format>
28
			<dc:language>#LANG</dc:language>
28
			<dc:language>#LANG</dc:language>
29
			<dc:publisher>Tela Botanica - <BOUCLE_auteursb(AUTEURS){id_article}{", "}>[(#NOM|texte_backend)]</BOUCLE_auteursb></dc:publisher>
29
			<dc:publisher>Tela Botanica - <BOUCLE_auteursb(AUTEURS){id_article}{", "}>[(#NOM|texte_backend)]</BOUCLE_auteursb></dc:publisher>
30
		</item>
30
		</item>
31
	</BOUCLE_10recents>
31
	</BOUCLE_10recents>
32
	<BOUCLE_tres_recents(ARTICLES){lang ?}{branche ?}{par date}{inverse}{age<3}{unique}>
32
	<BOUCLE_tres_recents(ARTICLES){lang ?}{branche ?}{par date}{inverse}{age<3}{unique}>
33
		<item>
33
		<item>
34
			<guid>#ID_ARTICLE</guid>
34
			<guid>#URL_SITE_SPIP/#URL_ARTICLE</guid>
35
			<title>[(#TITRE|texte_backend)]</title>
35
			<title>[(#TITRE|texte_backend)]</title>
36
			<link>#URL_SITE_SPIP/#URL_ARTICLE</link>
36
			<link>#URL_SITE_SPIP/#URL_ARTICLE</link>
37
			<description>[&lt;img src="#URL_SITE_SPIP/IMG/(#LOGO_ARTICLE|fichier)" align="left" hspace="4" vspace="4"&gt; ][(#INTRODUCTION|texte_backend)]</description>
37
			<description>[&lt;img src="#URL_SITE_SPIP/IMG/(#LOGO_ARTICLE|fichier)" align="left" hspace="4" vspace="4"&gt; ][(#INTRODUCTION|texte_backend)]</description>
38
			<pubDate>[(#DATE|affdate{'r'})]</pubDate>
38
			<pubDate>[(#DATE|affdate{'r'})]</pubDate>
39
			<dc:format>text/html</dc:format>
39
			<dc:format>text/html</dc:format>
40
			<dc:language>#LANG</dc:language>
40
			<dc:language>#LANG</dc:language>
41
			<dc:publisher>Tela Botanica - <BOUCLE_auteurs_tb(AUTEURS){id_article}{", "}>[(#NOM|texte_backend)]</BOUCLE_auteurs_tb></dc:publisher>
41
			<dc:publisher>Tela Botanica - <BOUCLE_auteurs_tb(AUTEURS){id_article}{", "}>[(#NOM|texte_backend)]</BOUCLE_auteurs_tb></dc:publisher>
42
		</item>
42
		</item>
43
	</BOUCLE_tres_recents>
43
	</BOUCLE_tres_recents>
44
</channel>
44
</channel>
45
</rss>
45
</rss>