From 45a6b9bd6b8e53fede656bb94f3f2d1bfedde2fe Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 21 Sep 2021 22:48:51 +0200 Subject: [PATCH 1/3] Update manifest.json --- manifest.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 4a55847..a94dfcb 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "archivebox", "packaging_format": 1, "description": { - "en": "A self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline.", - "fr": "" + "en": "Archiving solution to collect, save, and view sites you want to preserve offline", + "fr": "Solution d'archivage pour collecter, enregistrer et afficher les sites que vous souhaitez conserver hors ligne" }, "version": "0.6.2~ynh8", "url": "https://archivebox.io/", @@ -31,13 +31,11 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "is_public", @@ -61,7 +59,8 @@ "name": "password", "type": "password", "help": { - "en": "The password used to login as an admin for this app" + "en": "The password used to login as an admin for this app", + "fr": "Le mot de passe utilisé pour se connecter en tant qu'administrateur pour cette application" } } ] From 2e46dc9de2c6650588243a2108e2a5f323505e0e Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Tue, 21 Sep 2021 20:48:57 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3473ecc..31ae4b0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -A self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline. +Archiving solution to collect, save, and view sites you want to preserve offline **Shipped version:** 0.6.2~ynh8 diff --git a/README_fr.md b/README_fr.md index 661e091..c405dc7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble - +Solution d'archivage pour collecter, enregistrer et afficher les sites que vous souhaitez conserver hors ligne **Version incluse :** 0.6.2~ynh8 From 61369642f019357098d3db5c98091d3bcb443542 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 21 Sep 2021 22:55:58 +0200 Subject: [PATCH 3/3] Update restore --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 037f392..fe475e1 100755 --- a/scripts/restore +++ b/scripts/restore @@ -38,8 +38,6 @@ datadir=$(ynh_app_setting_get --app=$app --key=datadir) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=1 -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "