Skip to content

Commit 7624dea

Browse files
RomainLvrstonebuzz
andauthored
Create README.md (#1)
* Update setup.php Co-authored-by: Stanislas <skita@teclib.com> * Create README.md * Remove config from readme * Fix setup.php * Fix setup.php --------- Co-authored-by: Stanislas <skita@teclib.com>
1 parent 0263903 commit 7624dea

4 files changed

Lines changed: 53 additions & 3 deletions

File tree

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# PDF GLPI plugin
2+
3+
[![License](https://img.shields.io/github/license/pluginsGLPI/pdf.svg?&label=License)](https://github.com/pluginsGLPI/pdf/blob/main/LICENSE)
4+
[![Project Status: Active](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
5+
[![GitHub release](https://img.shields.io/github/release/pluginsGLPI/pdf.svg)](https://github.com/pluginsGLPI/pdf/releases)
6+
[![GitHub build](https://travis-ci.org/pluginsGLPI/pdf.svg?)](https://travis-ci.org/pluginsGLPI/pdf/)
7+
8+
![Screenshot](./docs/screenshots/pdf.gif)
9+
10+
This plugin allow you to select and export informations of an equipment to PDF file.
11+
- equipment types from GLPI
12+
- equipment types from some plugins
13+
- additional data from some plugins
14+
- one or many object(s) in a file
15+
16+
## Download
17+
18+
Releases can be donwloaded on [GitHub](https://github.com/PluginsGLPI/pdf/releases).
19+
20+
## Documentation
21+
22+
We maintain a detailed [documentation](http://glpi-plugins.rtfd.io/en/latest/pdf/index.html).
23+
24+
## Contact
25+
26+
For notices about major changes and general discussion of pdf, subscribe to the [/r/glpi](https://www.reddit.com/r/glpi/) subreddit.
27+
You can also chat with us via [@glpi on Telegram](https://t.me/glpien).
28+
29+
## Professional Services
30+
31+
![GLPI Network](./docs/glpi_network.png "GLPI network")
32+
33+
The GLPI Network services are available through our [Partner's Network](http://www.teclib-edition.com/en/partners/).
34+
We provide special training, bug fixes with editor subscription, contributions for new features, and more.
35+
36+
Obtain a personalized service experience, associated with benefits and opportunities.
37+
38+
## Contributing
39+
40+
* Open a ticket for each bug/feature so it can be discussed
41+
* Follow [development guidelines](http://glpi-developer-documentation.readthedocs.io/en/latest/plugins/index.html)
42+
* Refer to [GitFlow](http://git-flow.readthedocs.io/) process for branching
43+
* Work on a new branch on your own fork
44+
* Open a PR that will be reviewed by a developer
45+
46+
## Copying
47+
48+
* **Code**: you can redistribute it and/or modify it under the terms of the GNU General Public License ([AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)).

docs/glpi_network.png

50.3 KB
Loading

docs/screenshots/pdf.gif

3.17 MB
Loading

setup.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,11 @@ function plugin_version_pdf()
109109
'license' => 'GPLv3+',
110110
'homepage' => 'https://github.com/yllen/pdf',
111111
'minGlpiVersion' => '10.0.0',
112-
'requirements' => ['glpi' => ['min' => '10.0.0',
113-
'max' => '10.1.0',
114-
],
112+
'requirements' => [
113+
'glpi' => [
114+
'min' => '10.0.0',
115+
'max' => '10.0.99',
116+
],
115117
],
116118
];
117119
}

0 commit comments

Comments
 (0)