Last change
on this file since 48889 was
48889,
checked in by eric@…, 10 years ago
|
On instancie la compatibilité SPIP 3
|
-
Property svn:eol-style set to
native
|
File size:
1.4 KB
|
Line | |
---|
1 | <plugin> |
---|
2 | <nom>SVP Statistiques</nom> |
---|
3 | <auteur>Eric Lupinacci</auteur> |
---|
4 | <licence>GNU/GPL</licence> |
---|
5 | <version>0.1.0</version> |
---|
6 | <version_base>0.1</version_base> |
---|
7 | <icon>prive/themes/spip/images/svp_stats-64.png</icon> |
---|
8 | <etat>dev</etat> |
---|
9 | <slogan>Module SVP de gestion des statistiques d'utilisation des plugins</slogan> |
---|
10 | <description> |
---|
11 | Ce plugin est un module optionnel de SVP. |
---|
12 | _ Il permet d'acquérir, de mettre à jour et de restituer les statistiques d'utilisation des plugins SPIP sur le net. |
---|
13 | Ces statistiques sont issues du site http://stats/spip.org. |
---|
14 | </description> |
---|
15 | <lien></lien> |
---|
16 | <prefix>svpstats</prefix> |
---|
17 | |
---|
18 | <options>svpstats_options.php</options> |
---|
19 | <install>base/svpstats_installer.php</install> |
---|
20 | <pipeline> |
---|
21 | <nom>declarer_tables_interfaces</nom> |
---|
22 | <inclure>base/svpstats_declarer.php</inclure> |
---|
23 | </pipeline> |
---|
24 | <pipeline> |
---|
25 | <nom>declarer_tables_principales</nom> |
---|
26 | <inclure>base/svpstats_declarer.php</inclure> |
---|
27 | </pipeline> |
---|
28 | <pipeline> |
---|
29 | <nom>declarer_tables_auxiliaires</nom> |
---|
30 | <inclure>base/svpstats_declarer.php</inclure> |
---|
31 | </pipeline> |
---|
32 | <pipeline> |
---|
33 | <nom>taches_generales_cron</nom> |
---|
34 | <inclure>genie/svpstats_taches_generales_cron.php</inclure> |
---|
35 | </pipeline> |
---|
36 | <pipeline> |
---|
37 | <nom>affiche_gauche</nom> |
---|
38 | <inclure>svpstats_pipelines.php</inclure> |
---|
39 | </pipeline> |
---|
40 | |
---|
41 | <necessite id="SPIP" version='[3.0.0-dev;]' /> |
---|
42 | <necessite id="svp" version="[0.7.0;)" /> |
---|
43 | <categorie>statistique</categorie> |
---|
44 | </plugin> |
---|
Note: See
TracBrowser
for help on using the repository browser.