2022-04-08 17:28:49 +02:00
|
|
|
|
# myTinyTodo pour YunoHost
|
2020-12-31 23:19:32 +01:00
|
|
|
|
|
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/mytinytodo.svg)](https://dash.yunohost.org/appci/app/mytinytodo) ![](https://ci-apps.yunohost.org/ci/badges/mytinytodo.status.svg) ![](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)
|
2020-12-31 23:19:32 +01:00
|
|
|
|
|
2021-06-06 09:07:27 +02:00
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2020-12-31 23:19:32 +01:00
|
|
|
|
|
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.*
|
2020-12-31 23:19:32 +01:00
|
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
2020-12-31 23:19:32 +01:00
|
|
|
|
|
2022-05-18 10:48:00 +02:00
|
|
|
|
**Version incluse :** 1.6.10~ynh1
|
2020-12-31 23:19:32 +01:00
|
|
|
|
|
2021-10-07 16:35:37 +02:00
|
|
|
|
**Démo :** https://www.mytinytodo.net/demo/
|
2020-12-31 23:19:32 +01:00
|
|
|
|
|
2021-06-06 09:07:27 +02:00
|
|
|
|
## Captures d'écran
|
2020-12-31 23:19:32 +01:00
|
|
|
|
|
2021-06-06 09:07:27 +02:00
|
|
|
|
![](./doc/screenshots/shot-v14b1.png)
|
2020-12-31 23:19:32 +01:00
|
|
|
|
|
2021-06-06 09:07:27 +02:00
|
|
|
|
## Documentations et ressources
|
2020-12-31 23:19:32 +01:00
|
|
|
|
|
2021-06-06 09:07:27 +02:00
|
|
|
|
* Site officiel de l'app : http://www.mytinytodo.net/
|
|
|
|
|
* Documentation officielle de l'admin : https://www.mytinytodo.net/faq.php
|
2021-10-07 16:35:37 +02:00
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/maxpozdeev/mytinytodo
|
2021-06-06 09:07:27 +02:00
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_mytinytodo
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/mytinytodo_ynh/issues
|
2020-12-31 23:19:32 +01:00
|
|
|
|
|
|
|
|
|
## 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.
|
|
|
|
|
```
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|