1 | <paquet |
---|
2 | prefix="motsar" |
---|
3 | categorie="navigation" |
---|
4 | version="1.1.5" |
---|
5 | etat="test" |
---|
6 | compatibilite="[3.0.0;3.1.*]" |
---|
7 | logo="prive/themes/spip/images/motsar-64.png" |
---|
8 | documentation="https://contrib.spip.net/4726" |
---|
9 | schema="1.0.0" |
---|
10 | > |
---|
11 | |
---|
12 | <nom>Mots arborescents</nom> |
---|
13 | <!-- Parce que certains mots sont plus importants que d'autres ! --> |
---|
14 | |
---|
15 | <auteur lien='http://www.apsulis.com/'>Matthieu Marcillaud</auteur> |
---|
16 | <credit lien="https://www.iconfinder.com/icons/290148/label_price_shopping_tag_tags_icon">Umar Irshad (logo)</credit> |
---|
17 | |
---|
18 | <licence>GNU/GPL</licence> |
---|
19 | |
---|
20 | <necessite nom="saisies" compatibilite="[2.5.15;]" /> |
---|
21 | <necessite nom="mots" compatibilite="[2.4.8;]" /> |
---|
22 | <!-- necessite nom="querypath" compatibilite="[1.1.1;]" / --> |
---|
23 | |
---|
24 | <pipeline nom="autoriser" inclure="motsar_autorisations.php" /> |
---|
25 | |
---|
26 | <pipeline nom="declarer_tables_objets_sql" inclure="base/motsar.php" /> |
---|
27 | <pipeline nom="declarer_tables_interfaces" inclure="base/motsar.php" /> |
---|
28 | <pipeline nom="afficher_complement_objet" inclure="motsar_pipelines.php" /> |
---|
29 | <pipeline nom="afficher_contenu_objet" inclure="motsar_pipelines.php" /> |
---|
30 | <pipeline nom="formulaire_charger" inclure="motsar_pipelines.php" /> |
---|
31 | <pipeline nom="formulaire_verifier" inclure="motsar_pipelines.php" /> |
---|
32 | <pipeline nom="formulaire_fond" inclure="motsar_pipelines.php" /> |
---|
33 | <pipeline nom="pre_insertion" inclure="motsar_pipelines.php" /> |
---|
34 | <pipeline nom="post_insertion" inclure="motsar_pipelines.php" /> |
---|
35 | <pipeline nom="pre_edition" inclure="motsar_pipelines.php" /> |
---|
36 | <pipeline nom="post_edition" inclure="motsar_pipelines.php" /> |
---|
37 | |
---|
38 | <pipeline nom="mots_arborescents_heritages" action="" /> |
---|
39 | |
---|
40 | </paquet> |
---|