Changeset 52763 in spip-zone
- Timestamp:
- Oct 6, 2011, 9:14:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/compte_clics/branche-1.9.2/plugin.xml
r34501 r52763 6 6 </multi> 7 7 </nom> 8 <auteur> 9 <multi> 10 [fr]Chryjs (chryjs.at.free.fr) 11 _ © 2007 - Licence GNU/GPL 12 [en]Chryjs (chryjs.at.free.fr) 13 _ © 2007 - Licence GNU/GPL 14 </multi> 15 </auteur> 16 <version> 17 0.6 18 </version> 19 <etat> 20 dev 21 </etat> 8 <slogan>Pour suivre l'utilisation des sites que l'on a référencé</slogan> 9 <auteur>Chryjs (chryjs.at.free.fr)</auteur> 10 <licence>© 2007 GNU/GPL</licence> 11 <version>0.6.0</version> 12 <etat>dev</etat> 22 13 <description> 23 14 <multi> 24 [fr]Permet de compter les clics effectués sur un site syndiqué, ainsi que ses articles et rajoute une balise #TOTAL_CLICS. 25 _ [Démonstration sur votre site->../spip.php?page=clic_demo] 26 [en]Makes available click counting related to syndicated websites and its related articles and provides #TOTAL_CLICS balise. 27 _ [Preview on your website->../spip.php?page=clic_demo] 15 [fr]Permet de compter les clics effectués sur un site syndiqué, ainsi que ses articles et rajoute une balise <code>#TOTAL_CLICS</code>. Démonstration sur votre site : <code>spip.php?page=clic_demo</code> 16 [en]Makes available click counting related to syndicated websites and its related articles and provides <code>#TOTAL_CLICS</code> balise. Preview on your website : <code>spip.php?page=clic_demo</code> 28 17 </multi> 29 18 </description> 30 <lien>http://www.spip-contrib.net/spip.php?article2410</lien> <!-- URI de documentation -->31 <icon>img/compte_clics_icone_48.png</icon> <!-- icone du plugin -->19 <lien>http://www.spip-contrib.net/spip.php?article2410</lien> 20 <icon>img/compte_clics_icone_48.png</icon> 32 21 33 22 <fonctions>compteclics_fonctions.php</fonctions> 34 23 <prefix>compteclics</prefix> 35 24 <install>base/compteclics_init.php</install> 36 <necessite id="SPIP" version="[1.9.2; ]" />25 <necessite id="SPIP" version="[1.9.2;1.9.2]" /> 37 26 <categorie>statistique</categorie> 38 27 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.