28 lines
732 B
XML
28 lines
732 B
XML
<paquet
|
|
prefix="comptespip"
|
|
categorie="edition"
|
|
version="1.0.3"
|
|
etat="dev"
|
|
compatibilite="[3.3.0-dev;3.3.*]"
|
|
logo="prive/themes/spip/images/comptespip-xx.svg"
|
|
documentation=""
|
|
schema="1.0.3"
|
|
>
|
|
|
|
<nom>CompteSPIP</nom>
|
|
|
|
<auteur lien='https://gamuza.fr'>tofulm</auteur>
|
|
|
|
<licence>GNU/GPL</licence>
|
|
|
|
<necessite nom="saisies" compatibilite="[3.30.0;[" />
|
|
|
|
<pipeline nom="autoriser" inclure="comptespip_autorisations.php" />
|
|
<pipeline nom="insert_head_css" inclure="comptespip_pipelines.php" />
|
|
|
|
<pipeline nom="comptespip_desinscription" action="" />
|
|
<pipeline nom="comptespip_pre_inscription" action="" />
|
|
<pipeline nom="comptespip_pre_login" action="" />
|
|
<pipeline nom="comptespip_post_traiter" action="" />
|
|
|
|
</paquet>
|