⇒ https://programmer.spip.org/
SPIP est un système de publication et une plateforme de développement. Après un rapide tour d’horizon de SPIP, nous décrirons son fonctionnement (…)
Definition
Septembre 2009, par Gilles VincentPipelines are provided by SPIP to allow your plugin to ‘hook into’ SPIP code ; that is, to call functions in your plugin at specific moments, and thereby set your plugin in motion. The declaration file plugin.xml of the plugin must contain these lines : pluginPrefix pipelineName cfg_pipeline.php (…)
→ Lire la suite sur le site d’origine…