Some changes

+ misc/ with logo.png and few screenshots
 + example README.md
 + index.xml
This commit is contained in:
Nelson Zamith
2015-08-03 15:55:48 +02:00
parent 19e72b8bab
commit 721a65f8e2
7 changed files with 69 additions and 0 deletions

21
README.md Normal file
View 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
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 975 B

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB