-
Notifications
You must be signed in to change notification settings - Fork 0
/
meshcentral.xml
58 lines (58 loc) · 1.94 KB
/
meshcentral.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
<root>
<name>MeshCentral</name>
<key>meshcentral</key>
<!-- stable, beta, development, alpha, ... -->
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/meshcentral/master/{LNAME}.png</logo>
<description>
<short>
<!-- Add as many lang tag you want -->
<en>MeshCentral GLPI plugin.</en>
<fr>Plugin GLPI MeshCentral</fr>
</short>
<long>
<!-- Add as many lang tag you want -->
<en>A long description for MeshCentral GLPI plugin.</en>
<fr>Un description longue pour le plugin GLPI MeshCentral</fr>
</long>
</description>
<homepage>https://imagunet.com/</homepage>
<download>https://github.com/pluginsGLPI/meshcentral/releases</download>
<issues>https://github.com/pluginsGLPI/meshcentral/issues</issues>
<readme>https://github.com/pluginsGLPI/meshcentral/blob/master/README.md</readme>
<authors>
<!-- Add as many author tag you want -->
<author>Imagunet, Miguel Ruiz</author>
</authors>
<versions>
<!-- Add as many version tag you want -->
<version>
<num>0.0.1</num>
<!-- Add as many compatibility tag you want -->
<compatibility>10.0</compatibility>
<compatibility>9.4</compatibility>
<compatibility>9.3</compatibility>
<compatibility>9.2</compatibility>
</version>
</versions>
<langs>
<!-- Add as many lang tag you want -->
<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>