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

backend plus joli sur les logiciels de gestion RSS

parent c9e35c97
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
<?php echo '<'.'?xml version="1.0" encoding="#CHARSET"?'.'>'; ?>
<rss version="0.91">
<rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>[(#NOM_SITE_SPIP|textebrut|entites_html|entites_unicode)]</title>
......@@ -23,7 +23,7 @@
<title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
<link>#URL_SITE_SPIP/#URL_ARTICLE</link>
<date>#DATE</date>
<description>[(#DESCRIPTIF|textebrut|entites_html|entites_unicode)]</description>
<description>[(#LOGO_ARTICLE|left||entites_html) ][(#INTRODUCTION|textebrut|entites_html|entites_unicode)]</description>
<author><BOUCLE23(AUTEURS){id_article}{", "}>[(#NOM|textebrut|entites_html|entites_unicode)]</BOUCLE23></author>
</item>
</BOUCLE1>
......@@ -36,8 +36,9 @@
<title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
<link>#URL_SITE_SPIP/#URL_ARTICLE</link>
<date>#DATE</date>
<description>[(#DESCRIPTIF|textebrut|entites_html|entites_unicode)]</description>
<description>[(#LOGO_ARTICLE|left||entites_html) ][(#INTRODUCTION|textebrut|entites_html|entites_unicode)]</description>
<author><BOUCLE_aut2(AUTEURS){id_article}{", "}>[(#NOM|textebrut|entites_html|entites_unicode)]</BOUCLE_aut2></author>
<dc:creator><BOUCLE_aut2b(AUTEURS){id_article}{", "}>[(#NOM|textebrut|entites_html|entites_unicode)]</BOUCLE_aut2b></dc:creator>
</item>
</BOUCLE2>
<BOUCLE3(ARTICLES){tout}{par date}{inverse}{age<3}{unique}>
......@@ -45,8 +46,9 @@
<title>[(#TITRE|textebrut|entites_html|entites_unicode)]</title>
<link>#URL_SITE_SPIP/#URL_ARTICLE</link>
<date>#DATE</date>
<description>[(#DESCRIPTIF|textebrut|entites_html|entites_unicode)]</description>
<description>[(#LOGO_ARTICLE|left||entites_html) ][(#INTRODUCTION|textebrut|entites_html|entites_unicode)]</description>
<author><BOUCLE_aut3(auteurs){id_article}{","}>[(#NOM|textebrut|entites_html|entites_unicode)]</BOUCLE_aut3></author>
<dc:creator><BOUCLE_aut3b(AUTEURS){id_article}{", "}>[(#NOM|textebrut|entites_html|entites_unicode)]</BOUCLE_aut3b></dc:creator>
</item>
</BOUCLE3>
<//B_rub>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter