Changeset 52483 in spip-zone
- Timestamp:
- Oct 5, 2011, 10:19:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/tagsphere/plugin.xml
r49352 r52483 1 1 <plugin> 2 <nom>Plugin TagSphère</nom> 2 <nom>Plugin TagSphère</nom> 3 <slogan>Nuage de mots clés en 3D</slogan> 3 4 <icon>icone.png</icon> 4 5 <auteur>christophe vallois</auteur> 5 <version>0.3 </version>6 <version>0.3.0</version> 6 7 <etat>stable</etat> 7 <description>Affiche les mots cl edu site sous la forme d'un nuage 3D</description>8 <description>Affiche les mots clé du site sous la forme d'un nuage 3D</description> 8 9 <lien>http://www.spip-contrib.net/Plugin-TagSphere</lien> 9 10 <prefix>tagsphere</prefix> … … 13 14 <inclure>head.php</inclure> 14 15 </pipeline> 15 <necessite id='SPIP' version='[1.9. 0;]' />16 <necessite id='SPIP' version='[1.9.2;2.1.99]' /> 16 17 <categorie>navigation</categorie> 17 18 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.