1 | <plugin> |
---|
2 | <nom>SVP</nom> |
---|
3 | <auteur>Eric Lupinacci</auteur> |
---|
4 | <licence>GNU/GPL</licence> |
---|
5 | <version>0.6.2</version> |
---|
6 | <version_base>0.1</version_base> |
---|
7 | <icon>prive/themes/spip/images/svp-64.png</icon> |
---|
8 | <etat>dev</etat> |
---|
9 | <slogan>SerVeur d'information sur les Plugins</slogan> |
---|
10 | <description> |
---|
11 | Ce plugin fournit une API permettant de collecter, d'effectuer des recherches multi-critères et de présenter les informations |
---|
12 | sur les plugins SPIP - modules fonctionnels, thèmes et squelettes. Cette API sert aussi de base au plugin STEP. |
---|
13 | </description> |
---|
14 | <lien></lien> |
---|
15 | <prefix>svp</prefix> |
---|
16 | |
---|
17 | <options>svp_options.php</options> |
---|
18 | <fonctions>svp_fonctions.php</fonctions> |
---|
19 | <install>base/svp_installer.php</install> |
---|
20 | <pipeline> |
---|
21 | <nom>declarer_tables_interfaces</nom> |
---|
22 | <inclure>base/svp_declarer.php</inclure> |
---|
23 | </pipeline> |
---|
24 | <pipeline> |
---|
25 | <nom>declarer_tables_principales</nom> |
---|
26 | <inclure>base/svp_declarer.php</inclure> |
---|
27 | </pipeline> |
---|
28 | <pipeline> |
---|
29 | <nom>declarer_tables_auxiliaires</nom> |
---|
30 | <inclure>base/svp_declarer.php</inclure> |
---|
31 | </pipeline> |
---|
32 | <pipeline> |
---|
33 | <nom>rechercher_liste_des_champs</nom> |
---|
34 | <inclure>base/svp_declarer.php</inclure> |
---|
35 | </pipeline> |
---|
36 | <pipeline> |
---|
37 | <nom>declarer_url_objets</nom> |
---|
38 | <inclure>base/svp_declarer.php</inclure> |
---|
39 | </pipeline> |
---|
40 | <pipeline> |
---|
41 | <nom>taches_generales_cron</nom> |
---|
42 | <inclure>genie/svp_taches_generales_cron.php</inclure> |
---|
43 | </pipeline> |
---|
44 | <pipeline> |
---|
45 | <nom>autoriser</nom> |
---|
46 | <inclure>inc/svp_autoriser.php</inclure> |
---|
47 | </pipeline> |
---|
48 | <pipeline> |
---|
49 | <nom>affiche_enfants</nom> |
---|
50 | <inclure>svp_pipelines.php</inclure> |
---|
51 | </pipeline> |
---|
52 | <pipeline> |
---|
53 | <nom>insert_head_css</nom> |
---|
54 | <inclure>svp_pipelines.php</inclure> |
---|
55 | </pipeline> |
---|
56 | <pipeline> |
---|
57 | <nom>header_prive_css</nom> |
---|
58 | <inclure>svp_pipelines.php</inclure> |
---|
59 | </pipeline> |
---|
60 | |
---|
61 | <onglet id='svp_depots' parent='plugins'> |
---|
62 | <icone>prive/themes/spip/images/svp-24.png</icone> |
---|
63 | <titre>svp:onglet_depots</titre> |
---|
64 | <url>depots_gerer</url> |
---|
65 | </onglet> |
---|
66 | |
---|
67 | <necessite id="SPIP" version='[3.0.0-dev;]' /> |
---|
68 | <utilise id="Zpip" version='[2.0.2-dev;]' /> |
---|
69 | |
---|
70 | <categorie>maintenance</categorie> |
---|
71 | </plugin> |
---|