From 0637274bf5930f2db39e7f65aedb1c774d77c311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 20 Aug 2020 11:43:15 +0200 Subject: [PATCH] Testing (#4) * upgrade to v0.2.2 --- .DS_Store | Bin 6148 -> 6148 bytes .gitignore | 2 ++ README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/change_url | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- sources/slingcode.html | 2 +- 9 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.DS_Store b/.DS_Store index ab8cae3c6007523fd226da5acb0f8c16b477e988..5eb06ae88204f199fd2baac8a678152455d51bea 100644 GIT binary patch delta 188 zcmZoMXffEJ$t3e5sURn_xWvHVCLd2WPy1cy+b8k%f+e zg+Z;3LbaulDUfMoP+Kc-kb^^7)6~&7vY@tW(c&dbmn~m$=m-NCFfu}D24N@-qmBX@ Q?3=$aJ!IL;&heKY0NR@{C;$Ke delta 153 zcmZoMXffEJ$)s{3sURn_xWvHVIwKP^3o9Et2PY8na>NE_S811 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bea433 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.DS_Store diff --git a/README.md b/README.md index b771f1b..acae950 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to Slingcode is a code editor contained in a single HTML file. Therefore, it has no server component, so all of your data is stored in your browser's cache. However, it is still possible to make web apps, run them, export them, and even share them using peer-to-peer. -**Shipped version:** 0.2.0 +**Shipped version:** 0.2.2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 75560dc..3d02aa6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -12,7 +12,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Slingcode est un éditeur de code contenu dans un unique fichier HTML. Il n'a pas de composant serveur, ce qui signifie que toutes vos données sont stockées dans le cache de votre navigateur. Cependant, il est toujours possible de créer des applications Web, de les exécuter, de les exporter et même de les partager en peer-to-peer. -**Version incluse :** 0.2.0 +**Version incluse :** 0.2.2 ## Captures d’écran diff --git a/manifest.json b/manifest.json index 76d011e..1122401 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "fr": "Éditeur de code en ligne contenu dans un seul fichier HTML" }, "url": "https://github.com/chr15m/slingcode", - "version": "0.2.0~ynh1", + "version": "0.2.2~ynh1", "license": "MIT", "maintainer": { "name": "eric_G", diff --git a/scripts/change_url b/scripts/change_url index cfd532b..daa580d 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -34,7 +34,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP #================================================= -ynh_script_progression --message="Backing up $app before changing its URL (may take a while)..." --weight=2 +ynh_script_progression --message="Backing up $app before changing its URL..." --weight=2 # Backup the current version of the app ynh_backup_before_upgrade diff --git a/scripts/restore b/scripts/restore index 30ef335..2018d2a 100644 --- a/scripts/restore +++ b/scripts/restore @@ -47,7 +47,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= # RESTORE THE APP MAIN DIR #================================================= -ynh_script_progression --message="Restoring the app main directory..." --weight=2 +ynh_script_progression --message="Restoring $app main directory..." --weight=2 ynh_restore_file --origin_path="$final_path" diff --git a/scripts/upgrade b/scripts/upgrade index 2ee2d6c..13d7295 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -49,7 +49,7 @@ fi #================================================= # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP #================================================= -ynh_script_progression --message="Backing up $app before upgrading (may take a while)..." --weight=3 +ynh_script_progression --message="Backing up $app before upgrading..." --weight=3 # Backup the current version of the app ynh_backup_before_upgrade diff --git a/sources/slingcode.html b/sources/slingcode.html index ab941e1..abf0581 100644 --- a/sources/slingcode.html +++ b/sources/slingcode.html @@ -1 +1 @@ -Slingcode
Loading...
+Slingcode
Loading...