
5 changed files with 4 additions and 115 deletions
@ -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 |
@ -1,9 +1,9 @@
|
||||
<paquet |
||||
prefix="stats" |
||||
categorie="statistique" |
||||
version="0.3.2" |
||||
etat="dev" |
||||
compatibilite="[2.1.0;[" |
||||
version="0.4.0" |
||||
etat="test" |
||||
compatibilite="[3.0.0-alpha2;[" |
||||
logo="prive/themes/spip/images/statistique-32.png" |
||||
schema="1.0.0" |
||||
> |
@ -1,84 +0,0 @@
|
||||
<plugin> |
||||
<nom><multi>[fr]Statistiques[en]Statistics[ar]الإحصاءات</multi></nom> |
||||
<icon>prive/themes/spip/images/statistique-32.png</icon> |
||||
<auteur>Collectif SPIP</auteur> |
||||
<version>0.3.2</version> |
||||
<version_base>1.0.0</version_base> |
||||
<etat>dev</etat> |
||||
<slogan><multi>[fr]Gestion des statistiques dans SPIP[en]Statistics management in SPIP[ar]إدارة الإحصاءات في SPIP</multi></slogan> |
||||
<description> |
||||
Statistiques de SPIP |
||||
</description> |
||||
<prefix>stats</prefix> |
||||
<install>base/stats_upgrade.php</install> |
||||
|
||||
<pipeline><nom>delete_statistiques</nom><action></action></pipeline> |
||||
<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>boite_infos</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.0;)" /> |
||||
|
||||
|
||||
<bouton id="statistiques" parent="bando_activite" position="0"> |
||||
<icone>images/statistique-16.png</icone> |
||||
<titre>statistiques:icone_statistiques_visites</titre> |
||||
<url>stats_visites</url> |
||||
</bouton> |
||||
<onglet id='stats_visites' parent='statistiques'> |
||||
<icone>images/statistique-24.png</icone> |
||||
<titre>statistiques:icone_statistiques_visites</titre> |
||||
<url>stats_visites</url> |
||||
</onglet> |
||||
<onglet id='stats_referers' parent='statistiques'> |
||||
<icone>images/referers-24.png</icone> |
||||
<titre>statistiques:titre_liens_entrants</titre> |
||||
<url>stats_referers</url> |
||||
</onglet> |
||||
<onglet id='stats_repartition' parent='statistiques'> |
||||
<icone>images/repartition-24.png</icone> |
||||
<titre>statistiques:icone_repartition_visites</titre> |
||||
<url>stats_repartition</url> |
||||
</onglet> |
||||
<onglet id='stats_lang' parent='statistiques'> |
||||
<icone>images/langue-24.png</icone> |
||||
<titre>statistiques:onglet_repartition_lang</titre> |
||||
<url>stats_lang</url> |
||||
</onglet> |
||||
<categorie>statistique</categorie> |
||||
<traduire gestionnaire="salvatore" module="statistiques" reference="fr" /> |
||||
|
||||
</plugin> |
||||
|
Loading…
Reference in new issue