Changeset 52331 in spip-zone
- Timestamp:
- Oct 2, 2011, 9:11:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/a2a/plugin.xml
r52072 r52331 1 1 <plugin> 2 <nom>A2A</nom> 3 <auteur>Collectif SPIP</auteur> 4 <version>0.4.2</version> 5 <version_base>0.4</version_base> 6 <etat>stable</etat> 7 <icon>images/a2a-64.png</icon> 8 <description> 9 <multi> 10 [fr]Petit plugin qui permet de lier un article à un ou plusieurs autre(s) 11 [en]Plugin to link an article to one or some others 2 <nom>A2A</nom> 3 <slogan>Pour lier des articles</slogan> 4 <auteur>Collectif SPIP</auteur> 5 <version>0.4.2</version> 6 <version_base>0.4</version_base> 7 <etat>stable</etat> 8 <icon>images/a2a-64.png</icon> 9 <description> 10 <multi> 11 [fr]Ce plugin permet de lier des articles de façon ponctuelle sans avoir à utiliser les mots-clés de SPIP. Il peut être utilisé pour mettre en place des liens de type « Lire aussi ». 12 [en]This plugin allows you to link items in a timely manner without having to use keywords of SPIP. It can be used to set up links such as "See also". 12 13 </multi> 13 14 </description> 14 15 16 17 18 15 <lien>http://www.spip-contrib.net/a2a</lien> 16 <prefix>a2a</prefix> 17 <fonctions>a2a_fonctions.php</fonctions> 18 <options>a2a_options.php</options> 19 <install>base/a2a_upgrade.php</install> 19 20 <necessite id="SPIP" version="[2.0.9;2.1.99]" /> 20 21 <necessite id="cfg" version="[1.14.1;]" />
Note: See TracChangeset
for help on using the changeset viewer.