qr_ynh/README_fr.md

49 lines
1.9 KiB
Markdown
Raw Permalink 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
2023-07-08 22:28:20 +02:00
[![Niveau dinté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)*
2023-07-08 22:28:20 +02:00
> *Ce package vous permet dinstaller LibreQR rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2020-10-31 19:55:37 +01:00
2023-07-08 22:28:20 +02:00
## Vue densemble
2020-10-31 19:55:37 +01:00
2023-07-13 01:08:20 +02:00
Une interface Web en PHP pour générer des codes QR. On peut choisir les couleurs, la taille et le taux de redondance.
2020-10-31 19:55:37 +01:00
2023-07-08 22:28:20 +02:00
**Version incluse :** 2.0.1~ynh1
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
2023-07-08 22:28:20 +02:00
## Captures décran
2020-10-31 19:55:37 +01:00
2023-07-08 22:28:20 +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
2023-07-08 22:28:20 +02:00
* Dépôt de code officiel de lapp : <https://code.antopie.org/miraty/libreqr>
2022-06-02 00:44:51 +02:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_qr>
2023-07-13 01:08:20 +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
2023-07-13 01:08:20 +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
2023-07-13 01:08:20 +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
2023-07-08 22:28:20 +02:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>