Changeset 52594 in spip-zone
- Timestamp:
- Oct 5, 2011, 7:04:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/fullcalendar/plugin.xml
r46420 r52594 1 1 <plugin> 2 <nom> 3 FullCalendar 4 </nom> 5 <auteur> 6 [Grégory Pascal->http://www.spip-contrib.net/ngombe], 7 distribué sous licence GNU/GPL 8 </auteur> 9 <version> 10 0.1.3 11 </version> 12 <etat> 13 test 14 </etat> 2 <nom>FullCalendar</nom> 3 <auteur>[Grégory Pascal->http://www.spip-contrib.net/ngombe]</auteur> 4 <licence>GNU/GPL</licence> 5 <version>0.1.3</version> 6 <etat>test</etat> 15 7 <description> 16 Gestion de calendriers pour l'espace public basée sur [FullCalendar v1.4.10->http://arshaw.com/fullcalendar/] de [Adam Shaw->http://arshaw.com/], <a href="http://www.spip-contrib.net/Config-cfg" title="CFG">CFG</a> et le plugin [jQuery UI->http://www.spip-contrib.net/jQuery-UI-pour-SPIP]. 17 <h4>[Configuration->.?exec=cfg&cfg=fullcalendar]</h4> 8 Gestion de calendriers pour l'espace public basée sur [FullCalendar v1.4.10->http://arshaw.com/fullcalendar/] de [Adam Shaw->http://arshaw.com/], [CFG->http://www.spip-contrib.net/Config-cfg] et le plugin [jQuery UI->http://www.spip-contrib.net/jQuery-UI-pour-SPIP]. 18 9 </description> 19 20 <lien> </lien>10 <icon>img_pack/fullcalendar-32.png</icon> 11 <lien>http://www.spip-contrib.net/FullCalendar,3736</lien> 21 12 <prefix>fullcalendar</prefix> 22 13 <install>base/fullcalendar_init.php</install> … … 41 32 <categorie>date</categorie> 42 33 <necessite id="jqueryui" version="[1.8.5;]" /> 43 <necessite id="SPIP" version="[2.0.0; ]" />34 <necessite id="SPIP" version="[2.0.0;2.1.99]" /> 44 35 <necessite id='cfg' version='[1.0.4;]' /> 45 36 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.