-
Notifications
You must be signed in to change notification settings - Fork 5
/
connections.xml
82 lines (82 loc) · 2.82 KB
/
connections.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
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Connections</name>
<key>connections</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/connections/master/pics/icon.png</logo>
<description>
<short>
<en>This plugin allows you to manage the connections of your network and associate them with elements of the inventory.</en>
<fr>Ce plugin vous permet de gérer les liaisons de votre réseau et de les associer à des éléments de l'inventaire.</fr>
</short>
<long>
<en>This plugin allows you to manage the connections of your network and associate them with elements of the inventory.</en>
<fr>Ce plugin vous permet de gérer les liaisons de votre réseau et de les associer à des éléments de l'inventaire.</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/connections</homepage>
<download>https://github.com/pluginsGLPI/connections/releases</download>
<issues>https://github.com/pluginsGLPI/connections/issues</issues>
<readme>https://github.com/pluginsGLPI/connections/blob/master/README.md</readme>
<authors>
<author>Jean Marc GRISARD</author>
<author>Xavier CAILLAUD</author>
<author>Damien BARON</author>
<author>Emmanuel Haguet</author>
<author>Jérémy Moreau</author>
</authors>
<versions>
<version>
<num>10.0.0</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/pluginsGLPI/connections/releases/download/10.0.0/glpi-connections-10.0.0.tar.bz2</download_url>
</version>
<version>
<num>9.5</num>
<compatibility>~9.5</compatibility>
<download_url>https://github.com/pluginsGLPI/connections/releases/download/9.5/glpi-connections-9.5.tar.gz</download_url>
</version>
<version>
<num>9.4</num>
<compatibility>9.4</compatibility>
</version>
<version>
<num>9.3</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>9.2</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>1.6.4</num>
<compatibility>0.84</compatibility>
</version>
<version>
<num>0.90-1.6.5</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license><![CDATA[GPL v2+]]></license>
<tags>
<fr>
<tag>Réseaux</tag>
<tag>Inventaire</tag>
<tag>Liaison</tag>
<tag>Connexions</tag>
</fr>
<en>
<tag>Network</tag>
<tag>Inventory</tag>
<tag>Link</tag>
<tag>Connections</tag>
</en>
</tags>
<screenshots>
</screenshots>
</root>