forked from pluginsGLPI/tag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
78 lines (78 loc) · 2.3 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
<root>
<name>Tag</name>
<key>tag</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/tag/master/icon.png</logo>
<description>
<short>
<fr>Ajout de tags sur n'importe quel objet de GLPI</fr>
</short>
<long>
<fr>
* Ajout de "tags" à n'importe quel objet de GLPI (étendant CommonDBTM).
* Les tags sont administrables dans les intitulés.
* Les tags sont visibles et modifiables en entête de l'objet (en dessous du titre).
* Les tags peuvent être recherchés et visualisés dans les listes d'objets.
* Dans l'administration on peut visualiser un rapport des objets associés.
</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/tag</homepage>
<download>https://github.com/pluginsGLPI/tag/releases</download>
<issues>https://github.com/pluginsGLPI/tag/issues</issues>
<readme>https://github.com/pluginsGLPI/tag/blob/master/README.md</readme>
<authors>
<author>TECLIB'</author>
<author>Emmanuel HAGUET</author>
</authors>
<versions>
<version>
<num>0.90-1.1</num>
<compatibility>0.90</compatibility>
</version>
<version>
<num>0.90-1.0</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
</version>
<version>
<num>1.2</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
</version>
<version>
<num>1.1</num>
<compatibility>0.85</compatibility>
</version>
<version>
<num>0.84-1.0</num>
<compatibility>0.84</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>GPL v2+</license>
<tags>
<fr>
<tag>Tag</tag>
<tag>Etiquettes</tag>
<tag>Intitulés</tag>
<tag>Inventaire</tag>
<tag>Gestion</tag>
<tag>Ticket</tag>
<tag>Couleur</tag>
<tag>Utilisateur</tag>
</fr>
<en>
<tag>Tag</tag>
<tag>Ticket</tag>
<tag>Color</tag>
<tag>User</tag>
</en>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/tag/master/screenshot.png</screenshot>
</screenshots>
</root>