-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmdb.xml
78 lines (78 loc) · 3.11 KB
/
cmdb.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
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Cmdb</name>
<key>cmdb</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/InfotelGLPI/cmdb/master/pics/service.png</logo>
<description>
<short>
<fr><![CDATA[Ce plugin permet d'ajouter un objet Service et d'autres objets divers pour l'analyse d'impact]]></fr>
<en><![CDATA[This plugin allows you to add a Service object and other miscellaneous objects for impact analysis]]></en>
</short>
<long>
<fr><![CDATA[Ce plugin permet d'ajouter un objet Service et d'autres objets divers pour l'analyse d'impact]]></fr>
<en><![CDATA[This plugin allows you to add a Service object and other miscellaneous objects for impact analysis]]></en>
</long>
</description>
<homepage>https://github.com/InfotelGLPI/cmdb</homepage>
<download>https://github.com/InfotelGLPI/cmdb/releases</download>
<issues>https://github.com/InfotelGLPI/cmdb/issues</issues>
<readme>https://github.com/InfotelGLPI/cmdb/wiki</readme>
<authors>
<author>Xavier CAILLAUD</author>
<author>Infotel</author>
</authors>
<versions>
<version>
<num>3.0.3</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/cmdb/releases/download/3.0.3/glpi-cmdb-3.0.3.tar.bz2</download_url>
</version>
<version>
<num>3.0.2</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/cmdb/releases/download/3.0.2/glpi-cmdb-3.0.2.tar.bz2</download_url>
</version>
<version>
<num>3.0.1</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/cmdb/releases/download/3.0.1/glpi-cmdb-3.0.1.tar.bz2</download_url>
</version>
<version>
<num>3.0.0</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/cmdb/releases/download/3.0.0/glpi-cmdb-3.0.0.tar.bz2</download_url>
</version>
<version>
<num>3.0.0-rc2</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/cmdb/releases/download/3.0.0-rc2/glpi-cmdb-3.0.0-rc2.tar.bz2</download_url>
</version>
<version>
<num>3.0.0-rc1</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/cmdb/releases/download/3.0.0-rc1/glpi-cmdb-3.0.0-rc1.tar.bz2</download_url>
</version>
<version>
<num>2.2.1</num>
<compatibility>9.5</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license><![CDATA[GPL v2+]]></license>
<tags>
<fr>
<tag>Analyse</tag>
<tag>Impact</tag>
<tag>Inventaire</tag>
</fr>
<en>
<tag>Analyze</tag>
<tag>Impact</tag>
<tag>Inventory</tag>
</en>
</tags>
</root>