Changeset 52583 in spip-zone
- Timestamp:
- Oct 5, 2011, 6:40:37 PM (9 years ago)
- Location:
- tags
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/agenda_1_9_1/plugin.xml
r40337 r52583 1 1 <plugin> 2 <nom> <!-- Nom du plugin --> 3 Agenda pour SPIP 1.9.1 4 </nom> 5 <auteur> <!-- Auteur du plugin --> 6 Cedric MORIN 7 [notre-ville.net->http://www.notre-ville.net] 8 _ © 2006 - Licence GPL 9 </auteur> 10 <version> 11 0.12 12 </version> 13 <etat> 14 stable 15 </etat> 16 <description> 17 Agenda Evénementiel 18 _ {{Ce plugin nécessite le plugin Widget Calendar}} 19 </description> 20 <lien>http://www.spip-contrib.net/article1396.html</lien> <!-- URI de documentation --> 21 <options> <!-- fichier charge a chaque hit --> 22 agenda_mes_options.php 23 </options> 24 <fonctions> <!-- fichier charge a chaque recalcul --> 25 agenda_mes_fonctions.php 26 </fonctions> 27 <!-- classe d'implementation : espace de nommage qui prefixera les appels de fonction 28 sur le mode Rien:: 29 ainsi les fonctions hors espace de nommage ne peuvent etre appelees 30 ce parametre est obligatoire et doit etre non vide 31 --> 32 <prefix> 33 Agenda 34 </prefix> 35 <!-- Definitions des fonctions qui s'inserent dans les pipelines --> 2 <nom>Agenda</nom> 3 <auteur>[Cédric MORIN->http://www.yterium.net], [Patv->patrice.vanneufville@laposte.net]</auteur> 4 <licence>GPL - (c) 2006</licence> 5 <version>0.12.0</version> 6 <etat>stable</etat> 7 <slogan>Agenda Evénementiel</slogan> 8 <description>Agenda Evénementiel</description> 9 <lien>http://www.spip-contrib.net/article1396.html</lien> 10 <options>agenda_mes_options.php</options> 11 <fonctions> agenda_mes_fonctions.php</fonctions> 12 13 <prefix>Agenda</prefix> 14 36 15 <pipeline> 37 16 <nom>ajouter_onglets</nom> … … 59 38 </pipeline> 60 39 40 <necessite id="spip" version="[1.9.1;1.9.1]" /> 61 41 <categorie>date</categorie> 62 <!-- Le parametre action est facultatif : en son absence la methode de la classe portant le nom du pipeline est appelee. Le parametre inclure est facultatif. -->63 42 </plugin> -
tags/agenda_1_9_2/plugin.xml
r40337 r52583 1 1 <plugin> 2 <nom> <!-- Nom du plugin --> 3 Agenda pour SPIP 1.9.2 4 </nom> 2 <nom>Agenda</nom> 5 3 <icon>img_pack/agenda-48.png</icon> 6 <auteur> <!-- Auteur du plugin --> 7 Cedric MORIN [notre-ville.net->http://www.notre-ville.net] 8 _ patrice.vanneufville@laposte.net pour la saisie rapide 9 _ © 2006 - Licence GPL 10 </auteur> 11 <version> 12 0.14 13 </version> 4 <auteur>[Cédric MORIN->http://www.yterium.net], [Patv->patrice.vanneufville@laposte.net]</auteur> 5 <licence>GPL - (c) 2006</licence> 6 <version>0.14.0</version> 14 7 <etat>stable</etat> 15 <description> 16 Agenda Evénementiel 17 _ {{Ce plugin nécessite le plugin Widget Calendar version 0.11 ou plus}} 18 </description> 19 <lien>http://www.spip-contrib.net/article1396.html</lien> <!-- URI de documentation --> 20 <options> <!-- fichier charge a chaque hit --> 21 agenda_mes_options.php 22 </options> 23 <fonctions> <!-- fichier charge a chaque recalcul --> 24 agenda_mes_fonctions.php 25 </fonctions> 26 <!-- classe d'implementation : espace de nommage qui prefixera les appels de fonction 27 sur le mode Rien:: 28 ainsi les fonctions hors espace de nommage ne peuvent etre appelees 29 ce parametre est obligatoire et doit etre non vide 30 --> 31 <prefix> 32 Agenda 33 </prefix> 8 <slogan>Agenda Evénementiel</slogan> 9 <description>Agenda Evénementiel</description> 10 <lien>http://www.spip-contrib.net/article1396.html</lien> 11 <options>agenda_mes_options.php</options> 12 <fonctions>agenda_mes_fonctions.php</fonctions> 13 14 <prefix>Agenda</prefix> 34 15 <install>base/agenda_upgrade.php</install> 35 <!-- Definitions des fonctions qui s'inserent dans les pipelines --> 16 36 17 <pipeline> 37 18 <nom>ajouter_onglets</nom> … … 58 39 <nom>taches_generales_cron</nom> 59 40 </pipeline> 41 <necessite id="spip" version="[1.9.2;1.9.2]" /> 60 42 <necessite id="WCalendar" version="[0.11;]" /> 61 43 <chemin dir='' />
Note: See TracChangeset
for help on using the changeset viewer.