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