You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
2.3 KiB
88 lines
2.3 KiB
<plugin> |
|
<nom>Statistiques</nom> |
|
<auteur>Collectif SPIP</auteur> |
|
<version>0.1.1</version> |
|
<version_base>0.1</version_base> |
|
<etat>dev</etat> |
|
<description> |
|
Statistiques de SPIP |
|
</description> |
|
<prefix>stats</prefix> |
|
<install>base/stats_upgrade.php</install> |
|
<options>stats_options.php</options> |
|
|
|
<pipeline> |
|
<nom>declarer_tables_auxiliaires</nom> |
|
<inclure>base/stats.php</inclure> |
|
</pipeline> |
|
<pipeline> |
|
<nom>configurer_liste_metas</nom> |
|
<inclure>stats_pipelines.php</inclure> |
|
</pipeline> |
|
|
|
<pipeline> |
|
<nom>affichage_entetes_final</nom> |
|
<inclure>stats_pipelines.php</inclure> |
|
</pipeline> |
|
<pipeline> |
|
<nom>affiche_milieu</nom> |
|
<inclure>stats_pipelines.php</inclure> |
|
</pipeline> |
|
<pipeline> |
|
<nom>formulaire_admin</nom> |
|
<inclure>stats_pipelines.php</inclure> |
|
</pipeline> |
|
|
|
<pipeline> |
|
<nom>taches_generales_cron</nom> |
|
<inclure>stats_pipelines.php</inclure> |
|
</pipeline> |
|
|
|
<pipeline> |
|
<nom>autoriser</nom> |
|
<inclure>stats_autoriser.php</inclure> |
|
</pipeline> |
|
|
|
<necessite id="SPIP" version="[2.1;)" /> |
|
|
|
|
|
<bouton id="statistiques" parent="bando_activite"> |
|
<icone>images/statistique-16.png</icone> |
|
<titre>icone_statistiques_visites</titre> |
|
<url>statistiques_visites</url> |
|
</bouton> |
|
<onglet id='statistiques_visites' parent='statistiques'> |
|
<icone>null</icone> |
|
<titre>icone_statistiques_visites</titre> |
|
<url>statistiques_visites</url> |
|
</onglet> |
|
<onglet id='statistiques_repartition' parent='statistiques'> |
|
<icone>null</icone> |
|
<titre>icone_repartition_visites</titre> |
|
<url>statistiques_repartition</url> |
|
</onglet> |
|
<onglet id='statistiques_lang' parent='statistiques'> |
|
<icone>null</icone> |
|
<titre>onglet_repartition_lang</titre> |
|
<url>statistiques_lang</url> |
|
</onglet> |
|
|
|
<bouton id="referers" parent="bando_activite"> |
|
<icone>images/referer-16.png</icone> |
|
<titre>titre_liens_entrants</titre> |
|
<url>statistiques_referers</url> |
|
</bouton> |
|
<onglet id='jour_referers' parent='stat_referers'> |
|
<icone>null</icone> |
|
<titre>date_aujourdhui</titre> |
|
<url>statistiques_referers</url> |
|
</onglet> |
|
<onglet id='veille_referers' parent='stat_referers'> |
|
<icone>null</icone> |
|
<titre>date_hier</titre> |
|
<url>statistiques_referers</url> |
|
<args>jour=veille</args> |
|
</onglet> |
|
|
|
</plugin> |
|
|
|
|