Changeset 52355 in spip-zone
- Timestamp:
- Oct 3, 2011, 9:52:30 AM (9 years ago)
- Location:
- _plugins_/menu_babbibel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/menu_babbibel/tags/stable/plugin.xml
r43109 r52355 1 1 <plugin> 2 <!-- Nom du plugin -->3 2 <nom> 4 3 <multi> 5 [fr]Menu s deroulantsBabbibel6 [en]Babbibel Dropdown4 [fr]Menu Babbibel 5 [en]Babbibel Menu 7 6 </multi> 8 7 </nom> 8 <slogan> 9 <multi> 10 [fr]Menu déroulant horizontal en jQuery 11 [en]Horizontal dropdown menu with jQuery 12 </multi> 13 </slogan> 9 14 <version>2.2.1</version> 10 15 <prefix>babbi</prefix> 11 <!-- Fin des balises indispensables --> 12 13 <!-- Auteur du plugin --> 14 <auteur> 15 <multi> 16 [fr][babbibel->http://www.spip-contrib.net/babbibel] 17 <br />Exemple: [Le Cri du peuple->http://www.cridupeuple.com] 18 <br /> © 2009 - Distribué sous licence GNU/GPL 19 [en][babbibel->http://www.spip-contrib.net/babbibel] 20 <br />Exemple: [Le Cri du peuple->http://www.cridupeuple.com] 21 <br />_ © 2009 - distributed under GNU/GPL licence 22 </multi> 23 </auteur> 16 <auteur>[babbibel->http://www.spip-contrib.net/babbibel]</auteur> 17 <licence>(c) 2009 GNU/GPL</licence> 24 18 <icon>img/logo_menu.png</icon> 25 19 <etat>stable</etat> 26 27 <description><multi> 28 [fr]Le menu déroulant propose différent types de menu. Rendez-vous à la page de configuration. 29 <br />Ce plugin fonctionne sur les squelettes disposant de la balise #_INSERT_HEAD 30 <br />Il nécessite: 31 <ol> 32 <li>le plugin [CFG->http://www.spip-contrib.net/cfg-references] version > 1.14.0</li> 33 <li>le plugin [jQuery->http://plugins.spip.net/Jquery-1-2-6-pour-SPIP-1-92x] pour les versions de SPIP < 1.9.2.</li> 34 </ol> 35 36 Pour configurer et tester les différents menus cliquez sur 37 <ul> 38 <li>[CFG Menu Babbibel->./?exec=cfg&cfg=babbi]</li> 39 </ul> 40 41 [en]The menu offer several types of menu. Go to cfg to configure. 42 <br /> 43 <ol> 44 <li>This plugin works with the skeletons of the tag #_INSERT_HEAD</li> 45 <li>It requires the cfg plugin</li> 46 <li>It requires the jQuery plugin for versions of SPIP <1.9.2</li> 47 </ol> 48 49 To configure and try them go to 50 <ul> 51 <li>[CFG Babbibel Dropdown->./?exec=cfg&cfg=babbi]</li> 52 </ul> 53 </multi></description> 54 <!-- URI de documentation --> 55 <lien>Doc [spip-contrib.net->http://www.spip-contrib.net/Le-menu-deroulant-Babbibel]</lien> 20 <description> 21 <multi> 22 [fr]Ce plugin propose un menu déroulant horizontal s’appuyant sur la librairie jQuery, sans limitation de profondeur et configurable avec CFG. Le code étant très simple, le menu est facile à personnaliser. Il nécessite le plugin jQuery pour les versions de SPIP antérieures à 1.9.2. 23 [en]This plugin provides a horizontal dropdown menu based on jQuery library, without depth limitation and configurable with CFG. The code is very simple, the menu is easy to customize. It requires the jQuery plugin for versions of SPIP < 1.9.2. 24 </multi> 25 </description> 26 <lien>http://www.spip-contrib.net/Le-menu-deroulant-Babbibel</lien> 56 27 57 28 <fonctions>fonctions_menu.php</fonctions> … … 70 41 71 42 <categorie>navigation</categorie> 72 <necessite id="SPIP" version="[1.9.2 x;)" />43 <necessite id="SPIP" version="[1.9.2;2.1.99]" /> 73 44 <necessite id="cfg" version="[1.14.0;)" /> 74 45 <utilise id="jQuery pour SPIP 1.9.2x" version="1.1.0"> -
_plugins_/menu_babbibel/trunk/plugin.xml
r34505 r52355 1 1 <plugin> 2 <!-- Nom du plugin -->3 2 <nom> 4 3 <multi> 5 [fr]Menu s deroulantsBabbibel6 [en]Babbibel Dropdown4 [fr]Menu Babbibel 5 [en]Babbibel Menu 7 6 </multi> 8 7 </nom> 9 <version>2.00</version> 8 <slogan> 9 <multi> 10 [fr]Menu déroulant horizontal en jQuery 11 [en]Horizontal dropdown menu with jQuery 12 </multi> 13 </slogan> 14 <version>2.2.1</version> 10 15 <prefix>babbi</prefix> 11 <!-- Fin des balises indispensables --> 12 13 <!-- Auteur du plugin --> 14 <auteur> 15 <multi> 16 [fr][babbibel->http://www.spip-contrib.net/babbibel] 17 <br />Exemple: [Le Cri du peuple->http://www.cridupeuple.com] 18 <br /> © 2009 - Distribué sous licence GNU/GPL 19 [en][babbibel->http://www.spip-contrib.net/babbibel] 20 <br />Exemple: [Le Cri du peuple->http://www.cridupeuple.com] 21 <br />_ © 2009 - distributed under GNU/GPL licence 22 </multi> 23 </auteur> 16 <auteur>[babbibel->http://www.spip-contrib.net/babbibel]</auteur> 17 <licence>(c) 2009 GNU/GPL</licence> 24 18 <icon>img/logo_menu.png</icon> 25 19 <etat>stable</etat> 26 27 <description><multi> 28 [fr]Le menu déroulant propose différent types de menu. Rendez-vous à la page de configuration. 29 <br />Ce plugin fonctionne sur les squelettes disposant de la balise #_INSERT_HEAD 30 <br />Il nécessite: 31 <ol> 32 <li>le plugin [CFG->http://www.spip-contrib.net/cfg-references] version > 1.14.0</li> 33 <li>le plugin [jQuery->http://plugins.spip.net/Jquery-1-2-6-pour-SPIP-1-92x] pour les versions de SPIP < 1.9.2.</li> 34 </ol> 35 36 Pour configurer et tester les différents menus cliquez sur 37 <ul> 38 <li>[CFG Menu Babbibel->./?exec=cfg&cfg=babbi]</li> 39 </ul> 40 41 [en]The menu offer several types of menu. Go to cfg to configure. 42 <br /> 43 <ol> 44 <li>This plugin works with the skeletons of the tag #_INSERT_HEAD</li> 45 <li>It requires the cfg plugin</li> 46 <li>It requires the jQuery plugin for versions of SPIP <1.9.2</li> 47 </ol> 48 49 To configure and try them go to 50 <ul> 51 <li>[CFG Babbibel Dropdown->./?exec=cfg&cfg=babbi]</li> 52 </ul> 53 </multi></description> 54 <!-- URI de documentation --> 55 <lien>Doc [spip-contrib.net->http://www.spip-contrib.net/Le-menu-deroulant-Babbibel]</lien> 20 <description> 21 <multi> 22 [fr]Ce plugin propose un menu déroulant horizontal s’appuyant sur la librairie jQuery, sans limitation de profondeur et configurable avec CFG. Le code étant très simple, le menu est facile à personnaliser. Il nécessite le plugin jQuery pour les versions de SPIP antérieures à 1.9.2. 23 [en]This plugin provides a horizontal dropdown menu based on jQuery library, without depth limitation and configurable with CFG. The code is very simple, the menu is easy to customize. It requires the jQuery plugin for versions of SPIP < 1.9.2. 24 </multi> 25 </description> 26 <lien>http://www.spip-contrib.net/Le-menu-deroulant-Babbibel</lien> 56 27 57 28 <fonctions>fonctions_menu.php</fonctions> 58 29 59 30 <pipeline> 60 <nom>insert_head</nom> 61 <action>headeur</action> 62 <inclure>fonctions_menu.php</inclure> 31 <nom>insert_head</nom> 32 <action>headeur</action> 33 <inclure>fonctions_menu.php</inclure> 34 </pipeline> 35 36 <pipeline> 37 <nom>insert_head_css</nom> 38 <action>headeur_css</action> 39 <inclure>fonctions_menu.php</inclure> 63 40 </pipeline> 64 41 65 42 <categorie>navigation</categorie> 66 <necessite id="SPIP" version="[1.9.2 x;)" />43 <necessite id="SPIP" version="[1.9.2;2.1.99]" /> 67 44 <necessite id="cfg" version="[1.14.0;)" /> 68 45 <utilise id="jQuery pour SPIP 1.9.2x" version="1.1.0">
Note: See TracChangeset
for help on using the changeset viewer.