-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponsiva.xml
More file actions
54 lines (54 loc) · 1.94 KB
/
responsiva.xml
File metadata and controls
54 lines (54 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Responsiva PDF</name>
<key>responsiva</key>
<state>stable</state> <!-- stable | unstable | beta | alpha -->
<logo>https://raw.githubusercontent.com/Jawuilp/pluign-extend/main/assets/pdf.png</logo>
<description>
<short>
<en>Plugin to generate responsiva PDFs within GLPI.</en>
<es>Plugin para generar PDFs de cartas responsivas en GLPI.</es>
</short>
<long>
<en>
This plugin allows you to generate responsiva PDFs for equipment and tool management in GLPI.
It uses the TCPDF library for customizable PDF generation.
</en>
<es>
Este plugin permite generar PDFs de cartas responsivas para el manejo de equipos y herramientas en GLPI.
Utiliza la librería TCPDF para una generación personalizable de documentos PDF.
</es>
</long>
</description>
<homepage>https://github.com/Jawuilp/pluign-extend</homepage>
<download>https://github.com/Jawuilp/pluign-extend/archive/refs/heads/main.zip</download>
<issues>https://github.com/Jawuilp/pluign-extend/issues</issues>
<readme>https://github.com/Jawuilp/pluign-extend/blob/main/README.md</readme>
<authors>
<author>Tu Nombre</author>
</authors>
<versions>
<version>
<num>1.0.0</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/Jawuilp/pluign-extend/archive/refs/heads/main.zip</download_url>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>es_ES</lang>
</langs>
<license>GPLv3</license>
<tags>
<en>
<tag>PDF</tag>
<tag>GLPI</tag>
<tag>Responsiva</tag>
</en>
<es>
<tag>PDF</tag>
<tag>GLPI</tag>
<tag>Responsiva</tag>
</es>
</tags>
</root>