1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00
vikunja_ynh/README_fr.md

58 lines
2.1 KiB
Markdown
Raw Normal View History

2022-06-13 12:44:44 +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.
-->
2021-08-05 17:28:35 +02:00
# Vikunja pour YunoHost
2023-02-09 11:29:29 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/vikunja.svg)](https://dash.yunohost.org/appci/app/vikunja) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/vikunja.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/vikunja.maintain.svg)
2023-03-02 19:13:22 +01:00
2021-08-05 17:28:42 +02:00
[![Installer Vikunja avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vikunja)
2021-08-05 17:28:35 +02:00
*[Read this readme in english.](./README.md)*
2023-02-09 11:29:29 +01:00
> *Ce package vous permet dinstaller Vikunja 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-08-05 17:28:35 +02:00
2023-02-09 11:29:29 +01:00
## Vue densemble
2021-08-05 17:28:35 +02:00
2021-08-29 10:44:35 +02:00
Vikunja est une application de liste de tâches Open Source auto-hébergée pour toutes les plateformes.
2021-08-05 17:28:35 +02:00
2022-01-16 14:01:42 +01:00
### Features
- Stay organized
- Collaborate with peers
- Tasks
- Kanban board
- CalDAV
- Links
2023-10-27 09:21:08 +02:00
**Version incluse :** 0.21.0~ynh5
2021-08-05 17:28:35 +02:00
2021-08-05 17:28:42 +02:00
**Démo :** https://try.vikunja.io/login
2021-08-05 17:28:35 +02:00
2023-02-09 11:29:29 +01:00
## Captures décran
2021-08-05 17:28:35 +02:00
2023-02-09 11:29:29 +01:00
![Capture décran de Vikunja](./doc/screenshots/kanban.png)
2021-08-05 17:28:35 +02:00
## Documentations et ressources
2023-02-09 11:29:29 +01:00
* Site officiel de lapp : <https://vikunja.io/>
* Documentation officielle de ladmin : <https://vikunja.io/docs/>
* Dépôt de code officiel de lapp : <https://kolaente.dev/vikunja/>
2023-10-27 09:13:02 +02:00
* YunoHost Store: <https://apps.yunohost.org/app/vikunja>
2022-06-13 12:44:44 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/vikunja_ynh/issues>
2021-08-05 17:28:35 +02:00
## Informations pour les développeurs
2021-08-05 17:28:42 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing).
2021-08-05 17:28:35 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-06-13 12:44:44 +02:00
``` bash
2021-08-05 17:28:42 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing --debug
ou
sudo yunohost app upgrade vikunja -u https://github.com/YunoHost-Apps/vikunja_ynh/tree/testing --debug
2021-08-05 17:28:35 +02:00
```
2023-02-09 11:29:29 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>