qr_ynh/README_fr.md

49 lines
1.9 KiB
Markdown
Raw Normal View History

2022-06-02 00:44:51 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-10-31 19:55:37 +01:00
# LibreQR pour YunoHost
2022-06-02 00:44:51 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/qr.svg)](https://dash.yunohost.org/appci/app/qr) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/qr.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/qr.maintain.svg)
2022-03-03 17:58:37 +01:00
[![Installer LibreQR avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=qr)
2020-10-31 19:55:37 +01:00
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer LibreQR rapidement et simplement sur un serveur YunoHost.
2022-03-03 17:58:37 +01:00
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
2020-10-31 19:55:37 +01:00
## Vue d'ensemble
2022-03-03 17:58:37 +01:00
Interface Web pour générer des codes QR
2020-10-31 19:55:37 +01:00
2022-08-27 02:51:58 +02:00
**Version incluse :** 2.0.0~ynh2
2020-10-31 19:55:37 +01:00
2022-03-03 17:58:37 +01:00
**Démo :** https://qr.antopie.org
2020-10-31 19:55:37 +01:00
2022-03-03 17:58:37 +01:00
## Captures d'écran
2020-10-31 19:55:37 +01:00
2022-06-02 00:44:51 +02:00
![Capture d'écran de LibreQR](./doc/screenshots/screenshot.png)
2020-10-31 19:55:37 +01:00
2022-03-03 17:58:37 +01:00
## Documentations et ressources
2020-10-31 19:55:37 +01:00
2022-08-27 02:51:58 +02:00
* Site officiel de l'app : <https://code.antopie.org/miraty/libreqr>
2022-06-02 00:44:51 +02:00
* Dépôt de code officiel de l'app : <https://code.antopie.org/miraty/libreqr>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_qr>
2022-06-07 20:33:19 +02:00
* Signaler un bug : <https://code.antopie.org/miraty/qr_ynh/issues>
2020-10-31 19:55:37 +01:00
2022-03-03 17:58:37 +01:00
## Informations pour les développeurs
2022-03-03 17:58:37 +01:00
Merci de faire vos pull request sur la [branche testing](https://code.antopie.org/miraty/qr_ynh/src/branch/testing).
2022-03-03 17:58:37 +01:00
Pour essayer la branche testing, procédez comme suit.
2022-06-02 00:44:51 +02:00
``` bash
2022-06-07 20:33:19 +02:00
sudo yunohost app install https://code.antopie.org/miraty/qr_ynh/tree/testing --debug
2022-03-03 17:58:37 +01:00
ou
2022-06-07 20:33:19 +02:00
sudo yunohost app upgrade qr -u https://code.antopie.org/miraty/qr_ynh/tree/testing --debug
2022-03-03 17:58:37 +01:00
```
2020-10-31 19:55:37 +01:00
2022-06-02 00:44:51 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>