Changeset 53384 in spip-zone
- Timestamp:
- Oct 13, 2011, 8:49:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/pcltar/plugin.xml
r41486 r53384 1 1 <plugin> 2 <nom> 3 pclTar 4 </nom> 2 <nom>pclTar</nom> 3 <slogan> 4 <multi> 5 [fr]pclTar pour SPIP 6 [en]pclTar for SPIP 7 </multi> 8 </slogan> 5 9 <auteur>kent1</auteur> 6 <version>0.1</version> 7 <etat> 8 experimental 9 </etat> 10 <licence>GNU/GPL</licence> 11 <version>0.1.0</version> 12 <etat>experimental</etat> 10 13 <icon>images/pcltar_logo.png</icon> 11 14 <description> 12 15 <multi> 13 [fr]pclTar pour SPIP 14 _ Ajoute la possibilité d'avoir des libs .tgz, .tar ou .tar.gz en plus du zip par défaut de SPIP 15 [en]pclTar for SPIP 16 _ Adds the ability to have .tgz, .tar or .tar.gz libraries more than only zip (SPIP default) 16 [fr]Ajoute la possibilité d'avoir des libs .tgz, .tar ou .tar.gz en plus du zip par défaut de SPIP 17 [en]Adds the ability to have .tgz, .tar or .tar.gz libraries more than only zip (SPIP default) 17 18 </multi> 18 19 </description> 19 20 <prefix>pcltar</prefix> 20 <necessite id="SPIP" version="[2.1.0 -rc;]" />21 <necessite id="SPIP" version="[2.1.0;2.1.99]" /> 21 22 <categorie>outil</categorie> 22 23 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.