diff --git a/README_fr.md b/README_fr.md index 30ff08f..35cdabf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,7 +1,7 @@ # Strut pour YunoHost [![Niveau d'integration](https://dash.yunohost.org/integration/strut.svg)](https://dash.yunohost.org/appci/app/strut) -[![Installer Strut avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=strut) +[![Installer Strut avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=strut) *[Read this readme in english.](./README.md)* @@ -62,10 +62,9 @@ Voici la version compilée https://github.com/tantaman/Strut/commits/6761b141ee7 * Site web de YunoHost : https://yunohost.org/ --- -Informations pour les développeurs ----------------- -**Seulement si vous voulez utiliser une branche de test pour le codage, au lieu de fusionner directement dans la banche principale.** +## Informations pour les développeurs + Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/strut_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. diff --git a/manifest.json b/manifest.json index e6b50ad..d5dc1fe 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "url": "http://strut.io", "license": "AGPL-3.0", "requirements": { - "yunohost": ">= 3.8.1" + "yunohost": ">= 4.1.7" }, "description": { "en": "Slide editor for creating impress.js presentations.", @@ -25,29 +25,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for Strut", - "fr": "Choisissez un nom de domaine pour Strut" - }, "example": "example.com" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Strut", - "fr": "Choisissez l'adresse pour Strut" - }, "example": "/strut", "default": "/strut" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Could non member create presentations?", - "fr": "Une personne non membre peut elle créer une présentation ?" - }, "default": true }