diff --git a/README.md b/README.md index faf7dbd..6a6a3ec 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Can be run as Single User Blog or Multi User Instance. Each User can be limited from 1 to unlimited blogs. -**Shipped version:** 0.13.1~ynh3 +**Shipped version:** 0.13.2~ynh1 **Demo:** https://write.as/new diff --git a/README_fr.md b/README_fr.md index 81cfe6d..b9ac3cd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,15 @@ It shall NOT be edited by hand. # WriteFreely pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/writefreely.svg)](https://dash.yunohost.org/appci/app/writefreely) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/writefreely.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/writefreely.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/writefreely.svg)](https://dash.yunohost.org/appci/app/writefreely) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/writefreely.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/writefreely.maintain.svg) [![Installer WriteFreely avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=writefreely) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer WriteFreely rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer WriteFreely rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble WriteFreely is a beautifully pared-down blogging platform that's simple on the surface, yet powerful underneath. @@ -21,14 +21,14 @@ Can be run as Single User Blog or Multi User Instance. Each User can be limited from 1 to unlimited blogs. -**Version incluse :** 0.13.1~ynh3 +**Version incluse :** 0.13.2~ynh1 **Démo :** https://write.as/new -## Captures d'écran +## Captures d’écran -![Capture d'écran de WriteFreely](./doc/screenshots/screenshots2.png) -![Capture d'écran de WriteFreely](./doc/screenshots/screenshots1.png) +![Capture d’écran de WriteFreely](./doc/screenshots/screenshots2.png) +![Capture d’écran de WriteFreely](./doc/screenshots/screenshots1.png) ## Avertissements / informations importantes @@ -41,9 +41,9 @@ Each User can be limited from 1 to unlimited blogs. ## Documentations et ressources -* Site officiel de l'app : +* Site officiel de l’app : * Documentation officielle utilisateur : -* Dépôt de code officiel de l'app : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -59,4 +59,4 @@ ou sudo yunohost app upgrade writefreely -u https://github.com/YunoHost-Apps/writefreely_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/conf/amd64.src b/conf/amd64.src index 6870f13..79418f0 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.13.1/writefreely_0.13.1_linux_amd64.tar.gz -SOURCE_SUM=8c84cc2f91bcc5327a4dd10f18c7947b299e7bafc2aa868a64bf3467e92d68a2 +SOURCE_URL=https://github.com/writefreely/writefreely/releases/download/v0.13.2/writefreely_0.13.2_linux_amd64.tar.gz +SOURCE_SUM=73b4daf8cccd62da16112a7d554601cd07c4fca9f552c4ce91fb2d5b594cdee7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 9e7c4f0..cccb098 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "For starting a minimalist, federated blog or an entire community.", "fr": "Permet de créer un blog fédéré minimaliste ou une communauté entière." }, - "version": "0.13.1~ynh3", + "version": "0.13.2~ynh1", "url": "https://writefreely.org", "upstream": { "license": "AGPL-3.0-or-later",