From 472225b5cac5aa18fec5cb1c1e078b6deaa889a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 17 Aug 2020 08:16:28 +0200 Subject: [PATCH] Upgrade to v 0.2.0 (#2) * Upgrade to V.0.2.0 --- .DS_Store | Bin 0 -> 6148 bytes README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/change_url | 2 +- scripts/install | 2 +- scripts/remove | 2 +- scripts/upgrade | 2 +- sources/slingcode.html | 2 +- 9 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..ab8cae3c6007523fd226da5acb0f8c16b477e988 GIT binary patch literal 6148 zcmeHK%}xR_5S{|c5@Y0Gg2!IGaR4HT9!xff2X7{8^q>ZIg~%qjCF~+m#O!0}8~Fyl zjx%i`B6{#*44K(Xzv=w6>9?D93jm@q>Qn)W0N|h!W(wGRBNQiHl8p5b3O&XRbRiDL z@gV3gWwYZyGC=Px4>2eh!4N*ZKNVo)Eg1B}IH^?LMJAhDThBWMd^VkHucyXd;wPiH z;SVpVcj_m-z}ja@_2;%9oQK_UtGIonqQnoQ?obzpoi3(aU4&6bjT>qdbz(h^X96@& zp;atRCVTaIS=Q^*vYZ^$YGt`!sZFN^r?gu=JZaxOJWigb&o72rfnTAPEsHaFMdQmV z@4aEvSJ5p-W>vFnMrME+U_xhULP~S4E&k_+8-n;p=&WUsJ9Mm==YK0 zIYJV&=`KMiExHy{gBU>(rWDbX3VX#6rX2m!=D8MAgQgsWo*BonGYfk|5qfs?OPvnF zHOMV9zzi%hkTu;Ro&U!_-~ShjxW^1I11rUV$ThuY1D9ma)}_VKSu0W7s3eq^8l0D) jp^swBrK5NURSWth8HldM)F66L_(wp~zzs9-rwn`m(GOC~ literal 0 HcmV?d00001 diff --git a/README.md b/README.md index 25654ec..b771f1b 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.0.1 +**Shipped version:** 0.2.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 111de3d..75560dc 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.0.1 +**Version incluse :** 0.2.0 ## Captures d’écran diff --git a/manifest.json b/manifest.json index 9586583..76d011e 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.0.1~ynh1", + "version": "0.2.0~ynh1", "license": "MIT", "maintainer": { "name": "eric_G", diff --git a/scripts/change_url b/scripts/change_url index d02c11b..cfd532b 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 the app before changing its url (may take a while)..." --weight=2 +ynh_script_progression --message="Backing up $app before changing its URL (may take a while)..." --weight=2 # Backup the current version of the app ynh_backup_before_upgrade diff --git a/scripts/install b/scripts/install index 99f7e76..20f60a2 100755 --- a/scripts/install +++ b/scripts/install @@ -64,7 +64,7 @@ cp -a ../sources/slingcode.html $final_path/slingcode.html #================================================= ynh_script_progression --message="Configuring NGINX web server..." --weight=2 -# Create a dedicated nginx config +# Create a dedicated NGINX config ynh_add_nginx_config #================================================= diff --git a/scripts/remove b/scripts/remove index a660b98..2123569 100755 --- a/scripts/remove +++ b/scripts/remove @@ -23,7 +23,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= # REMOVE APP MAIN DIR #================================================= -ynh_script_progression --message="Removing app main directory..." --weight=3 +ynh_script_progression --message="Removing $app main directory..." --weight=3 # Remove the app directory securely ynh_secure_remove --file="$final_path" diff --git a/scripts/upgrade b/scripts/upgrade index d94679d..2ee2d6c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -49,7 +49,7 @@ fi #================================================= # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP #================================================= -ynh_script_progression --message="Backing up the app before upgrading (may take a while)..." --weight=3 +ynh_script_progression --message="Backing up $app before upgrading (may take a while)..." --weight=3 # Backup the current version of the app ynh_backup_before_upgrade diff --git a/sources/slingcode.html b/sources/slingcode.html index df65d88..ab941e1 100644 --- a/sources/slingcode.html +++ b/sources/slingcode.html @@ -1 +1 @@ -Slingcode
Loading...
+Slingcode
Loading...