Skip to content
Extraits de code Groupes Projets
Valider 2f9cf6ef rédigé par Antoine Pitrou's avatar Antoine Pitrou
Parcourir les fichiers

bug backends

parent c62013e1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
<channel> <channel>
<title>[(#NOM_SITE_SPIP|textebrut|htmlspecialchars|entites_unicode)]</title> <title>[(#NOM_SITE_SPIP|textebrut|entites_html|entites_unicode)]</title>
<link>#URL_SITE_SPIP/</link> <link>#URL_SITE_SPIP/</link>
<description></description> <description></description>
<language>#LANG-#LANG</language> <language>#LANG-#LANG</language>
<image> <image>
<title>[(#NOM_SITE_SPIP|textebrut|htmlspecialchars|entites_unicode)]</title> <title>[(#NOM_SITE_SPIP|textebrut|entites_html|entites_unicode)]</title>
<url>#URL_SITE_SPIP/IMG/ruboff0.gif</url> <url>#URL_SITE_SPIP/IMG/ruboff0.gif</url>
<link>#URL_SITE_SPIP/</link> <link>#URL_SITE_SPIP/</link>
<description></description> <description></description>
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<BOUCLE_rub(RUBRIQUES){id_rubrique}> <BOUCLE_rub(RUBRIQUES){id_rubrique}>
<BOUCLE1(BREVES){id_rubrique}{par date}{inverse}{0,10}> <BOUCLE1(BREVES){id_rubrique}{par date}{inverse}{0,10}>
<item> <item>
<title>[(#TITRE|textebrut|htmlspecialchars|entites_unicode)]</title> <title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
<link>#URL_SITE_SPIP/#URL_BREVE</link> <link>#URL_SITE_SPIP/#URL_BREVE</link>
<date>#DATE</date> <date>#DATE</date>
</item> </item>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<BOUCLE2(BREVES){tout}{par date}{inverse}{0,10}> <BOUCLE2(BREVES){tout}{par date}{inverse}{0,10}>
<item> <item>
<title>[(#TITRE|textebrut|htmlspecialchars|entites_unicode)]</title> <title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
<link>#URL_SITE_SPIP/#URL_BREVE</link> <link>#URL_SITE_SPIP/#URL_BREVE</link>
<date>#DATE</date> <date>#DATE</date>
</item> </item>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<rss version="0.91"> <rss version="0.91">
<channel> <channel>
<title>[(#NOM_SITE_SPIP|textebrut|htmlspecialchars|entites_unicode)]</title> <title>[(#NOM_SITE_SPIP|textebrut|entites_html|entites_unicode)]</title>
<link>#URL_SITE_SPIP/</link> <link>#URL_SITE_SPIP/</link>
<description></description> <description></description>
<language>#LANG-#LANG</language> <language>#LANG-#LANG</language>
<image> <image>
<title>[(#NOM_SITE_SPIP|textebrut|htmlspecialchars|entites_unicode)]</title> <title>[(#NOM_SITE_SPIP|textebrut|entites_html|entites_unicode)]</title>
<url>#URL_SITE_SPIP/IMG/ruboff0.gif</url> <url>#URL_SITE_SPIP/IMG/ruboff0.gif</url>
<link>#URL_SITE_SPIP/</link> <link>#URL_SITE_SPIP/</link>
<description></description> <description></description>
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
<BOUCLE_rub(RUBRIQUES){id_rubrique}> <BOUCLE_rub(RUBRIQUES){id_rubrique}>
<BOUCLE1(ARTICLES){branche}{par date}{inverse}{0,10}> <BOUCLE1(ARTICLES){branche}{par date}{inverse}{0,10}>
<item> <item>
<title>[(#TITRE|textebrut|htmlspecialchars|entites_unicode)]</title> <title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
<link>#URL_SITE_SPIP/#URL_ARTICLE</link> <link>#URL_SITE_SPIP/#URL_ARTICLE</link>
<date>#DATE</date> <date>#DATE</date>
<description>[(#DESCRIPTIF|textebrut|htmlspecialchars|entites_unicode)]</description> <description>[(#DESCRIPTIF|textebrut|entites_html|entites_unicode)]</description>
<author><BOUCLE23(AUTEURS){id_article}{", "}>[(#NOM|textebrut|htmlspecialchars|entites_unicode)]</BOUCLE23></author> <author><BOUCLE23(AUTEURS){id_article}{", "}>[(#NOM|textebrut|entites_html|entites_unicode)]</BOUCLE23></author>
</item> </item>
</BOUCLE1> </BOUCLE1>
</BOUCLE_rub> </BOUCLE_rub>
...@@ -33,20 +33,20 @@ ...@@ -33,20 +33,20 @@
<BOUCLE2(ARTICLES){tout}{par date}{inverse}{0,10}{unique}> <BOUCLE2(ARTICLES){tout}{par date}{inverse}{0,10}{unique}>
<item> <item>
<title>[(#TITRE|textebrut|htmlspecialchars|entites_unicode)]</title> <title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
<link>#URL_SITE_SPIP/#URL_ARTICLE</link> <link>#URL_SITE_SPIP/#URL_ARTICLE</link>
<date>#DATE</date> <date>#DATE</date>
<description>[(#DESCRIPTIF|textebrut|htmlspecialchars|entites_unicode)]</description> <description>[(#DESCRIPTIF|textebrut|entites_html|entites_unicode)]</description>
<author><BOUCLE_aut2(AUTEURS){id_article}{", "}>[(#NOM|textebrut|htmlspecialchars|entites_unicode)]</BOUCLE_aut2></author> <author><BOUCLE_aut2(AUTEURS){id_article}{", "}>[(#NOM|textebrut|entites_html|entites_unicode)]</BOUCLE_aut2></author>
</item> </item>
</BOUCLE2> </BOUCLE2>
<BOUCLE3(ARTICLES){tout}{par date}{inverse}{age<3}{unique}> <BOUCLE3(ARTICLES){tout}{par date}{inverse}{age<3}{unique}>
<item> <item>
<title>[(#TITRE|textebrut|htmlspecialchars|entites_unicode)]</title> <title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
<link>#URL_SITE_SPIP/#URL_ARTICLE</link> <link>#URL_SITE_SPIP/#URL_ARTICLE</link>
<date>#DATE</date> <date>#DATE</date>
<description>[(#DESCRIPTIF|textebrut|htmlspecialchars|entites_unicode)]</description> <description>[(#DESCRIPTIF|textebrut|entites_html|entites_unicode)]</description>
<author><BOUCLE_aut3(auteurs){id_article}{","}>[(#NOM|textebrut|htmlspecialchars|entites_unicode)]</BOUCLE_aut3></author> <author><BOUCLE_aut3(auteurs){id_article}{","}>[(#NOM|textebrut|entites_html|entites_unicode)]</BOUCLE_aut3></author>
</item> </item>
</BOUCLE3> </BOUCLE3>
<//B_rub> <//B_rub>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter