-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpatchpanel.xml
More file actions
49 lines (49 loc) · 1.51 KB
/
patchpanel.xml
File metadata and controls
49 lines (49 loc) · 1.51 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
<root>
<name>PatchPanel</name>
<key>patchpanel</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/patchpanel/master/patchpanel.png</logo>
<description>
<short>
<en>PatchPanel GLPI plugin.</en>
<fr>Plugin GLPI PatchPanel</fr>
</short>
<long>
<en>A long description for PatchPanel GLPI plugin.</en>
<fr>Un description longue pour le plugin GLPI PatchPanel</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/patchpanel</homepage>
<download>https://github.com/pluginsGLPI/patchpanel/releases</download>
<issues>https://github.com/pluginsGLPI/patchpanel/issues</issues>
<readme>https://github.com/pluginsGLPI/patchpanel/blob/master/README.md</readme>
<authors>
<author>PR-gh</author>
</authors>
<versions>
<version>
<num>1.0.0</num>
<compatibility>9.4</compatibility>
<compatibility>9.3</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>GPL V3+</license>
<!--tags>
<en>
<tag>One tag</tag>
<tag>Another tag</tag>
</en>
<fr>
<tag>Un tag</tag>
<tag>Un autre tag</tag>
</fr>
</tags-->
<!--screenshots>
<screenshot>https://github.com/pluginsGLPI/fields/raw/master/screenshot.png</screenshot>
<screenshot>https://github.com/pluginsGLPI/fields/raw/master/screenshot2.png</screenshot>
</screenshots-->
</root>