Files
Template-GLPI-Plugin/example.xml
Stanislas 15748a7c3d Feature GLP11 (#88)
* Feature GLP11

* phpstan

* enable CI and fix phstanneon

* Update .github/workflows/continuous-integration.yml

Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com>

* Update phpstan.neon

Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com>

* Pass all paramters to parent call

* move query -> doQuery

* fix direct query

* release GLPI 11.0

* Clean composer.json

* psalm + rector

* fix

---------

Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com>
Co-authored-by: Johan Cwiklinski <johan@x-tnd.be>
Co-authored-by: Rom1-B <rom1.biot@gmail.com>
2025-09-30 16:14:41 +02:00

60 lines
2.5 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.1.0</num>
<compatibility>~11.0.0</compatibility>
</version>
<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>