Les articles publiés sur le site
-
|liens_ouvrants
The |liens_ouvrants filter (opening links), when applied to a text tag, will transform the SPIP links that point to external sites so that they will open in a new ("popup") window or tab; this is the same as inserting 'target="_blank"' in the HTML code [1]. - Filters / liens_ouvrants, SPIP (...) -
|lignes_longues
The |lignes_longues filter, (since SPIP 1.9), inserts hyphens into words that ar "too long", by inserting breakable spaces into them allowing them to drop to the next physical line (useful, for example, to display URLs in a narrow column). So, if the #TEXTE of an article contains a link like: (...) -
|date_822
The |date_822 filter formats a date type tag (#DATE, #DATE_REDAC, etc.) according to the RFC 822 standard (used for the in some RSS 2.0 feeds — notably on photocast). Example: the date 2008-10-03 08:22:00 will be displayed as Fri, 03 Oct 2008 08:22:00 +0200 - Filters / date_822, SPIP (...) -
|jour
The |jour filter (since SPIP 1.0.3, SPIP 1.0.4, SPIP 1.0.5) displays the numeric day for the date to which it has been applied. [(#DATE|jour)] The number displayed ranges from 1 through to 31. See also the |mois (month) and |annee (year) filters. - Filters / jour, SPIP (...) -
|mois
The |mois filter (since SPIP 1.0.3, SPIP 1.0.4, SPIP 1.0.5) displays the two-digit numeric value for the month of the date to which it is applied. [(#DATE|mois)] The value displayed varies from 01 through to 12. See also the |jour (day) and |annee (year) filters. - Filters / (...)