-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrss-2.0.html
80 lines (73 loc) · 3.92 KB
/
rss-2.0.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#HTTP_HEADER{Content-Type: application/rss+xml; charset=#CHARSET}
<?xml version="1.0"[ encoding="(#CHARSET)"] ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
[<title>(#NOM_SITE_SPIP|texte_backend)</title>]
[<link>(#URL_SITE_SPIP)/</link>]
[<description>(#DESCRIPTIF_SITE_SPIP|supprimer_tags|texte_backend)</description>]
[<language>(#LANG)</language>]
<copyright>Copyright 2001-[(#DATE|annee)], pompage.net</copyright>
<BOUCLE_maj_site(RUBRIQUES){id_rubrique=1}{par date}{inverse}>
[<pubDate>(#DATE|affdate{"r"})</pubDate>]
</BOUCLE_maj_site>
<category>webdesign</category>
<category>traduction</category>
<generator>SPIP[ (#SPIP_VERSION)]</generator>
<ttl>3600</ttl>
<image>
[<title>(#NOM_SITE_SPIP|texte_backend)</title>]
<url>http://www.pompage.net/IMG/gif/p02.gif</url>
[<link>(#URL_SITE_SPIP)/</link>]
</image>
<atom:link href="#URL_SITE_SPIP/rss-2.0" rel="self" type="application/rss+xml" />
<BOUCLE_brevessel(BREVES){!par date}{0,10}{id_rubrique=1}{doublons sel} />
<BOUCLE_articles(ARTICLES){!par date}{0,10}{id_rubrique=1}>
<BOUCLE_breves(BREVES){!par date}{date>#DATE}{!doublons sel}{doublons}>
<item>
<title>Traduit ailleurs : [(#TITRE|texte_backend)]</title>
<link>#LIEN_URL</link>
<description>[(#TEXTE|texte_backend)]</description>
<dc:format>text/html</dc:format>
<dc:language>[(#LANG)]</dc:language>
<dc:creator><BOUCLE_auteur_b(MOTS) {id_breve} {id_groupe=2}>[(#TITRE|texte_backend)]</BOUCLE_auteur_b></dc:creator>
<BOUCLE_breves_cat(MOTS){id_breve} {id_groupe=1}> #SET{cat_scheme,#GET{cat_scheme}|concat{' ',#URL_SITE_SPIP,'/articles_par_theme'}}
#SET{cat_term,#GET{cat_term}|concat{' ',#TITRE}}
</BOUCLE_breves_cat>
[<category domain="[(#GET{cat_scheme}|trim|texte_backend)]">(#GET{cat_term}|trim|texte_backend)</category>]</B_breves_cat>
<guid isPermaLink="false">tag:www.pompage.net,[(#DATE|annee)]:breve-#ID_BREVE</guid>
<pubDate>[(#DATE|affdate{"r"})]</pubDate>
</item>
</BOUCLE_breves>
<item>
<title>[(#TITRE|texte_backend)][ : (#SOUSTITRE|texte_backend)]</title>
<link>[(#URL_ARTICLE|url_absolue)]</link>
<description>[(#INTRODUCTION|texte_backend)]</description>
<dc:format>text/html</dc:format>
<dc:language>[(#LANG)]</dc:language>
<dc:creator><BOUCLE_auteur(MOTS) {id_article} {id_groupe=2}>[(#TITRE|texte_backend)]</BOUCLE_auteur></dc:creator>
<BOUCLE_articles_cat(MOTS){id_article} {id_groupe=1}> #SET{cat_scheme,#GET{cat_scheme}|concat{' ',#URL_SITE_SPIP,'/articles_par_theme'}}
#SET{cat_term,#GET{cat_term}|concat{' ',#TITRE}}
</BOUCLE_articles_cat>
[<category domain="[(#GET{cat_scheme}|trim|texte_backend)]">(#GET{cat_term}|trim|texte_backend)</category>]</B_articles_cat>
<guid isPermaLink="false">tag:www.pompage.net,[(#DATE|annee)]:article-#ID_ARTICLE</guid>
<pubDate>[(#DATE|affdate{"r"})]</pubDate>
</item>
</BOUCLE_articles>
<BOUCLE_brevesfin(BREVES){!par date}{!doublons sel}{doublons}>
<item>
<title>Traduit ailleurs : [(#TITRE|texte_backend)]</title>
<link>#LIEN_URL</link>
<description>[(#TEXTE|texte_backend)]</description>
<dc:format>text/html</dc:format>
<dc:language>[(#LANG)]</dc:language>
<dc:creator><BOUCLE_auteur_b(MOTS) {id_breve} {id_groupe=2}>[(#TITRE|texte_backend)]</BOUCLE_auteur_b></dc:creator>
<BOUCLE_breves_catfin(MOTS){id_breve} {id_groupe=1}> #SET{cat_scheme,#GET{cat_scheme}|concat{' ',#URL_SITE_SPIP,'/articles_par_theme'}}
#SET{cat_term,#GET{cat_term}|concat{' ',#TITRE}}
</BOUCLE_breves_catfin>
[<category domain="[(#GET{cat_scheme}|trim|texte_backend)]">(#GET{cat_term}|trim|texte_backend)</category>]</B_breves_catfin>
<guid isPermaLink="false">tag:www.pompage.net,[(#DATE|annee)]:breve-#ID_BREVE</guid>
<pubDate>[(#DATE|affdate{"r"})]</pubDate>
</item>
</BOUCLE_brevesfin>
</channel>
</rss>