diff --git a/.gitattributes b/.gitattributes index d3d6957..3eb5991 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,6 @@ base/delete_referers.php -text base/delete_stats.php -text base/stats.php -text -base/stats_upgrade.php -text /engines-list.txt -text exec/base_delete_referers.php -text exec/base_delete_stats.php -text @@ -75,7 +74,6 @@ lang/statistiques_sv.php -text lang/statistiques_tr.php -text lang/statistiques_vi.php -text lang/statistiques_zh.php -text -/plugin.xml -text prive/bouton/statistiques.html -text prive/squelettes/contenu/stats_lang.html -text prive/squelettes/contenu/stats_lang_fonctions.php -text @@ -116,5 +114,6 @@ prive/themes/spip/images/zoomout-24.png -text prive/themes/spip/images/zoomout-32.png -text prive/transmettre/statistiques.html -text public/stats.php -text +/stats_administrations.php -text /stats_autoriser.php -text /stats_pipelines.php -text diff --git a/_paquet-migration.sh b/_paquet-migration.sh deleted file mode 100644 index 91917c3..0000000 --- a/_paquet-migration.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -### FICHIER DE DESCRIPTION DE LA MIGRATION VERS PAQUET.XML -### ------------------------------------------------------ -### - Date : 30-Jul-2011 15:01:38 -### - Fichier d'origine : ../plugins/auto/statistiques/plugin.xml -### - Contient les informations et les commandes SVN pour -### rendre effective la migration utilisant les fichiers produits. -### Pour se garder de toute erreur de manipulation -### les commandes sont en commentaire. -### ------------------------------------------------------ - -### Ajout du fichier paquet.xml au depot. -### On conserve le fichier plugin.xml tout le temps de la migration ! -# svn add paquet.xml - -### Ajout au depot des fichiers de langue donnant slogan et description du plugin. -### Attention la liste des langues provient des traductions (avec multi) -### de la description dans plugin.xml et non des modules de langue du plugin ! -# svn add lang/paquet-stats_fr.php lang/paquet-stats_en.php lang/paquet-stats_ar.php - -### La disparition des balises options, fonctions et install au profit -### d'un nommage standard d'un fichier unique exige parfois de renommer -### les fichiers, voire de les fusionner. -### Si le code du plugin inclut explicitement ces fichiers -### il vous faudra les renommer dans les appels de include_spip ! -# svn mv base/stats_upgrade.php stats_administrations.php diff --git a/_paquet.xml b/paquet.xml similarity index 96% rename from _paquet.xml rename to paquet.xml index 93eca80..82fd3f0 100644 --- a/_paquet.xml +++ b/paquet.xml @@ -1,9 +1,9 @@ diff --git a/plugin.xml b/plugin.xml deleted file mode 100644 index 54e348b..0000000 --- a/plugin.xml +++ /dev/null @@ -1,84 +0,0 @@ - - [fr]Statistiques[en]Statistics[ar]الإحصاءات - prive/themes/spip/images/statistique-32.png - Collectif SPIP - 0.3.2 - 1.0.0 - dev - [fr]Gestion des statistiques dans SPIP[en]Statistics management in SPIP[ar]إدارة الإحصاءات في SPIP - - Statistiques de SPIP - - stats - base/stats_upgrade.php - - delete_statistiques - - declarer_tables_auxiliaires - base/stats.php - - - configurer_liste_metas - stats_pipelines.php - - - - affichage_entetes_final - stats_pipelines.php - - - affiche_milieu - stats_pipelines.php - - - boite_infos - stats_pipelines.php - - - formulaire_admin - stats_pipelines.php - - - - taches_generales_cron - stats_pipelines.php - - - - autoriser - stats_autoriser.php - - - - - - - images/statistique-16.png - statistiques:icone_statistiques_visites - stats_visites - - - images/statistique-24.png - statistiques:icone_statistiques_visites - stats_visites - - - images/referers-24.png - statistiques:titre_liens_entrants - stats_referers - - - images/repartition-24.png - statistiques:icone_repartition_visites - stats_repartition - - - images/langue-24.png - statistiques:onglet_repartition_lang - stats_lang - - statistique - - - - diff --git a/base/stats_upgrade.php b/stats_administrations.php similarity index 100% rename from base/stats_upgrade.php rename to stats_administrations.php