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

63 lines
2.3 KiB
Markdown
Raw Normal View History

2022-08-12 15:16:12 +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.
-->
2022-04-08 17:28:49 +02:00
# myTinyTodo pour YunoHost
2022-08-12 15:16:12 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/mytinytodo.svg)](https://dash.yunohost.org/appci/app/mytinytodo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/mytinytodo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/mytinytodo.maintain.svg)
2022-04-08 17:28:49 +02:00
[![Installer myTinyTodo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mytinytodo)
2021-06-06 09:07:27 +02:00
*[Read this readme in english.](./README.md)*
2022-04-08 17:28:49 +02:00
> *Ce package vous permet d'installer myTinyTodo rapidement et simplement sur un serveur YunoHost.
2021-06-06 09:07:27 +02:00
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
2022-02-26 14:23:25 +01:00
### Features
- Multiple lists
- Task notes
- Tags (and tag cloud)
- Due dates
- Priority (-1, 0, +1, +2)
- Different sortings including sort by drag-and-drop
- Search
- Password protection
- Smart syntax improves creation of tasks
(usage: /priority/ Task /tags/)
- Print-friendly CSS
- tyle for mobiles devices
2022-11-30 21:33:09 +01:00
**Version incluse :** 1.7.3~ynh1
2021-10-07 16:35:37 +02:00
**Démo :** https://www.mytinytodo.net/demo/
2021-06-06 09:07:27 +02:00
## Captures d'écran
2022-08-12 15:16:12 +02:00
![Capture d'écran de myTinyTodo](./doc/screenshots/shot-v14b1.png)
2021-06-06 09:07:27 +02:00
## Documentations et ressources
2022-08-12 15:16:12 +02:00
* Site officiel de l'app : <http://www.mytinytodo.net/>
* Documentation officielle de l'admin : <https://www.mytinytodo.net/faq.php>
* Dépôt de code officiel de l'app : <https://github.com/maxpozdeev/mytinytodo>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_mytinytodo>
* Signaler un bug : <https://github.com/YunoHost-Apps/mytinytodo_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/mytinytodo_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-08-12 15:16:12 +02:00
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/mytinytodo_ynh/tree/testing --debug
ou
sudo yunohost app upgrade mytinytodo -u https://github.com/YunoHost-Apps/mytinytodo_ynh/tree/testing --debug
```
2021-06-06 09:07:27 +02:00
2022-08-12 15:16:12 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>