Subversion Repositories Sites.tela-botanica.org

Rev

Rev 628 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
628 gduche 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
 
8
	<title><BOUCLE_titre(RUBRIQUES){id_rubrique}{doublons}>[(#TITRE|supprimer_numero)] - </BOUCLE_titre>[(#NOM_SITE_SPIP|texte_backend)]</title>
9
 
10
	<link>#URL_SITE_SPIP/</link>
11
 
12
	<language>#LANG</language>
13
 
14
	<image>
1101 raphael 15
		<url>/accueil/logo_tela_botanica.png</url>
628 gduche 16
		<title>[(#NOM_SITE_SPIP|texte_backend)]</title>
17
		<link>#URL_SITE_SPIP/</link>
18
	</image>
19
	<BOUCLE_hitparade(ARTICLES){par popularite}{inverse}{0,10}>
20
		<item>
21
                        <guid>#URL_SITE_SPIP/#URL_ARTICLE</guid>
22
                        <title>[(#TITRE|texte_backend)] </title>
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>
25
                        <pubDate>[(#DATE|affdate{'r'})]</pubDate>
26
                        <dc:format>text/html</dc:format>
27
                        <dc:language>#LANG</dc:language>
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>
30
                </item>
31
	</BOUCLE_hitparade>
32
</channel>
33
</rss>