Les articles publiés sur le site
-
Structure générale de SPIP
SPIP est un CMS unique en son genre. Au-delà de son fonctionnement qu'on peut qualifier de « data driven », à savoir « piloté par les données » (les fameuses BOUCLES), il a toujours fourni en première ligne les moyens de « customiser », adapter son fonctionnement et sa présentation au goût et aux besoins (...) -
Participating in the documentation of SPIP’s tags, criteria, and filters
12 août 2010, par Mark — The development of SPIP and its toolsAnybody who wants to participate is welcome. The prerequisites for doing so have been reduced down to the bare minimum: have an account on spip.net know how to use a tag, a criterion, ... that is not documented yet and be able to provide a suitable usage case have read this current article to (...) -
#COMPTEUR_BOUCLE
11 août 2010, par Mark — Tags#COMPTEUR_BOUCLE returns the current iteration number of the loop. This tag could therefore be used to number and count the results returned by a loop: #COMPTEUR_BOUCLE - #TITRE See also the #TOTAL_BOUCLE tag. - Tags -
#CONFIG
11 août 2010, par Mark — TagsThe system tag #CONFIG is used to display the value of a setting stored in the spip_meta table. #CONFIG returns the raw contents of a value contained in the spip_meta table. Example: Find out if visitors are accepted on the site: [Visitors: (#CONFIGaccepter_visiteurs)] will display either "oui" (...) -
#DATE_NOUVEAUTES
11 août 2010, par Mark — TagsThe #DATE_NOUVEAUTES tag (since SPIP 1.6 ) displays the date that the most recent email was sent presenting the news, if this function has been selected in the panel "Latest news announcements" panel of the site's configuration page ecrire/?exec=config_contenu on the "Interactivity" tab (if (...)