1 | <paquet |
---|
2 | prefix="formidable" |
---|
3 | categorie="communication" |
---|
4 | version="2.9.4" |
---|
5 | etat="stable" |
---|
6 | compatibilite="[3.0.0;3.1.*]" |
---|
7 | logo="images/formidable-64.png" |
---|
8 | schema="0.6.5" |
---|
9 | documentation="http://contrib.spip.net/Formidable-le-generateur-de-formulaires" |
---|
10 | > |
---|
11 | |
---|
12 | <nom>Formidable</nom> |
---|
13 | <!-- Générateur de formulaires --> |
---|
14 | |
---|
15 | <auteur>RastaPopoulos</auteur> |
---|
16 | <auteur lien="http://www.ldd.fr">Les Développements Durables</auteur> |
---|
17 | |
---|
18 | <licence lien="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</licence> |
---|
19 | |
---|
20 | <pipeline nom="formidable_affiche_resume_reponse" action="" /> |
---|
21 | |
---|
22 | <pipeline nom="autoriser" inclure="formidable_autorisations.php" /> |
---|
23 | <pipeline nom="declarer_tables_objets_sql" inclure="base/formidable_tables.php" /> |
---|
24 | <pipeline nom="declarer_tables_principales" inclure="base/formidable_tables.php" /> |
---|
25 | <pipeline nom="declarer_tables_auxiliaires" inclure="base/formidable_tables.php" /> |
---|
26 | <pipeline nom="declarer_tables_interfaces" inclure="base/formidable_tables.php" /> |
---|
27 | |
---|
28 | <pipeline nom="nospam_lister_formulaires" inclure="formidable_pipelines.php" /> |
---|
29 | <pipeline nom="affiche_droite" inclure="formidable_pipelines.php" /> |
---|
30 | <pipeline nom="post_edition" inclure="formidable_pipelines.php" /> |
---|
31 | <pipeline nom="optimiser_base_disparus" inclure="formidable_pipelines.php" /> |
---|
32 | |
---|
33 | <necessite nom="spip_bonux" compatibilite="[3.0.0;[" /> |
---|
34 | <necessite nom="saisies" compatibilite="[2.3.0;[" /> |
---|
35 | <necessite nom="verifier" compatibilite="[0.1.0;[" /> |
---|
36 | <necessite nom="yaml" compatibilite="[1.5.0;[" /> |
---|
37 | <necessite nom="facteur" compatibilite="[3.0.3;[" /> |
---|
38 | |
---|
39 | <menu nom="formulaires" titre="formidable:bouton_formulaires" parent="menu_edition" icone="images/formulaire-16.png" /> |
---|
40 | </paquet> |
---|