Changeset 52576 in spip-zone
- Timestamp:
- Oct 5, 2011, 6:30:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/twitstream/plugin.xml
r42007 r52576 1 1 <plugin> 2 <nom>twitstream</nom> 3 <auteur> 4 cyp © 2010 - Distribué sous licence GNU/GPL 5 </auteur> 6 <version>0.1</version> 7 <version_base>0.1</version_base> 2 <nom>Twitstream</nom> 3 <auteur>cyp</auteur> 4 <licence>GNU/GPL - (c) 2010</licence> 5 <version>0.1.0</version> 6 <version_base>0.1</version_base> 8 7 <etat>stable</etat> 9 8 <description> 10 <multi>[fr] Twitstream vous permet d'extraire des gazouillis par recherche de hashtag sur vos pages web 11 Jquery proposé par http://kjc-designs.com/TwitStream @noah_cooper 12 </multi> 9 Twitstream vous permet d'extraire des gazouillis par recherche de hashtag sur vos pages web 10 _ Jquery proposé par [->http://kjc-designs.com/TwitStream] de [@noah_cooper->http://twitter.com/#!/noah_cooper] 13 11 </description> 14 <lien> [Documentation->http://www.spip-contrib.net/twitstream]</lien>15 12 <lien>http://www.spip-contrib.net/Twitstream</lien> 13 <prefix>twitstream</prefix> 16 14 <icon>img_pack/twitstream-64.png</icon> 17 15 <pipeline> 18 19 16 <nom>insert_head_css</nom> 17 <inclure>twitstream_pipelines.php</inclure> 20 18 </pipeline> 21 19 <pipeline> 22 23 20 <nom>insert_head</nom> 21 <inclure>twitstream_pipelines.php</inclure> 24 22 </pipeline> 25 <necessite id="SPIP" version="[2.1.0;]" />23 <necessite id="SPIP" version="[2.1.0;2.1.99]" /> 26 24 <categorie>communication</categorie> 27 25 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.