Skip to content

Commit 1a28a10

Browse files
stonebuzzcedric-anne
authored andcommitted
update(docs): update readme and xml
Signed-off-by: Stanislas <[email protected]>
1 parent b49336f commit 1a28a10

7 files changed

+40
-23
lines changed

README.md

+32-22
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
## English
1+
# Datainjection GLPI plugin
2+
3+
[![License](https://img.shields.io/github/license/pluginsGLPI/datainjection.svg?&label=License)](https://github.com/pluginsGLPI/datainjection/blob/develop/LICENSE)
4+
[![Follow twitter](https://img.shields.io/twitter/follow/Teclib.svg?style=social&label=Twitter&style=flat-square)](https://twitter.com/teclib)
5+
[![Telegram Group](https://img.shields.io/badge/Telegram-Group-blue.svg)](https://t.me/glpien)
6+
[![Project Status: Active](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
7+
[![GitHub release](https://img.shields.io/github/release/pluginsGLPI/datainjection.svg)](https://github.com/pluginsGLPI/datainjection/releases)
8+
[![GitHub build](https://travis-ci.org/pluginsGLPI/datainjection.svg?)](https://travis-ci.org/pluginsGLPI/datainjection/)
9+
10+
11+
![Screenshot](./screenshots/datainjection.gif "Alert")
12+
213

314
This plugin allows data import into [GLPI](http://glpi-project.org) using CSV files.
415

@@ -13,33 +24,32 @@ Data to be imported using the plugins are:
1324
- management data (contract, contact, supplier),
1425
- configuration data (user, group, entity).
1526

16-
### Contributing
27+
## Documentation
1728

18-
* Open a ticket for each bug/feature so it can be discussed
19-
* Follow [development guidelines](http://glpi-developer-documentation.readthedocs.io/en/latest/plugins/index.html)
20-
* Refer to [GitFlow](http://git-flow.readthedocs.io/) process for branching
21-
* Work on a new branch on your own fork
22-
* Open a PR that will be reviewed by a developer
29+
We maintain a detailed documentation here -> [Documentation](https://glpi-plugins.readthedocs.io/en/latest/datainjection/index.html)
30+
31+
## Contact
2332

24-
## Français
33+
For notices about major changes and general discussion of datainjection, subscribe to the [/r/glpi](https://www.reddit.com/r/glpi/) subreddit.
34+
You can also chat with us via IRC in [#glpi on freenode](http://webchat.freenode.net/?channels=glpi) or [@glpi on Telegram](https://t.me/glpien).
2535

26-
Cette extension permet l'injection de données dans [GLPI](http://glpi-project.org) à l'aide de fichiers CSV
36+
## Professional Services
2737

28-
Elle permet de créer des modèles d'injection pour une réutilisation future, et a été créée afin de répondre aux besoins suivants :
38+
![GLPI Network](./glpi_network.png "GLPI network")
2939

30-
- reprise des données d'autres outils d'inventaires
31-
- injection de bons de livraisons électroniques
40+
The GLPI Network services are available through our [Partner's Network](http://www.teclib-edition.com/en/partners/). We provide special training, bug fixes with editor subscription, contributions for new features, and more.
3241

33-
Les données pouvant-être injectées sont :
42+
Obtain a personalized service experience, associated with benefits and opportunities.
3443

35-
- données d'inventaires (sauf logiciels et licences),
36-
- données de gestion (contrat, contact, fournisseur),
37-
- données de configuration (utilisateur, groupe, entité).
44+
## Contributing
45+
46+
* Open a ticket for each bug/feature so it can be discussed
47+
* Follow [development guidelines](http://glpi-developer-documentation.readthedocs.io/en/latest/plugins/index.html)
48+
* Refer to [GitFlow](http://git-flow.readthedocs.io/) process for branching
49+
* Work on a new branch on your own fork
50+
* Open a PR that will be reviewed by a developer
3851

39-
### Contribuer
52+
## Copying
4053

41-
* Ouvrez un ticket pour chaque bogue/fonctionnalité que cela puisse être discuté
42-
* Suivez [les règles de développement](http://glpi-developer-documentation.readthedocs.io/en/latest/plugins/index.html)
43-
* Référez-vous au processus [GitFlow](http://git-flow.readthedocs.io/) pour gérer les branches
44-
* Travaillez sur une nouvelle branche sur votre fork
45-
* Ouvrez une PR qui sera revue par un développeur
54+
* **Code**: you can redistribute it and/or modify
55+
it under the terms of the GNU General Public License ([GPL-2.0](https://www.gnu.org/licenses/gpl-2.0.en.html)).

datainjection.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
<versions>
3030
<version>
3131
<num>2.7.0</num>
32-
<compatibility>9.4</compatibility>
32+
<compatibility>~9.4.0</compatibility>
33+
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.7.0/glpi-datainjection-2.7.0.tar.bz2</download_url>
3334
</version>
3435
<version>
3536
<num>2.6.4</num>
@@ -216,5 +217,11 @@
216217
<tag>entités</tag>
217218
</fr>
218219
</tags>
220+
<screenshots>
221+
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/datainjection/master/screenshots/datainjection.gif</screenshot>
222+
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/datainjection/master/screenshots/datainjection_conf.png</screenshot>
223+
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/datainjection/master/screenshots/datainjection_mapping.png</screenshot>
224+
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/datainjection/master/screenshots/datainjection_import_success.png</screenshot>
225+
</screenshots>
219226
<license>GPL v2+</license>
220227
</root>

glpi_network.png

50.3 KB
Loading

screenshots/datainjection.gif

2.7 MB
Loading

screenshots/datainjection_conf.png

89.8 KB
Loading
49.8 KB
Loading

screenshots/datainjection_mapping.png

61.5 KB
Loading

0 commit comments

Comments
 (0)