From a7b8631c461e31ff7f8db6df005a9c78a3b643ef Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 19 Jul 2021 11:42:19 +0200 Subject: [PATCH] Fix --- check_process | 1 - doc/DISCLAIMER.md | 10 ++++++++++ doc/DISCLAIMER_fr.md | 11 +++++++++++ manifest.json | 13 +++++++------ 4 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 doc/DISCLAIMER.md create mode 100644 doc/DISCLAIMER_fr.md diff --git a/check_process b/check_process index 5cec907..61ff237 100644 --- a/check_process +++ b/check_process @@ -2,7 +2,6 @@ ; Manifest domain="domain.tld" path="/path" - admin="john" is_public=1 password="password" ; Checks diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..41bd0bd --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,10 @@ +## Features + +* [Cheky](https://www.cheky.net) allows you to create various alerts for french classifieds ads website like [Leboncoin](http://leboncoin.fr/) and [SeLoger](http://www.seloger.com/). +* If you do not live in France, it will not be really useful for you + +## Limitations + +* No automatic update from the old package [LBCAlerte](https://github.com/YunoHost-Apps/LBCAlerte_ynh) +* Application in French only +* Does not work with SSO (separate admin / user accounts). diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..63a31e2 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,11 @@ +## Features + +* [Cheky](https://www.cheky.net) vous permet de créer des alertes [Leboncoin](http://leboncoin.fr/) et des alertes [SeLoger](http://www.seloger.com/). +* Vous pouvez ainsi suivre gratuitement, en fonction de vos critères de recherche, les nouvelles annonces mises en ligne sur ces sites internet. +* Les alertes peuvent être envoyées par mail, flux RSS et SMS. + +## Limitations + +* Pas de mise à jour automatique depuis l'ancien package [LBCAlerte](https://github.com/YunoHost-Apps/LBCAlerte_ynh) +* Application en français uniquement +* Ne fonctionne pas avec le SSO (comptes admin/utilisateurs séparés). diff --git a/manifest.json b/manifest.json index dd2ffdb..c7ebe2a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,8 +6,13 @@ "en": "Monitors French classifieds websites LeBonCoin and SeLoger", "fr": "Surveille pour vous LeBonCoin et SeLoger" }, - "version": "4.4.1~ynh4", + "version": "4.4.1~ynh5", "url": "https://www.cheky.net", + "upstream": { + "license": "GPL-3.0-or-later", + "website": "https://www.cheky.net", + "code": "https://github.com/Blount/Cheky" + }, "license": "GPL-3.0-or-later", "maintainer": { "name": "Gofannon", @@ -27,7 +32,7 @@ } ], "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ @@ -56,10 +61,6 @@ { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": true } ]