From b9c2038b0bbd8a2f10cc28d9802299a2f3d24930 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 5 Dec 2021 09:09:58 +0100 Subject: [PATCH] Add description --- doc/DESCRIPTION.md | 2 +- doc/DESCRIPTION_fr.md | 2 +- manifest.json | 5 ++--- scripts/restore | 3 +-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index e110a08..5421cd9 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1 @@ -Excalidraw is a real-time collaborative word processing web service. It uses Markdown language. +Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them. \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index c8a8612..d958f73 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1 +1 @@ -Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them. \ No newline at end of file +Excalidraw est un outil de tableau blanc collaboratif virtuel qui vous permet d'esquisser facilement des diagrammes qui ont l'impression d'être dessinés à la main. \ No newline at end of file diff --git a/manifest.json b/manifest.json index f9ece53..bb31fe4 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "excalidraw", "packaging_format": 1, "description": { - "en": "Collaborative editor to work on notes written in Markdown", - "fr": "Éditeur collaboratif pour travailler sur des notes en Markdown" + "en": "Virtual whiteboard for sketching hand-drawn like diagrams", + "fr": "Tableau blanc collaboratif virtuel qui vous permet d'esquisser facilement des diagrammes" }, "version": "0.10.0~ynh1", "url": "https://excalidraw.com/", @@ -12,7 +12,6 @@ "license": "MIT", "website": "https://excalidraw.com/", "demo": "https://excalidraw.com/", - "admindoc": "https://yunohost.org/packaging_apps", "code": "https://github.com/excalidraw/excalidraw" }, "license": "MIT", diff --git a/scripts/restore b/scripts/restore index 0fb923d..a81f498 100644 --- a/scripts/restore +++ b/scripts/restore @@ -35,8 +35,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=2 -test ! -d $final_path \ - || ynh_die --message="There is already a directory: $final_path " +test ! -d $final_path || ynh_die --message="There is already a directory: $final_path " #================================================= # STANDARD RESTORATION STEPS