2021-08-31 21:13:23 +02:00
< BOUCLE_un_article ( ARTICLES ) { id_article } { id_rubrique IN 1 , 8 } >
< item >
< title > [(#TITRE|attribut_html|texte_backend)]< / title >
< link > [(#URL_ARTICLE|url_absolue)]< / link >
2021-10-07 09:34:35 +02:00
2021-08-31 21:13:23 +02:00
[(#REM)
[< pubDate > (#DRUPAL_PUBDATE)< / pubDate > ]
]
[(#DRUPAL_PUBDATE|choixsivide{< pubDate > [(#DATE|date_822)]< / pubDate > ,< pubDate > #DRUPAL_PUBDATE< / pubDate > })]
2021-10-07 09:34:35 +02:00
[(#DRUPAL_GUID|choixsivide{< guid isPermaLink = "false" > [(#URL_ARTICLE|url_absolue)]< / guid > ,< guid isPermaLink = "false" > #DRUPAL_GUID< / guid > })]
2021-10-06 09:11:57 +02:00
[(#PODCAST_DUREE|choixsivide{"",< enclosure length = "0" type = "audio/ogg" url = "https://media.april.org/audio/radio-cause-commune/libre-a-vous/emissions/[(#PODCAST_CODE)]/libre-a-vous-[(#PODCAST_CODE)].ogg" / >
2021-08-31 21:13:23 +02:00
< enclosure length = "0" type = "audio/mpeg" url = "https://media.april.org/audio/radio-cause-commune/libre-a-vous/emissions/[(#PODCAST_CODE)]/libre-a-vous-[(#PODCAST_CODE)].mp3" / > })]
[(#REM)
Le bloc qui suit diffuse les mots-cles a la mode RSS
]< BOUCLE_mots_rss ( MOTS ) { id_article } >
[< dc:subject > (#TITRE|texte_backend)< / dc:subject > ]< / BOUCLE_mots_rss >
2021-10-06 15:48:09 +02:00
< description > [(#PODCAST_SOMMAIRE|propre|texte_backend)] < p > Pour retrouver toutes les informations concernant l'émission,< a href = "[(#URL_ARTICLE|url_absolue)]" > rendez-vous sur la page dédiée< / a > < / p >
2021-08-31 21:13:23 +02:00
[(#REM)
Le bloc qui suit diffuse la rubrique et les mots-cles
sous forme de "microformats"
]< BOUCLE_rubrique_mf ( RUBRIQUES ) { id_rubrique } > -
[< a href="[(#URL_RUBRIQUE|url_absolue)]" rel="directory"> (#TITRE|supprimer_tags|texte_backend)< /a> ]
< / BOUCLE_rubrique_mf > < B_mots_mf >
/ < BOUCLE_mots_mf ( MOTS ) { id_article } { " , " } >
[< a href="[(#URL_MOT|url_absolue)]" rel="tag"> (#TITRE|texte_backend)< /a> ]< / BOUCLE_mots_mf >
< / description >
[(#REM)
Le bloc qui suit diffuse aussi le texte integral de l'article,
ce qui permet une syndication plus riche (mais plus "lourde").
Fonction desactivable depuis les reglages du site.
][
(#CONFIG{syndication_integrale}|=={oui}|?{' ',''})< content:encoded > [(#LOGO_ARTICLE{right}|image_reduire{150,150}|texte_backend)
2021-10-06 15:48:09 +02:00
][< div class='rss_chapo'> (#PODCAST_SOMMAIRE|propre|texte_backend)< p> Pour retrouver toutes les informations concernant l'émission, < a href="[(#URL_ARTICLE|url_absolue)]"> rendez-vous sur la page dédiée< /a> < /p> .< /div>
2021-08-31 21:13:23 +02:00
][< div class='rss_texte'> (#TEXTE|
image_reduire{500,0}|texte_backend)< /div>
][< div class="hyperlien"> < :voir_en_ligne | html2unicode: > : < a href="(#URL_SITE)" class="spip_out"> [(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]}|texte_backend)]< /a> < /div>
][< hr />
< div class='rss_notes'> (#NOTES|texte_backend)< /div>
][< div class='rss_ps'> (#PS|texte_backend)< /div> ]
< / content:encoded >
]
[(#REM)
Le bloc qui suit diffuse l'adresse des documents associes aux articles ;
ajouter par ex. {extension=mp3} pour limiter a un certain type de document.
] < BOUCLE_documents ( DOCUMENTS ) { id_article } { mode = document}{doublons} > [
< enclosure url = "(#URL_DOCUMENT|url_absolue|unique)" [ length = "(#TAILLE)" ] [ type = "(#MIME_TYPE)" ] / > ]
< / BOUCLE_documents >
< / item >
< / BOUCLE_un_article >
< BOUCLE_chapitres ( CHAPITRES ) { id_article } >
2021-10-06 10:38:41 +02:00
< BOUCLE_test ( CONDITION ) { si # OGG | ! = { " " } } >
2021-10-06 09:11:57 +02:00
< item >
2021-08-31 21:13:23 +02:00
< title > [(#TITRE|attribut_html|texte_backend)]< / title >
< link > [(#URL_ARTICLE|url_absolue)]< / link >
2021-10-07 09:34:35 +02:00
[(#DRUPAL_PUBDATE|choixsivide{< pubDate > [(#DATE|date_822)]< / pubDate > ,< pubDate > #DRUPAL_PUBDATE< / pubDate > })]
[(#DRUPAL_GUID|choixsivide{< guid isPermaLink = "false" > [(#URL_CHAPITRE|url_absolue)]< / guid > ,< guid isPermaLink = "false" > [(#DRUPAL_GUID|supprimer_tags|texte_backend)]< / guid > })]
2021-08-31 21:13:23 +02:00
< enclosure length = "0" type = "audio/ogg" url = "https://media.april.org/audio/radio-cause-commune/libre-a-vous/emissions/[(#CODE_PODCAST)]/libre-a-vous-[(#CODE_PODCAST)]-[(#CODE_FICHIER)].ogg" / >
< enclosure length = "0" type = "audio/mpeg" url = "https://media.april.org/audio/radio-cause-commune/libre-a-vous/emissions/[(#CODE_PODCAST)]/libre-a-vous-[(#CODE_PODCAST)]-[(#CODE_FICHIER)].mp3" / >
2021-10-06 15:48:09 +02:00
< description > [(#DESCRIPTION_RSS|propre|texte_backend)] Les références : [(#REFERENCES_SUJET|propre|texte_backend)]
2021-08-31 21:13:23 +02:00
[(#REM)
Le bloc qui suit diffuse la rubrique et les mots-cles
sous forme de "microformats"
]< BOUCLE_rubrique_mf ( RUBRIQUES ) { id_rubrique } > -
[< a href="[(#URL_RUBRIQUE|url_absolue)]" rel="directory"> (#TITRE|supprimer_tags|texte_backend)< /a> ]
< / BOUCLE_rubrique_mf > < B_mots_mf >
/ < BOUCLE_mots_mf ( MOTS ) { id_article } { " , " } >
[< a href="[(#URL_MOT|url_absolue)]" rel="tag"> (#TITRE|texte_backend)< /a> ]< / BOUCLE_mots_mf >
< / description >
< / item >
2021-10-06 10:38:41 +02:00
< / BOUCLE_test >
2021-08-31 21:13:23 +02:00
< / BOUCLE_chapitres >