Les articles publiés sur le site
-
SPIP 3.1
9 février 2016, par jack — Upgrades and version historySPIP 3.1 is an enhanced version of SPIP 3.0, which includes an update of embedded JavaScript libraries, a new graphical interface for private and public areas as well as many improvements. This version was released three years after SPIP 3.0 and provides developers with: an update to the (...) -
Presentation of the dist (SPIP3.1)
8 février 2016, par jack — Changing the layout and graphicsThe default templates in SPIP 3.1 integrates Tiny Typo, a clear and easily adaptable typographical base. The templates are compatible with the plugin crayons. HTML structure The templates are in Transitional XHTML 1.0 Here is the structure of the main blocks: body .page .header .nav .main (...) -
|set
The filter |setname affects the current value of the variable name. It is sometimes more convenient alternative, to the tag #SETname,value. Thus: [(#TEXTE|mb_strlen|setlenght)] [(#GETlenght) characters] is the equivalent to [(#SETlenght,[(#TEXTE|mb_strlen)])] [(#GETlenght) characters] The (...) -
|setenv
8 février 2016, par jack — FiltersAllows to transmit a given value in the environmental context. Available from SPIP 3.1 Exemple [(#TITRE|strlen|setenvlongueur)] The length is #ENVlongueur The environment variable "longueur" will take title length and will be forwarded in include. See also |set - (...) -
Varianten van skeletten
7 février 2016, par Hanjo — Het beheer van skelettenSPIP biedt je de mogelijkheid verschillende skeletten te maken per rubriek, per hoofdrubriek en/of per taal. Zoals al eerder aangegeven aan het begin van het referentie handboek en in de documentatie over meertaligheid biedt SPIP je de mogelijkheid variaties van skeletten te beheren die per (...)