mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-27 22:48:43 +02:00
Some changes
+ misc/ with logo.png and few screenshots + example README.md + index.xml
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# GLPI Example Plugin
|
||||||
|
|
||||||
|
You should edit this summary and the previous title
|
||||||
|
to describe your GLPI plugin.
|
||||||
|
This intro paragraph should be used to describe the
|
||||||
|
main feature of your GLPI plugin.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
+ First feature details
|
||||||
|
+ Another feature .
|
||||||
|
+ Another feature ..
|
||||||
|
+ Another feature ...
|
||||||
|
+ Another feature ....
|
||||||
|
|
||||||
|
## Installation Notes
|
||||||
|
|
||||||
|
The installation procedure should be staightforward
|
||||||
|
and follow standard GLPI plugin installation procedure,
|
||||||
|
but if there's additional notes, this paragraph is the
|
||||||
|
good one to edit.
|
48
index.xml
Normal file
48
index.xml
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
<root>
|
||||||
|
<name>Dummy Plugin</name>
|
||||||
|
<key>dummyplugin</key>
|
||||||
|
<state>stable</state>
|
||||||
|
<logo>https://raw.githubusercontent.com/pluginsGLPI/example/master/misc/logo.png</logo>
|
||||||
|
<description>
|
||||||
|
<short>
|
||||||
|
<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>
|
||||||
|
<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>
|
||||||
|
</authors>
|
||||||
|
<versions>
|
||||||
|
<version>
|
||||||
|
<num>0.0.1</num>
|
||||||
|
<compatibility>0.85</compatibility>
|
||||||
|
</version>
|
||||||
|
</versions>
|
||||||
|
<langs>
|
||||||
|
<lang>en_GB</lang>
|
||||||
|
<lang>fr_FR</lang>
|
||||||
|
</langs>
|
||||||
|
<license>GPL v2+</license>
|
||||||
|
<tags>
|
||||||
|
<fr>
|
||||||
|
<tag>exemple</tag>
|
||||||
|
</fr>
|
||||||
|
<en>
|
||||||
|
<tag>dummy</tag>
|
||||||
|
</en>
|
||||||
|
</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>
|
BIN
misc/logo.png
Normal file
BIN
misc/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 975 B |
BIN
misc/screenshots/first.png
Normal file
BIN
misc/screenshots/first.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
misc/screenshots/fourth.png
Normal file
BIN
misc/screenshots/fourth.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
misc/screenshots/second.png
Normal file
BIN
misc/screenshots/second.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
misc/screenshots/third.png
Normal file
BIN
misc/screenshots/third.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user