Last change
on this file since 65580 was
65580,
checked in by marcimat@…, 8 years ago
|
Un peu plus de migration de Formidable vers SPIP 3 :
- paquet.xml et administration nouvelle mode
- un peu de phpdoc.
|
File size:
1.4 KB
|
Line | |
---|
1 | <paquet |
---|
2 | prefix="formidable" |
---|
3 | categorie="communication" |
---|
4 | version="1.1.2" |
---|
5 | etat="dev" |
---|
6 | compatibilite="[3.0.0-dev;3.0.99]" |
---|
7 | logo="images/formidable-64.png" |
---|
8 | schema="0.5.1" |
---|
9 | documentation="http://www.spip-contrib.net/Formidable-le-generateur-de" |
---|
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="autoriser" inclure="formidable_autorisations.php" /> |
---|
21 | <pipeline nom="declarer_tables_principales" inclure="base/formidable_tables.php" /> |
---|
22 | <pipeline nom="declarer_tables_auxiliaires" inclure="base/formidable_tables.php" /> |
---|
23 | <pipeline nom="declarer_tables_interfaces" inclure="base/formidable_tables.php" /> |
---|
24 | <pipeline nom="rechercher_liste_des_champs" inclure="base/formidable_tables.php" /> |
---|
25 | <pipeline nom="pre_boucle" inclure="formidable_pipelines.php" /> |
---|
26 | <pipeline nom="optimiser_base_disparus" inclure="formidable_pipelines.php" /> |
---|
27 | |
---|
28 | <necessite nom="spip_bonux" compatibilite="[1.9.3;[" /> |
---|
29 | <necessite nom="saisies" compatibilite="[1.10.1;[" /> |
---|
30 | <necessite nom="verifier" compatibilite="[0.1;[" /> |
---|
31 | <necessite nom="yaml" compatibilite="[1.1;[" /> |
---|
32 | <necessite nom="facteur" compatibilite="[1.5.3;[" /> |
---|
33 | |
---|
34 | <menu nom="formulaires" titre="formidable:bouton_formulaires" parent="menu_edition" icone="images/formulaire-16.png" action="formulaires_tous" /> |
---|
35 | </paquet> |
---|
Note: See
TracBrowser
for help on using the repository browser.