Changeset 52328 in spip-zone
- Timestamp:
- Oct 2, 2011, 8:48:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/zen-garden/branches/v1/plugin.xml
r52327 r52328 1 1 <plugin> 2 3 4 5 2 <nom>Zen-Garden</nom> 3 <slogan> 4 <multi> 5 [fr]Un jardin Zen pour Zpip 6 6 [en]A Zen garden for Zpip 7 </multi>8 9 10 11 12 13 14 15 7 </multi> 8 </slogan> 9 <auteur>Cedric Morin [yterium.com->http://www.yterium.com]</auteur> 10 <version>1.0.5</version> 11 <icon>img_pack/themes-128.png</icon> 12 <etat>test</etat> 13 <description> 14 <multi> 15 [fr]Ce plugin vous permet de gérer une galerie de thèmes pour votre site, et d'en changer très facilement parmi ceux disponibles. Il nécessite dutiliser les squelettes Zpip ou Sarka-SPIP qui supportent les thèmes. 16 16 [en]This plugin lets you manage a gallery of themes for your site, and change easily among those available. It requires the use of the templates Zpip or Sarka-SPIP that support themes. 17 </multi> 18 </description> 19 <options>zengarden_options.php</options> 17 </multi> 18 </description> 19 <lien>http://www.spip-contrib.net/SPIP-Zen-Garden</lien> 20 <options>zengarden_options.php</options> 20 21 <pipeline> 21 22 23 24 25 26 22 <nom>affichage_final</nom> 23 </pipeline> 24 <prefix>zengarden</prefix> 25 <categorie>maintenance</categorie> 26 <necessite id="SPIP" version="[2.0.10;2.0.99]" /> 27 <necessite id="spip_bonux" version="[1.8.7;]" /> 27 28 <chemin dir='' /> 28 29 <chemin dir='spip20' /> 29 30 30 31 <bouton id='theme' parent='configuration'> 31 32 <titre>zengarden:themes</titre> … … 41 42 </plugin> 42 43 <plugin spip="[2.1.0;3.0.99]"> 43 44 45 46 44 <nom>Zen-Garden</nom> 45 <slogan> 46 <multi> 47 [fr]Un jardin Zen pour Zpip 47 48 [en]A Zen garden for Zpip 48 </multi>49 50 51 52 53 54 55 56 49 </multi> 50 </slogan> 51 <auteur>Cedric Morin [yterium.com->http://www.yterium.com]</auteur> 52 <version>1.1.3</version> 53 <icon>img_pack/themes-128.png</icon> 54 <etat>test</etat> 55 <description> 56 <multi> 57 [fr]Ce plugin vous permet de gérer une galerie de thèmes pour votre site, et d'en changer très facilement parmi ceux disponibles. Il nécessite dutiliser les squelettes Zpip ou Sarka-SPIP qui supportent les thèmes. 57 58 [en]This plugin lets you manage a gallery of themes for your site, and change easily among those available. It requires the use of the templates Zpip or Sarka-SPIP that support themes. 58 </multi>59 59 </multi> 60 </description> 60 61 <lien>http://www.spip-contrib.net/SPIP-Zen-Garden</lien> 61 62 63 62 <options>zengarden_options.php</options> 63 <prefix>zengarden</prefix> 64 <categorie>maintenance</categorie> 64 65 <pipeline> 65 66 67 68 66 <nom>affichage_final</nom> 67 </pipeline> 68 <necessite id="spip_bonux" version="[1.8.7;]" /> 69 69 70 <bouton id='theme' parent='configuration'> 70 71 <titre>zengarden:themes</titre>
Note: See TracChangeset
for help on using the changeset viewer.