1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/excalidraw_ynh.git synced 2024-09-03 18:36:04 +02:00

Add description

This commit is contained in:
ericgaspar 2021-12-05 09:09:58 +01:00
parent 90fc857c8b
commit b9c2038b0b
4 changed files with 5 additions and 7 deletions

View file

@ -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.

View file

@ -1 +1 @@
Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them. 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.

View file

@ -3,8 +3,8 @@
"id": "excalidraw", "id": "excalidraw",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Collaborative editor to work on notes written in Markdown", "en": "Virtual whiteboard for sketching hand-drawn like diagrams",
"fr": "Éditeur collaboratif pour travailler sur des notes en Markdown" "fr": "Tableau blanc collaboratif virtuel qui vous permet d'esquisser facilement des diagrammes"
}, },
"version": "0.10.0~ynh1", "version": "0.10.0~ynh1",
"url": "https://excalidraw.com/", "url": "https://excalidraw.com/",
@ -12,7 +12,6 @@
"license": "MIT", "license": "MIT",
"website": "https://excalidraw.com/", "website": "https://excalidraw.com/",
"demo": "https://excalidraw.com/", "demo": "https://excalidraw.com/",
"admindoc": "https://yunohost.org/packaging_apps",
"code": "https://github.com/excalidraw/excalidraw" "code": "https://github.com/excalidraw/excalidraw"
}, },
"license": "MIT", "license": "MIT",

View file

@ -35,8 +35,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
#================================================= #=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=2 ynh_script_progression --message="Validating restoration parameters..." --weight=2
test ! -d $final_path \ test ! -d $final_path || ynh_die --message="There is already a directory: $final_path "
|| ynh_die --message="There is already a directory: $final_path "
#================================================= #=================================================
# STANDARD RESTORATION STEPS # STANDARD RESTORATION STEPS