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:
commit
4e76fb678c
4 changed files with 15 additions and 15 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
22
README_fr.md
22
README_fr.md
|
@ -5,15 +5,15 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# WriteFreely pour YunoHost
|
# WriteFreely pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/writefreely)  
|
[](https://dash.yunohost.org/appci/app/writefreely)  
|
||||||
[](https://install-app.yunohost.org/?app=writefreely)
|
[](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 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.*
|
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.
|
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
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## 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 l’app : <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 l’app : <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 d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue