mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
cleaning
This commit is contained in:
parent
d84b205939
commit
c361035f17
3 changed files with 14 additions and 7 deletions
|
@ -10,7 +10,3 @@ Simple way to manage your todo lists.
|
|||
- Different sortings including sort by drag-and-drop
|
||||
- Search
|
||||
- Password protection
|
||||
- Smart syntax improves creation of tasks
|
||||
(usage: /priority/ Task /tags/)
|
||||
- Print-friendly CSS
|
||||
- Style for mobiles devices
|
||||
|
|
11
doc/DESCRIPTION_fr.md
Normal file
11
doc/DESCRIPTION_fr.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
myTinyTodo permet de Gérer efficacement vos listes de tâches.
|
||||
### Caractéristiques
|
||||
|
||||
- Plusieurs listes
|
||||
- Notes de tâches
|
||||
- Tags (et nuage de tags)
|
||||
- Les dates d'échéance
|
||||
- Priorité (-1, 0, +1, +2)
|
||||
- Différents tris dont le tri par glisser-déposer
|
||||
- Recherche
|
||||
- Mot de passe de protection
|
|
@ -35,8 +35,8 @@ ram.runtime = "50M"
|
|||
default = "/mytinytodo"
|
||||
|
||||
[install.init_main_permission]
|
||||
help.en = "If enabled, myTinyTodo will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||||
help.fr = "Si cette case est cochée, myTinyTodo sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||||
help.en = "If set to visitors, myTinyTodo will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||||
help.fr = "Si défini sur visiteurs, myTinyTodo sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
|
@ -56,7 +56,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server php8.2-mysqli php8.2-pdo"
|
||||
packages = "mariadb-server, php8.2-mysqli, php8.2-pdo"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue