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:
parent
90fc857c8b
commit
b9c2038b0b
4 changed files with 5 additions and 7 deletions
|
@ -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.
|
|
@ -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.
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue