diff --git a/README.md b/README.md new file mode 100644 index 0000000..d847ca1 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file diff --git a/index.xml b/index.xml new file mode 100644 index 0000000..6a7fe5e --- /dev/null +++ b/index.xml @@ -0,0 +1,48 @@ + + Dummy Plugin + dummyplugin + stable + https://raw.githubusercontent.com/pluginsGLPI/example/master/misc/logo.png + + + GLPI example plugin useful to bootstrap a new one + Plugin GLPI d'example utile pour en démarrer un + + + GLPI example plugin useful to bootstrap a new one, you should edit every field of this file, and see README.md + Plugin GLPI d'example utile pour en démarrer un, vous devriez editer tous les champs de ce fichier, et voir README.md + + + https://github.com/pluginsGLPI/example + https://github.com/pluginsGLPI/example/releases + https://github.com/pluginsGLPI/example/issues + https://raw.githubusercontent.com/pluginsGLPI/example/master/README.md + + Teclib + + + + 0.0.1 + 0.85 + + + + en_GB + fr_FR + + GPL v2+ + + + exemple + + + dummy + + + + https://raw.githubusercontent.com/pluginsGLPI/example/master/misc/screenshots/first.png + https://raw.githubusercontent.com/pluginsGLPI/example/master/misc/screenshots/second.png + https://raw.githubusercontent.com/pluginsGLPI/example/master/misc/screenshots/third.png + https://raw.githubusercontent.com/pluginsGLPI/example/master/misc/screenshots/fourth.png + + \ No newline at end of file diff --git a/misc/logo.png b/misc/logo.png new file mode 100644 index 0000000..7720f25 Binary files /dev/null and b/misc/logo.png differ diff --git a/misc/screenshots/first.png b/misc/screenshots/first.png new file mode 100644 index 0000000..db47102 Binary files /dev/null and b/misc/screenshots/first.png differ diff --git a/misc/screenshots/fourth.png b/misc/screenshots/fourth.png new file mode 100644 index 0000000..4b2917e Binary files /dev/null and b/misc/screenshots/fourth.png differ diff --git a/misc/screenshots/second.png b/misc/screenshots/second.png new file mode 100644 index 0000000..aaeb85d Binary files /dev/null and b/misc/screenshots/second.png differ diff --git a/misc/screenshots/third.png b/misc/screenshots/third.png new file mode 100644 index 0000000..5f7299c Binary files /dev/null and b/misc/screenshots/third.png differ