-
Notifications
You must be signed in to change notification settings - Fork 3
/
vip.xml
64 lines (64 loc) · 3.12 KB
/
vip.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
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>VIP</name>
<key>vip</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/vip/main/pics/vip.png</logo>
<description>
<short>
<fr><![CDATA[VIP. Ce plugin permet d'indiquer dans l'interface du ticket si le demandeur du ticket fait partie d'un groupe VIP.]]></fr>
<en><![CDATA[VIP. This plugin allows you to indicate in the ticket interface if the ticket requester belongs to a VIP group.]]></en>
</short>
<long>
<fr><![CDATA[Ce plugin permet d'indiquer dans l'interface du ticket si le demandeur du ticket fait partie d'un groupe VIP :<br />* Paramétrage dans l'interface du groupe :<br /> - Création d'un groupe, indication dans l'onget "VIP" du paramètre si oui ou non "Groupe VIP"<br />* Indication dans l'interface du ticket par un logo "VIP" et colorisation du nom de l'utilisateur en rouge si le demandeur du ticket fait partie d'un groupe VIP]]></fr>
<en><![CDATA[This plugin allows you to indicate in the ticket interface if the ticket requester belongs to a VIP group :<br />* Parameter setting in the group interface:<br /> - Creation of a group, indication in the "VIP" window of the parameter if yes or no "VIP Group".<br />* Indication in the ticket interface by a "VIP" logo and colouring of the user's name in red if the ticket requester belongs to a VIP group]]></en>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/vip</homepage>
<download>https://github.com/pluginsGLPI/vip/releases</download>
<issues>https://github.com/pluginsGLPI/vip/issues</issues>
<readme>https://raw.githubusercontent.com/pluginsGLPI/vip/master/README.md</readme>
<authors>
<author>Infotel</author>
<author>PROBESYS</author>
<author>Xavier CAILLAUD</author>
<author>Philippe GODOT</author>
<author>Maxime Bonillo</author>
</authors>
<versions>
<version>
<num>1.8.3</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/pluginsGLPI/vip/releases/download/1.8.3/glpi-vip-1.8.3.tar.bz2</download_url>
</version>
<version>
<num>1.8.2</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/pluginsGLPI/vip/releases/download/1.8.2/glpi-vip-1.8.2.tar.bz2</download_url>
</version>
<version>
<num>1.8.1</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/pluginsGLPI/vip/releases/download/1.8.1/glpi-vip-1.8.1.tar.bz2</download_url>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license><![CDATA[AGPL v3+]]></license>
<tags>
<fr>
<tag>Groupes</tag>
<tag>Ticket</tag>
<tag>Helpdesk</tag>
<tag>Gestion</tag>
</fr>
<en>
<tag>Groups</tag>
<tag>Ticket</tag>
<tag>Assistance</tag>
<tag>Management</tag>
</en>
</tags>
</root>