mirror of
https://github.com/YunoHost-Apps/opennote_ynh.git
synced 2024-09-03 19:46:28 +02:00
commit
dbd854ac8e
4 changed files with 9 additions and 2 deletions
|
@ -25,6 +25,10 @@ Web based text editor/note taking software
|
||||||
|
|
||||||
![](./doc/screenshots/screenshot.png)
|
![](./doc/screenshots/screenshot.png)
|
||||||
|
|
||||||
|
## Disclaimers / important information
|
||||||
|
|
||||||
|
This app works with the browser's local storage, so users won't find the notes if they switch their browser.
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://foxusa.github.io/OpenNote/OpenNote/
|
* Official app website: https://foxusa.github.io/OpenNote/OpenNote/
|
||||||
|
|
|
@ -21,6 +21,10 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
![](./doc/screenshots/screenshot.png)
|
![](./doc/screenshots/screenshot.png)
|
||||||
|
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
This app works with the browser's local storage, so users won't find the notes if they switch their browser.
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://foxusa.github.io/OpenNote/OpenNote/
|
* Site officiel de l'app : https://foxusa.github.io/OpenNote/OpenNote/
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
This app works with the browser's local storage, so users won't find the notes if they switch their browser.
|
|
@ -33,8 +33,6 @@ 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
|
||||||
|
|
||||||
ynh_webpath_available --domain=$domain --path_url=$path_url \
|
|
||||||
|| ynh_die --message="Path not available: ${domain}${path_url}"
|
|
||||||
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 "
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue