-
Notifications
You must be signed in to change notification settings - Fork 31
/
example.xml
55 lines (55 loc) · 2.42 KB
/
example.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
<root>
<name>Example</name>
<key>example</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/example/master/misc/logo.png</logo>
<description>
<short>
<cs>GLPI zásuvný modul pro ukázku, užitečný jako základ pro nějaký nový</cs>
<en>GLPI example plugin useful to bootstrap a new one</en>
<fr>Plugin GLPI d'example utile pour en démarrer un</fr>
</short>
<long>
<cs>GLPI zásuvný modul pro ukázku, užitečný jako základ pro nějaký nový, pokud z něho vycházíte, měli byste přitom upravit každou z kolonek tohoto souboru a přečíst si obsah README.md</cs>
<en>GLPI example plugin useful to bootstrap a new one, you should edit every field of this file, and see README.md</en>
<fr>Plugin GLPI d'example utile pour en démarrer un, vous devriez editer tous les champs de ce fichier, et voir README.md</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/example</homepage>
<download>https://github.com/pluginsGLPI/example/releases</download>
<issues>https://github.com/pluginsGLPI/example/issues</issues>
<readme>https://raw.githubusercontent.com/pluginsGLPI/example/master/README.md</readme>
<authors>
<author>Teclib'</author>
<author>Indepnet</author>
</authors>
<versions>
<version>
<num>0.0.1</num>
<compatibility>~10.0.0</compatibility>
</version>
</versions>
<langs>
<lang>cs_CZ</lang>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>GPL v2+</license>
<tags>
<cs>
<tag>ukázka</tag>
</cs>
<en>
<tag>example</tag>
</en>
<fr>
<tag>exemple</tag>
</fr>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/example/master/misc/screenshots/first.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/example/master/misc/screenshots/second.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/example/master/misc/screenshots/third.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/example/master/misc/screenshots/fourth.png</screenshot>
</screenshots>
</root>