1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nullboard_ynh.git synced 2024-09-03 19:46:08 +02:00
nullboard_ynh/README_fr.md

48 lines
2 KiB
Markdown
Raw Normal View History

2022-12-10 18:55:59 +01: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.
-->
2021-02-16 09:39:38 +01:00
# Nullboard pour YunoHost
2023-05-19 11:39:59 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/nullboard.svg)](https://dash.yunohost.org/appci/app/nullboard) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/nullboard.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/nullboard.maintain.svg)
2021-02-16 09:39:38 +01:00
[![Installer Nullboard avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nullboard)
2021-09-10 23:36:50 +02:00
*[Read this readme in english.](./README.md)*
2021-02-16 09:39:38 +01:00
2023-05-19 11:39:59 +02:00
> *Ce package vous permet dinstaller Nullboard 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.*
2021-02-16 09:39:38 +01:00
2023-05-19 11:39:59 +02:00
## Vue densemble
2021-02-16 09:39:38 +01:00
2023-05-19 11:45:02 +02:00
Minimalist kanban board, focused on compactness and readability
2021-02-16 09:39:38 +01:00
2023-09-23 18:16:46 +02:00
**Version incluse :** 2023.09.23~ynh1
2021-02-16 09:39:38 +01:00
2021-09-10 23:36:50 +02:00
**Démo :** https://nullboard.io/preview
2021-02-16 09:39:38 +01:00
2023-05-19 11:39:59 +02:00
## Captures décran
2021-02-16 09:39:38 +01:00
2023-05-19 11:39:59 +02:00
![Capture décran de Nullboard](./doc/screenshots/screenshot.png)
2021-02-16 09:39:38 +01:00
2021-09-10 23:36:50 +02:00
## Documentations et ressources
2021-02-16 09:39:38 +01:00
2023-05-19 11:39:59 +02:00
* Site officiel de lapp : <https://nullboard.io/>
* Dépôt de code officiel de lapp : <https://github.com/apankrat/nullboard>
2022-12-10 18:55:59 +01:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_nullboard>
* Signaler un bug : <https://github.com/YunoHost-Apps/nullboard_ynh/issues>
2021-02-16 09:39:38 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/nullboard_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-12-10 18:55:59 +01:00
``` bash
2021-02-16 09:39:38 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/nullboard_ynh/tree/testing --debug
ou
sudo yunohost app upgrade nullboard -u https://github.com/YunoHost-Apps/nullboard_ynh/tree/testing --debug
```
2021-09-10 23:36:50 +02:00
2023-05-19 11:39:59 +02:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>