Last change
on this file since 52937 was
52937,
checked in by yffic@…, 10 years ago
|
Nom, slogan, entités numériques, lien vers la doc, compat spip 2.0
|
File size:
1.5 KB
|
Line | |
---|
1 | <plugin> |
---|
2 | <nom> |
---|
3 | <multi> |
---|
4 | [fr]Export CSV |
---|
5 | [en]CSV Extraction |
---|
6 | </multi> |
---|
7 | </nom> |
---|
8 | <slogan> |
---|
9 | <multi> |
---|
10 | [fr]Export CSV des articles et pétitions |
---|
11 | [en]CSV Extraction for articles and petitions |
---|
12 | </multi> |
---|
13 | </slogan> |
---|
14 | |
---|
15 | <auteur>[Stéphanie De Nadaï->http://www.webdesigneuse.net]</auteur> |
---|
16 | <licence>(c) 2008 GNU/GPL</licence> |
---|
17 | <version>0.3.1</version> |
---|
18 | |
---|
19 | <etat>test</etat> |
---|
20 | |
---|
21 | <description> |
---|
22 | <multi> |
---|
23 | [fr]Ce plugin permet d'exporter au format csv : |
---|
24 | -* des articles / rubriques et leurs mots-clés |
---|
25 | -* des pétitions |
---|
26 | |
---|
27 | [en]This plugin allows you to export csv |
---|
28 | -* articles / sections and keywords |
---|
29 | -* petitions |
---|
30 | </multi> |
---|
31 | </description> |
---|
32 | |
---|
33 | <lien>http://www.spip-contrib.net/Export-CSV-des-articles-et-petitions-pour-SPIP-1-9-2</lien> |
---|
34 | |
---|
35 | <prefix>exportcsv</prefix> |
---|
36 | |
---|
37 | <icon>img_pack/exportcsv-72.png</icon> <!-- http://commons.wikimedia.org/wiki/Nuvola --> |
---|
38 | |
---|
39 | <pipeline> |
---|
40 | <nom>ajouter_boutons</nom> |
---|
41 | <action>ajouter_boutons</action> |
---|
42 | <inclure>exportcsv_pipe.php</inclure> |
---|
43 | </pipeline> |
---|
44 | |
---|
45 | <pipeline> |
---|
46 | <nom>header_prive</nom> |
---|
47 | <inclure>exportcsv_pipe.php</inclure> |
---|
48 | </pipeline> |
---|
49 | |
---|
50 | <pipeline> |
---|
51 | <nom>insert_head</nom> |
---|
52 | <action>insert_head</action> |
---|
53 | <inclure>exportcsv_pipe.php</inclure> |
---|
54 | </pipeline> |
---|
55 | |
---|
56 | <pipeline> |
---|
57 | <nom>affiche_gauche</nom> |
---|
58 | <action>affiche_gauche</action> |
---|
59 | <inclure>exportcsv_pipe.php</inclure> |
---|
60 | </pipeline> |
---|
61 | |
---|
62 | <categorie>edition</categorie> |
---|
63 | <necessite id="SPIP" version="[2.0.8;2.0.99]" /> |
---|
64 | <necessite id="cfg" version="[1.3.4;]" /> |
---|
65 | </plugin> |
---|
Note: See
TracBrowser
for help on using the repository browser.