1 | <plugin> |
---|
2 | <nom><multi>[fr]Documents en Images[en]Documents to images</multi></nom> |
---|
3 | <auteur>Camille Lafitte, kent1</auteur> |
---|
4 | <version>1.3.3</version> |
---|
5 | <etat>stable</etat> |
---|
6 | <slogan> |
---|
7 | <multi> |
---|
8 | [fr]Convertir des documents textuels à la volée |
---|
9 | [en]Convert text documents on the fly |
---|
10 | </multi> |
---|
11 | </slogan> |
---|
12 | <description><multi> |
---|
13 | [fr]Ce plugin permet de convertir à la volée des pdf, tiff et autres types de document en image ou série d'images. Ces images sont ensuite exploitables via une boucle spécifique. |
---|
14 | [en]This plugin will convert on the fly pdf, tiff and other kind of documents in image or serie of images. These images can then be used with a specific loop. |
---|
15 | </multi></description> |
---|
16 | <lien>http://www.spip-contrib.net/doc2img</lien> |
---|
17 | <icon>images/doc2img-128.png</icon> |
---|
18 | <prefix>doc2img</prefix> |
---|
19 | <install>doc2img_administrations.php</install> |
---|
20 | <version_base>0.94</version_base> |
---|
21 | <pipeline> |
---|
22 | <nom>declarer_tables_principales</nom> |
---|
23 | <inclure>base/doc2img.php</inclure> |
---|
24 | </pipeline> |
---|
25 | <pipeline> |
---|
26 | <nom>post_edition</nom> |
---|
27 | <inclure>doc2img_pipelines.php</inclure> |
---|
28 | </pipeline> |
---|
29 | <pipeline> |
---|
30 | <nom>document_desc_actions</nom> |
---|
31 | <inclure>doc2img_pipelines.php</inclure> |
---|
32 | </pipeline> |
---|
33 | <pipeline> |
---|
34 | <nom>formulaire_charger</nom> |
---|
35 | <inclure>doc2img_pipelines.php</inclure> |
---|
36 | </pipeline> |
---|
37 | <pipeline> |
---|
38 | <nom>formulaire_verifier</nom> |
---|
39 | <inclure>doc2img_pipelines.php</inclure> |
---|
40 | </pipeline> |
---|
41 | <pipeline> |
---|
42 | <nom>medias_documents_visibles</nom> |
---|
43 | <inclure>doc2img_pipelines.php</inclure> |
---|
44 | </pipeline> |
---|
45 | <necessite id="SPIP" version="[2.1.14;3.0.99]" /> |
---|
46 | <necessite id="spip_bonux" version="[2.3.0;]" /> |
---|
47 | <necessite id="medias" version="[1.6.12;]" /> |
---|
48 | <categorie>multimedia</categorie> |
---|
49 | </plugin> |
---|