-
Notifications
You must be signed in to change notification settings - Fork 1
/
services.xml
49 lines (48 loc) · 1.63 KB
/
services.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
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>ITIL Services</name>
<key>service</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/bacus99/Services/master/screenshots/services.png</logo>
<description>
<short>
<en><![CDATA[This plugin allow adding informations to services based on ITIL concepts (DR, Owner, communications)]]></en>
</short>
<long>
<en><![CDATA[
# Services (GLPI)
This plugin allow adding informations to services based on ITIL concepts (DR, Owner, communications)
# Installation (EN)
* Uncompress the archive to the `<GLPI_ROOT>/plugins/services` directory
* Navigate to the Configuration > Plugins page,
* Install and activate the plugin.
]]></en>
</long>
</description>
<homepage>https://github.com/bacus99/Services</homepage>
<download>https://github.com/bacus99/Services/releases</download>
<issues>https://github.com/bacus99/Services/issues</issues>
<readme>https://github.com/bacus99/Services/wiki</readme>
<authors>
<author>Christian Bernard, based on WebServices plugin</author>
</authors>
<versions>
<version>
<num>1.3.1</num>
<compatibility>9.2.4</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
</langs>
<license><![CDATA[GPL v2+]]></license>
<tags>
<en>
<tag>ITIL</tag>
<tag>Services</tag>
<tag>PHP</tag>
<tag>Disaster recovery informations</tag>
<tag>Owners</tag>
</en>
</tags>
</root>