paquet.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <paquet
  2. prefix="stats"
  3. categorie="statistique"
  4. version="0.4.28"
  5. etat="stable"
  6. compatibilite="[3.0.0;3.1.*]"
  7. logo="prive/themes/spip/images/statistique-32.png"
  8. schema="1.0.0"
  9. >
  10. <nom>Statistiques</nom>
  11. <!-- Gestion des statistiques dans SPIP -->
  12. <auteur>Collectif SPIP</auteur>
  13. <traduire module="statistiques" reference="fr" gestionnaire="salvatore" />
  14. <pipeline nom="delete_statistiques" action="" />
  15. <pipeline nom="declarer_tables_auxiliaires" inclure="base/stats.php" />
  16. <pipeline nom="configurer_liste_metas" inclure="stats_pipelines.php" />
  17. <pipeline nom="affichage_entetes_final" inclure="stats_pipelines.php" />
  18. <pipeline nom="affiche_milieu" inclure="stats_pipelines.php" />
  19. <pipeline nom="boite_infos" inclure="stats_pipelines.php" />
  20. <pipeline nom="formulaire_admin" inclure="stats_pipelines.php" />
  21. <pipeline nom="taches_generales_cron" inclure="stats_pipelines.php" />
  22. <pipeline nom="autoriser" inclure="stats_autoriser.php" />
  23. <pipeline nom="ieconfig_metas" inclure="stats_ieconfig.php" />
  24. <menu nom="statistiques" titre="statistiques:icone_statistiques_visites" parent="menu_activite" icone="images/statistique-16.png" action="stats_visites" />
  25. <onglet nom="stats_visites" titre="statistiques:icone_statistiques_visites" parent="statistiques" icone="images/statistique-24.png" action="stats_visites" />
  26. <onglet nom="stats_referers" titre="statistiques:titre_liens_entrants" parent="statistiques" icone="images/referers-24.png" action="stats_referers" />
  27. <onglet nom="stats_repartition" titre="statistiques:icone_repartition_visites" parent="statistiques" icone="images/repartition-24.png" action="stats_repartition" />
  28. <onglet nom="stats_lang" titre="statistiques:onglet_repartition_lang" parent="statistiques" icone="images/langue-24.png" action="stats_lang" />
  29. </paquet>