diff --git a/backendagenda.html b/backendagenda.html index e3d2083a859f4737e4f247df55e802f584a03aef..ac74435e5557e753e78e94b67e1df37929ada8aa 100644 --- a/backendagenda.html +++ b/backendagenda.html @@ -14,11 +14,11 @@ version="1.0"[ encoding="(#CHARSET)"]?> <generator>SPIP - www.spip.net</generator> [ <image> - <title>[(#NOM_SITE_SPIP|texte_backend)]</title> - <url>(#LOGO_SITE_SPIP|extraire_attribut{src}|url_absolue|texte_backend)</url> + <title>[(#NOM_SITE_SPIP|supprimer_tags|texte_backend)]</title> + <url>(#LOGO_SITE_SPIP|image_reduire{144,400}|extraire_attribut{src}|url_absolue|texte_backend)</url> <link>#URL_SITE_SPIP/</link> - [<height>(#LOGO_SITE_SPIP|hauteur)</height>] - [<width>(#LOGO_SITE_SPIP|largeur)</width>] + [<height>(#LOGO_SITE_SPIP|image_reduire{144,400}|hauteur)</height>] + [<width>(#LOGO_SITE_SPIP|image_reduire{144,400}|largeur)</width>] </image> ] @@ -30,6 +30,9 @@ version="1.0"[ encoding="(#CHARSET)"]?> <BOUCLE_agenda(RUBRIQUES){titre_mot=Agenda}{racine}> [(#INCLURE{fond=noisettes/rss/backendagenda_detail,id_rubrique})] </BOUCLE_agenda> +[(#REM) Non, alors on affiche tous les �v�nements du site ] +[(#INCLURE{fond=noisettes/rss/backendagenda_detail})] +<//B_agenda> <//B_SyndicationRubriqueAgenda> </channel> diff --git a/noisettes/header/header.html b/noisettes/header/header.html index 4e6d15901214340c7ca98bb24cadcd4c2951cd9b..9345de43fea78181cddef5187ecb7cfbe5272c84 100644 --- a/noisettes/header/header.html +++ b/noisettes/header/header.html @@ -6,7 +6,7 @@ <meta property="og:title" content="[(#ENV{title}|sinon{[(#NOM_SITE_SPIP|textebrut|attribut_html)]})]" /> <meta property="og:type" content="article" /> <meta property="og:url" content="[(#SELF|url_absolue)]" /> -<BOUCLE_LogoArticle(ARTICLES){id_article}{logo}>[<meta property="og:image" content="(#LOGO_ARTICLE_NORMAL|image_focus{200,200}|extraire_attribut{src}|url_absolue)" />]</BOUCLE_LogoArticle><BOUCLE_LogoSite(SITES){id_syndic}{logo}>[<meta property="og:image" content="(#LOGO_SITE_NORMAL|image_focus{200,200}|extraire_attribut{src}|url_absolue)" />]</BOUCLE_LogoSite><BOUCLE_LogoRubrique(RUBRIQUES){id_rubrique}{logo}>[<meta property="og:image" content="(#LOGO_RUBRIQUE_NORMAL|image_focus{200,200}|extraire_attribut{src}|url_absolue)" />]</BOUCLE_LogoRubrique>[<meta property="og:image" content="(#LOGO_SITE_SPIP_NORMAL|extraire_attribut{src}|url_absolue)" />]<//B_LogoRubrique><//B_LogoSite><//B_LogoArticle> +<BOUCLE_LogoArticle(ARTICLES){id_article}{logo}>[<meta property="og:image" content="(#LOGO_ARTICLE_NORMAL|image_focus{200,200}|extraire_attribut{src}|url_absolue)" />]</BOUCLE_LogoArticle><BOUCLE_LogoSite(SITES){id_syndic}{logo}>[<meta property="og:image" content="(#LOGO_SITE_NORMAL|image_focus{200,200}|extraire_attribut{src}|url_absolue)" />]</BOUCLE_LogoSite><BOUCLE_LogoRubrique(RUBRIQUES){id_rubrique}{logo}>[<meta property="og:image" content="(#LOGO_RUBRIQUE_NORMAL|image_focus{200,200}|extraire_attribut{src}|url_absolue)" />]</BOUCLE_LogoRubrique>[<meta property="og:image" content="(#LOGO_SITE_SPIP_NORMAL|image_focus{200,200}|extraire_attribut{src}|url_absolue)" />]<//B_LogoRubrique><//B_LogoSite><//B_LogoArticle> <meta property="og:site_name" content="[(#NOM_SITE_SPIP|textebrut)]" /> [<meta property="og:description" content="(#ENV{metadescription,[(#DESCRIPTIF_SITE_SPIP|supprimer_tags|attribut_html)]})" />] <meta property="og:locale" content="[(#LANG|strtolower)]_[(#LANG|strtoupper)]" /> diff --git a/noisettes/rss/backendagenda_detail.html b/noisettes/rss/backendagenda_detail.html index 8f7311b16d05a865039ac701ba12d554ecae2ca7..7d72a580765bde7cc8cfb7ac8165f6dd60f6d828 100644 --- a/noisettes/rss/backendagenda_detail.html +++ b/noisettes/rss/backendagenda_detail.html @@ -1,4 +1,4 @@ -<BOUCLE_agenda(RUBRIQUES){id_rubrique}> +<BOUCLE_agenda(RUBRIQUES){id_rubrique?}{racine}> <BOUCLE_AgendaDerniersAjouts(EVENEMENTS){branche}{par date_debut}{0,10}{date_fin>=(#ENV{date}|affdate{'Y-m-d'})}> <BOUCLE_DernierEvenementArticle(ARTICLES){id_article}> @@ -10,7 +10,7 @@ <dc:format>text/html</dc:format> [<dc:language>(#LANG)</dc:language>] [<dc:creator>(#LESAUTEURS|supprimer_tags|texte_backend)</dc:creator>] - [<enclosure url="(#LOGO_ARTICLE|extraire_attribut{src}|url_absolue|texte_backend)" />] + [<enclosure url="(#LOGO_ARTICLE|extraire_attribut{src}|url_absolue|texte_backend)"[ length="(#TAILLE)"][ type="(#MIME_TYPE)"] />] [<dc:location>(#_AgendaDerniersAjouts:LIEU|texte_backend)</dc:location>] [<dc:subject>(#_AgendaDerniersAjouts:DESCRIPTIF|texte_backend)</dc:subject>] <dc:date_debut>[(#DATE_DEBUT|jour)/][(#DATE_DEBUT|mois)/][(#DATE_DEBUT|annee)]</dc:date_debut>