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

Cleaning up

This commit is contained in:
ericgaspar 2021-03-26 13:52:34 +01:00
parent bb135fa0db
commit caf1e0d6bc
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 17 deletions

View file

@ -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.

View file

@ -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
}