https://github.com/libresign/libresign-glpi
Ticket validation by digital signature using LibreSign
https://github.com/libresign/libresign-glpi
Last synced: 12 months ago
JSON representation
Ticket validation by digital signature using LibreSign
- Host: GitHub
- URL: https://github.com/libresign/libresign-glpi
- Owner: LibreSign
- License: gpl-3.0
- Created: 2021-02-21T13:14:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T16:34:00.000Z (almost 5 years ago)
- Last Synced: 2025-04-20T11:32:28.584Z (about 1 year ago)
- Language: PHP
- Size: 398 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LibreSign GLPI plugin
Validate tickets with LibreSign
## Documentation
Read [Docs](docs/README.md)
## Translations
If you want contribute with translations, follow the steps:
Pre-requirements:
* Setup gettext. In Debian based Linux distributions, run `sudo apt update;sudo apt install gettext`.
### Update translations:
> **PS**: If is a new translation language, before, create a file called `lang.po` in folder `locales` on `lang` following the current filename pattern.
In root folder of plugin run:
```bash
vendor/bin/robo update_locales
```
### Building translations
After you update locales and maked translations, build translations
```bash
vendor/bin/robo compile_locales
```
## Contributing
* Open a ticket for each bug/feature so it can be discussed
* Follow [development guidelines](http://glpi-developer-documentation.readthedocs.io/en/latest/plugins/index.html)
* Refer to [GitFlow](http://git-flow.readthedocs.io/) process for branching
* Work on a new branch on your own fork
* Open a PR that will be reviewed by a developer