1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/writefreely_ynh.git synced 2024-09-03 20:36:02 +02:00

Merge pull request #107 from YunoHost-Apps/testing

Upgrade to version 0.13.2
This commit is contained in:
yalh76 2023-01-23 20:38:38 +01:00 committed by GitHub
commit 4e76fb678c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 15 deletions

View file

@ -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. 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 **Demo:** https://write.as/new

View file

@ -5,15 +5,15 @@ It shall NOT be edited by hand.
# WriteFreely pour YunoHost # 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 dinté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) [![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)* *[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer WriteFreely rapidement et simplement sur un serveur YunoHost. > *Ce package vous permet dinstaller 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.* Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble ## Vue densemble
WriteFreely is a beautifully pared-down blogging platform that's simple on the surface, yet powerful underneath. 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. 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 **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/screenshots2.png)
![Capture d'écran de WriteFreely](./doc/screenshots/screenshots1.png) ![Capture décran de WriteFreely](./doc/screenshots/screenshots1.png)
## Avertissements / informations importantes ## Avertissements / informations importantes
@ -41,9 +41,9 @@ Each User can be limited from 1 to unlimited blogs.
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : <https://writefreely.org> * Site officiel de lapp : <https://writefreely.org>
* Documentation officielle utilisateur : <https://writefreely.org/start> * Documentation officielle utilisateur : <https://writefreely.org/start>
* Dépôt de code officiel de l'app : <https://github.com/writeas/writefreely> * Dépôt de code officiel de lapp : <https://github.com/writeas/writefreely>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_writefreely> * Documentation YunoHost pour cette app : <https://yunohost.org/app_writefreely>
* Signaler un bug : <https://github.com/YunoHost-Apps/writefreely_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/writefreely_ynh/issues>
@ -59,4 +59,4 @@ ou
sudo yunohost app upgrade writefreely -u https://github.com/YunoHost-Apps/writefreely_ynh/tree/testing --debug sudo yunohost app upgrade writefreely -u https://github.com/YunoHost-Apps/writefreely_ynh/tree/testing --debug
``` ```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps> **Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -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_URL=https://github.com/writefreely/writefreely/releases/download/v0.13.2/writefreely_0.13.2_linux_amd64.tar.gz
SOURCE_SUM=8c84cc2f91bcc5327a4dd10f18c7947b299e7bafc2aa868a64bf3467e92d68a2 SOURCE_SUM=73b4daf8cccd62da16112a7d554601cd07c4fca9f552c4ce91fb2d5b594cdee7
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "For starting a minimalist, federated blog or an entire community.", "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." "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", "url": "https://writefreely.org",
"upstream": { "upstream": {
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",