Template-GLPI-Plugin/example.xml
2022-01-31 14:01:27 +01:00

56 lines
2.4 KiB
XML

<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>9.5</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>