Subversion Repositories Sites.tela-botanica.org

Rev

Rev 628 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 628 Rev 1101
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
 
7
 
8
	<title><BOUCLE_titre(RUBRIQUES){id_rubrique}{doublons}>[(#TITRE|supprimer_numero)] - </BOUCLE_titre>[(#NOM_SITE_SPIP|texte_backend)]</title>
8
	<title><BOUCLE_titre(RUBRIQUES){id_rubrique}{doublons}>[(#TITRE|supprimer_numero)] - </BOUCLE_titre>[(#NOM_SITE_SPIP|texte_backend)]</title>
9
	
9
	
10
	<link>#URL_SITE_SPIP/</link>
10
	<link>#URL_SITE_SPIP/</link>
11
 
11
 
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>/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
	<BOUCLE_hitparade(ARTICLES){par popularite}{inverse}{0,10}>
19
	<BOUCLE_hitparade(ARTICLES){par popularite}{inverse}{0,10}>
20
		<item>
20
		<item>
21
                        <guid>#URL_SITE_SPIP/#URL_ARTICLE</guid>
21
                        <guid>#URL_SITE_SPIP/#URL_ARTICLE</guid>
22
                        <title>[(#TITRE|texte_backend)] </title>
22
                        <title>[(#TITRE|texte_backend)] </title>
23
                        <link>#URL_SITE_SPIP/#URL_ARTICLE</link>
23
                        <link>#URL_SITE_SPIP/#URL_ARTICLE</link>
24
                        <description>[&lt;img src="#URL_SITE_SPIP/IMG/(#LOGO_ARTICLE|fichier)" align="left" hspace="4" vspace="4"&gt; ][(#INTRODUCTION|texte_backend)]</description>
24
                        <description>[&lt;img src="#URL_SITE_SPIP/IMG/(#LOGO_ARTICLE|fichier)" align="left" hspace="4" vspace="4"&gt; ][(#INTRODUCTION|texte_backend)]</description>
25
                        <pubDate>[(#DATE|affdate{'r'})]</pubDate>
25
                        <pubDate>[(#DATE|affdate{'r'})]</pubDate>
26
                        <dc:format>text/html</dc:format>
26
                        <dc:format>text/html</dc:format>
27
                        <dc:language>#LANG</dc:language>
27
                        <dc:language>#LANG</dc:language>
28
                        <dc:publisher>Tela Botanica - <BOUCLE_auteursb(AUTEURS){id_article}{", "}>[(#NOM|texte_backend)]</BOUCLE_auteursb></dc:publisher>
28
                        <dc:publisher>Tela Botanica - <BOUCLE_auteursb(AUTEURS){id_article}{", "}>[(#NOM|texte_backend)]</BOUCLE_auteursb></dc:publisher>
29
                        <author><BOUCLE_auteursb(AUTEURS){id_article}{", "}>[(#NOM|texte_backend)]</BOUCLE_auteursb></author>
29
                        <author><BOUCLE_auteursb(AUTEURS){id_article}{", "}>[(#NOM|texte_backend)]</BOUCLE_auteursb></author>
30
                </item>
30
                </item>
31
	</BOUCLE_hitparade>
31
	</BOUCLE_hitparade>
32
</channel>
32
</channel>
33
</rss>
33
</rss>