1 | #CACHE{6*3600}[(#HTTP_HEADER{Content-type: text/xml[; charset=(#CHARSET)]})]<?xml version="1.0"[ encoding="(#CHARSET)"]?> |
---|
2 | <rss version="2.0"[<!-- (#REM) rss 2.0.9) -->] |
---|
3 | xmlns:dc="http://purl.org/dc/elements/1.1/" |
---|
4 | xmlns:content="http://purl.org/rss/1.0/modules/content/" |
---|
5 | > |
---|
6 | <BOUCLE_rss_article_seances(ARTICLES){id_article}> |
---|
7 | <channel[ xml:lang="(#LANG)"]> |
---|
8 | [<title>[(#TITRE|texte_backend)] - (#NOM_SITE_SPIP|texte_backend)</title>] |
---|
9 | <link>#URL_ARTICLE/</link> |
---|
10 | [<description>(#DESCRIPTIF|supprimer_tags|texte_backend)</description>] |
---|
11 | <language>#LANG</language> |
---|
12 | <generator>SPIP - www.spip.net</generator> |
---|
13 | |
---|
14 | [ <image> |
---|
15 | <title>[(#TITRE|texte_backend)]</title> |
---|
16 | <url>(#LOGO_ARTICLE_NORMAL|image_reduire{150,150}|extraire_attribut{src}|url_absolue|texte_backend)</url> |
---|
17 | <link>#URL_ARTICLE/</link> |
---|
18 | [<height>(#LOGO_ARTICLE_NORMAL|image_reduire{150,150}|extraire_attribut{height})</height>] |
---|
19 | [<width>(#LOGO_ARTICLE_NORMAL|image_reduire{150,150}|extraire_attribut{width})</width>] |
---|
20 | </image> |
---|
21 | ] |
---|
22 | |
---|
23 | <item> |
---|
24 | [<title>(#TITRE|texte_backend)</title>] |
---|
25 | <link>[(#URL_ARTICLE|url_absolue)]</link> |
---|
26 | [<guid isPermaLink="true">(#URL_ARTICLE|url_absolue)</guid>] |
---|
27 | <date>#DATE</date> |
---|
28 | [<dc:date>(#DATE|date_iso)</dc:date>] |
---|
29 | <dc:format>text/html</dc:format> |
---|
30 | [<dc:language>(#LANG)</dc:language>] |
---|
31 | <description><![CDATA[ |
---|
32 | <B_seances><ul> |
---|
33 | <BOUCLE_seances (SEANCES seances_endroits){id_article}{age_seance <= 0} {statut=publie} {par date_seance}> |
---|
34 | <li>[(#DATE_SEANCE|nom_jour) ][(#DATE_SEANCE|affdate)][ - (#DATE_SEANCE|heures)][h(#DATE_SEANCE|minutes)][ - (#NOM_ENDROIT|supprimer_numero|texte_backend)][ - (#REMARQUE_SEANCE*|texte_backend)]</li> |
---|
35 | </BOUCLE_seances></ul></B_seances> |
---|
36 | [(#CHAPO|PtoBR|sinon{#INTRODUCTION})] |
---|
37 | ]]></description> |
---|
38 | </item> |
---|
39 | </channel> |
---|
40 | </BOUCLE_rss_article_seances> |
---|
41 | </rss> |
---|