-
Notifications
You must be signed in to change notification settings - Fork 4
/
plugin.xml
86 lines (84 loc) · 3.22 KB
/
plugin.xml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<root>
<name>DPO Register</name>
<key>dporegister</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/karhel/glpi-dporegister/master/pics/register_logo.png</logo>
<description>
<short>
<en>This plugin makes GLPI to create a global Processings Register for any of your entities.</en>
<fr>Ce plugin va vous permettre de définir à l'aide de GLPI votre registre des traitements pour chacun de vos entités.</fr>
</short>
<long>
<en>
This plugin makes GLPI to create a global Processings Register for any of your entities.
You will be able to declare the DPO and the Legal representative (based on the users database) of each one and define a "corporate name", which will be used in the PDF export.
* Processings inventory
* Personal Data Categories (dropdowns)
* Categories of Individuals (dropdowns)
* Security Mesures (dropdowns)
* Export in PDF
* Rights management
</en>
<fr>
Ce plugin va vous permettre de définir à l'aide de GLPI votre registre des traitements pour chacune de vos entités.
Vous pourrez ainsi y définir le DPD ainsi que le responsable légal (basé sur la liste des utilisateurs GLPI) et le nom officiel de l'entité (organisation) qui sera utilisé lors de la génération du registre des traitements (PDF).
* Inventaire des traitements liés à des données à caractères personnels
* Création de catégories de données (intitulés)
* Création de catégories de personnes concernées par les traitements (intitulés)
* Définition des mesures de sécurité (intitulés)
* Export PDF du traitement ou du registre de l'entité
* Gestion des droits sur les différents items
</fr>
</long>
</description>
<homepage>https://github.com/karhel/glpi-dporegister</homepage>
<download>https://github.com/karhel/glpi-dporegister/releases</download>
<issues>https://github.com/karhel/glpi-dporegister/issues</issues>
<readme>https://github.com/karhel/glpi-dporegister/blob/master/README.md</readme>
<authors>
<author>Karhel Tmarr</author>
</authors>
<versions>
<version>
<num>1.4</num>
<compatibility>9.4</compatibility>
</version>
<version>
<num>1.3.1</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.3</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.2</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.1</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.0</num>
<compatibility>9.3</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>GPL v3+</license>
<tags>
<en>
<tag>dpo register</tag>
</en>
<lang>
<tag>registre des traitements</tag>
</lang>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/karhel/glpi-dporegister/master/docs/screenshots/processing.PNG</screenshot>
<screenshot>https://raw.githubusercontent.com/karhel/glpi-dporegister/master/docs/screenshots/processing_pdf.PNG</screenshot>
</screenshots>
</root>