spip_nursit/plugins-dist/dist/core/statistiques/paquet.xml
2023-06-01 17:30:12 +02:00

35 lines
1.8 KiB
XML

<paquet
prefix="stats"
categorie="statistique"
version="1.1.12"
etat="stable"
compatibilite="[3.2.0;3.2.*]"
logo="prive/themes/spip/images/statistique-32.png"
schema="1.0.1"
>
<nom>Statistiques</nom>
<!-- Gestion des statistiques dans SPIP -->
<auteur>Collectif SPIP</auteur>
<traduire module="statistiques" reference="fr" gestionnaire="salvatore" />
<pipeline nom="delete_statistiques" action="" />
<pipeline nom="declarer_tables_auxiliaires" inclure="base/stats.php" />
<pipeline nom="configurer_liste_metas" inclure="stats_pipelines.php" />
<pipeline nom="affichage_entetes_final" inclure="stats_pipelines.php" />
<pipeline nom="affiche_milieu" inclure="stats_pipelines.php" />
<pipeline nom="boite_infos" inclure="stats_pipelines.php" />
<pipeline nom="formulaire_admin" inclure="stats_pipelines.php" />
<pipeline nom="taches_generales_cron" inclure="stats_pipelines.php" />
<pipeline nom="autoriser" inclure="stats_autoriser.php" />
<pipeline nom="ieconfig_metas" inclure="stats_ieconfig.php" />
<menu nom="statistiques" titre="statistiques:icone_statistiques_visites" parent="menu_activite" icone="images/statistique-16.png" action="stats_visites" />
<onglet nom="stats_visites" titre="statistiques:icone_statistiques_visites" parent="statistiques" icone="images/statistique-24.png" action="stats_visites" />
<onglet nom="stats_referers" titre="statistiques:titre_liens_entrants" parent="statistiques" icone="images/referers-24.png" action="stats_referers" />
<onglet nom="stats_repartition" titre="statistiques:icone_repartition_visites" parent="statistiques" icone="images/repartition-24.png" action="stats_repartition" />
<onglet nom="stats_lang" titre="statistiques:onglet_repartition_lang" parent="statistiques" icone="images/langue-24.png" action="stats_lang" />
</paquet>