[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / prive / rss / signatures.html
1 #HTTP_HEADER{Content-Type: text/xml; charset=#CHARSET}#CACHE{900}<BOUCLE0(AUTEURS){tout}{id_auteur=#ENV{id}}{lang_select}><?php
2 if ([(#ID_AUTEUR|securiser_acces{#ENV{cle},rss,#ENV{op}, #ENV{args}}|?{1,0})]) {
3 ?><?xml version="1.0" encoding="#CHARSET" ?>
4
5 <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
6 <channel xml:lang="[(#LANG|texte_backend)]">
7 <title>[&#91;(#NOM_SITE_SPIP|texte_backend)&#93;] RSS (<:titre_suivi_petition|texte_backend:>)</title>
8 <link>[(#URL_ECRIRE{controle_petition}|url_absolue|texte_backend)]</link>
9 <description></description>
10 <language>[(#LANG|texte_backend)]</language>
11 <BOUCLE_RSS(SIGNATURES){!par date}{0,50}{id_article ?}
12 ><BOUCLE_A(ARTICLES){id_petition}>
13 <item>
14 <title>[(#TITRE|texte_backend)]</title>
15 <link>[(#URL_ARTICLE|url_absolue|texte_backend)]</link>
16 <guid isPermaLink="true">[(#URL_ARTICLE|url_absolue|texte_backend)]</guid>
17 <dc:date>[(#_RSS:DATE|date_iso)]</dc:date>
18 <dc:format>text/html</dc:format>
19 [<dc:language>(#LANG|texte_backend)</dc:language>]
20 <dc:creator>[(#NOM_EMAIL|texte_backend)][ &lt;(#EMAIL|texte_backend)&gt;]</dc:creator>
21 <description>[(#_RSS:URL_SITE|propre|liens_absolus)][ (#MESSAGE|couper{300}|liens_absolus|texte_backend)]</description>
22 </item></BOUCLE_A></BOUCLE_RSS>
23 </channel>
24 </rss><?php
25 } else {
26 include_spip('inc/minipres');
27 echo minipres();
28 }?></BOUCLE0>