Changeset 52545 in spip-zone
- Timestamp:
- Oct 5, 2011, 5:34:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/crud/plugin.xml
r41647 r52545 1 1 <plugin> 2 2 <nom>C(R)UD Interface</nom> 3 <auteur>Cédric Morin</auteur> 3 <slogan>Une interface C(r)UD pour SPIP</slogan> 4 <auteur>Cédric Morin</auteur> 4 5 <licence>GNU/GPL</licence> 5 6 <version>0.3.4</version> 6 7 <etat>dev</etat> 7 <description> 8 Une interface C(r)UD pour SPIP qui peut s'utiliser par appel action par url, ou 9 par appel direct. 10 </description> 8 <description>Une interface C(r)UD pour SPIP qui peut s'utiliser par appel action par url, ou par appel direct.</description> 11 9 <prefix>crud</prefix> 12 10 <categorie>outil</categorie> 13 <necessite id="SPIP" version="[2.1.0; ]" />11 <necessite id="SPIP" version="[2.1.0;2.1.99]" /> 14 12 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.