forked from pluginsGLPI/connections
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
61 lines (61 loc) · 2.22 KB
/
plugin.xml
File metadata and controls
61 lines (61 loc) · 2.22 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
<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>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>GPL v2+</license>
<tags>
<en>
<tag>Network</tag>
<tag>Inventory</tag>
<tag>Link</tag>
<tag>Connections</tag>
</en>
<lang>
<tag>Réseaux</tag>
<tag>Inventaire</tag>
<tag>Liaison</tag>
<tag>Connexions</tag>
</lang>
</tags>
<screenshots>
<screenshot>https://github.com/pluginsGLPI/connections/raw/master/pics/config.png</screenshot>
<screenshot>https://github.com/pluginsGLPI/connections/raw/master/pics/inventory.png</screenshot>
</screenshots>
</root>