[SPIP] ~maj 3.0.10 --> 3.0.14
[lhc/web/www.git] / www / plugins-dist / forum / prive / rss / forums_vide.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 <:forum:titre_page_forum_suivi:> (#ENV{page})</title>
8 <link>[(#URL_ECRIRE{controler_forum, type_message=#ENV{page}}|url_absolue|texte_backend)]</link>
9 <description></description>
10 <language>[(#LANG|texte_backend)]</language>
11 <BOUCLE_RSS(FORUMS){statut IN prive,privoff,privac, privadm, publie,off,prive}{texte=""}{tout}{!par date}>
12 <item>
13 <title>[(#TITRE|texte_backend)][ ((#STATUT|=={publie}|?{'', #STATUT}))]</title>
14 <link>[(#URL_FORUM|url_absolue|texte_backend)]</link>
15 <guid isPermaLink="true">[(#URL_ECRIRE{controler_forum, [type_message=(#ENV{page})&]debut_id_forum=#ID_FORUM}|url_absolue|texte_backend)]</guid>
16 <dc:date>[(#DATE|date_iso)]</dc:date>
17 <dc:format>text/html</dc:format>
18 [<dc:language>(#LANG|texte_backend)</dc:language>]
19 [<thr:in-reply-to type="text/html"
20 ref="[(#ID_FORUM|generer_url_forum_parent|url_absolue)]"
21 href="(#ID_FORUM|generer_url_forum_parent|url_absolue)" />]
22 <dc:creator>[(#AUTEUR|texte_backend)][ &lt;(#EMAIL_AUTEUR|texte_backend)&gt;]</dc:creator>
23 <description>[ (#TEXTE|liens_absolus|texte_backend)]#NOTES</description>
24 </item></BOUCLE_RSS>
25 </channel>
26 </rss><?php
27 } else {
28 include_spip('inc/minipres');
29 echo minipres();
30 }?></BOUCLE0>
31