This repository was archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathvip.xml
More file actions
96 lines (96 loc) · 4.19 KB
/
vip.xml
File metadata and controls
96 lines (96 loc) · 4.19 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
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
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>VIP Infotel</name>
<key>vip</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/InfotelGLPI/vip/master/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/InfotelGLPI/vip</homepage>
<download>https://github.com/InfotelGLPI/vip/releases</download>
<issues>https://github.com/InfotelGLPI/vip/issues</issues>
<readme>https://raw.githubusercontent.com/InfotelGLPI/vip/master/README.md</readme>
<authors>
<author>Infotel</author>
</authors>
<versions>
<version>
<num>1.8.1</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/vip/releases/download/1.8.1/glpi-vip-1.8.1.tar.bz2</download_url>
</version>
<version>
<num>1.8.0</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/vip/releases/download/1.8.0/glpi-vip-1.8.0.tar.bz2</download_url>
</version>
<version>
<num>1.8.0-rc2</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/vip/releases/download/1.8.0-rc2/glpi-vip-1.8.0-rc2.tar.bz2</download_url>
</version>
<version>
<num>1.8.0-rc1</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/vip/releases/download/1.8.0-rc1/glpi-vip-1.8.0-rc1.tar.bz2</download_url>
</version>
<version>
<num>1.7.2</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/InfotelGLPI/vip/releases/download/1.7.2/glpi-vip-1.7.2.tar.gz</download_url>
</version>
<version>
<num>1.7.1</num>
<compatibility>~9.5.0</compatibility>
</version>
<version>
<num>1.7.0</num>
<compatibility>~9.5.0</compatibility>
</version>
<version>
<num>1.6.0</num>
<compatibility>9.4</compatibility>
</version>
<version>
<num>1.5.2</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.5.1</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.5.0</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.4.0</num>
<compatibility>9.2</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license><![CDATA[GPL v2+]]></license>
<tags>
<fr>
<tag>Groupes</tag>
<tag>Ticket</tag>
<tag>Helpdesk</tag>
</fr>
<en>
<tag>Groups</tag>
<tag>Ticket</tag>
<tag>Assistance</tag>
</en>
</tags>
</root>