gamutable/paquet.xml
tofulm fe653417c0 feat: test saturation localstorage
on test en amont du chargement des gamutables si le localstorage n'est
pas saturé, pour ca, on essaye d'ecrire une string de 100 * "gamutable"
Si c'est Ok, on supprime cette entrée Sinon, on vidange tout le
localstorage
2025-02-11 18:41:27 +01:00

25 lines
653 B
XML

<paquet
prefix="gamutable"
categorie="outil"
version="5.6.0"
etat="test"
compatibilite="[3.3.0;4.*]"
logo="prive/themes/spip/images/gamutable-xx.svg"
documentation=""
>
<nom>GamuTable</nom>
<auteur lien='https://gamuza.fr'>tofulm</auteur>
<licence>GNU/GPL</licence>
<pipeline nom="autoriser" inclure="gamutable_autorisations.php" />
<pipeline nom="formulaire_admin" inclure="gamutable_pipelines.php"/>
<pipeline nom="affichage_final" inclure="gamutable_pipelines.php" />
<pipeline nom="crayons_vue_affichage_final" inclure="gamutable_pipelines.php" />
<pipeline nom="insert_head_css" inclure="gamutable_pipelines.php" />
</paquet>