From 96bb5180454a1076e7e3f1ba2615b53229455dc0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 7 Dec 2020 12:27:12 +0100 Subject: [PATCH] Fix --- README.md | 7 ++++--- README_fr.md | 9 +++++---- manifest.json | 15 ++++++++++----- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c2ee28e..a14e43b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This is BlogoText, the lightweight Blog-Engine. ## Screenshots -![blogotext_preview](https://raw.githubusercontent.com/BlogoText/blogotext/dev/preview.png) +![](https://raw.githubusercontent.com/BlogoText/blogotext/dev/preview.png) ## Demo @@ -35,8 +35,8 @@ How to configure this app: by the admin panel `https://domain.tld/admin`. #### Multi-users support - * Are LDAP and HTTP auth supported? no - * Can the app be used by multiple users? no + * Are LDAP and HTTP auth supported? **No** + * Can the app be used by multiple users? **No** #### Supported architectures @@ -55,6 +55,7 @@ How to configure this app: by the admin panel `https://domain.tld/admin`. * Report a bug: https://github.com/YunoHost-Apps/BlogoText_ynh/issues * App website: https://blogotext.org/ + * Upstream app repository: https://github.com/BlogoText/blogotext * YunoHost website: https://yunohost.org/ --- diff --git a/README_fr.md b/README_fr.md index 13edeae..a941d24 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,7 +16,7 @@ Ceci est BlogoText, un moteur de blog léger. ## Captures d'écran -![blogotext_preview](https://raw.githubusercontent.com/BlogoText/blogotext/dev/preview.png) +![](https://raw.githubusercontent.com/BlogoText/blogotext/dev/preview.png) ## Démo @@ -29,14 +29,14 @@ Comment configurer cette application: via le panneau d'administration `https://d ## Documentation * Documentation officielle : https://github.com/BlogoText/blogotext/wiki - * Documentation YunoHost : https://yunohost.org/#/app_blogotext + * Documentation YunoHost : https://yunohost.org/#/app_blogotext_fr ## Caractéristiques spécifiques YunoHost #### Support multi-utilisateurs - * L'authentification LDAP et HTTP est-elle prise en charge? non - * L'application peut-elle être utilisée par plusieurs utilisateurs? non + * L'authentification LDAP et HTTP est-elle prise en charge ? **Non** + * L'application peut-elle être utilisée par plusieurs utilisateurs ? **Non** #### Supported architectures @@ -55,6 +55,7 @@ Comment configurer cette application: via le panneau d'administration `https://d * Signaler un bug : https://github.com/YunoHost-Apps/BlogoText_ynh/issues * Site de l'application : https://blogotext.org/ + * Dépôt de l'application principale : https://github.com/BlogoText/blogotext * Site web YunoHost : https://yunohost.org/ --- diff --git a/manifest.json b/manifest.json index a93e942..e3c4583 100644 --- a/manifest.json +++ b/manifest.json @@ -4,9 +4,9 @@ "packaging_format": 1, "description": { "en": "Lightweight Blog-Engine.", - "fr": "Un moteur de blog léger." + "fr": "Moteur de blog léger." }, - "version": "3.7.6~ynh2", + "version": "3.7.6~ynh3", "url": "https://blogotext.org/", "license": "MIT", "maintainer": { @@ -15,7 +15,7 @@ "url": "https://miaou.org" }, "requirements": { - "yunohost": ">= 3.8.1" + "yunohost": ">= 4.0.0" }, "multi_instance": true, "services": [ @@ -42,7 +42,7 @@ "fr": "Choisissez un chemin pour BlogoText" }, "example": "/blog", - "default": "/blog" + "default": "/blogotext" }, { "name": "admin", @@ -78,7 +78,12 @@ "ask": { "en": "Set the administrator password", "fr": "Définissez le mot de passe administrateur" - } + }, + "help": { + "en": "Use the help field to add an information for the admin about this question.", + "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." + }, + "example": "Choose a password" } ] }