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:
parent
bb135fa0db
commit
caf1e0d6bc
2 changed files with 4 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Strut pour YunoHost
|
# Strut pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/strut)
|
[](https://dash.yunohost.org/appci/app/strut)
|
||||||
[](https://install-app.yunohost.org/?app=strut)
|
[](https://install-app.yunohost.org/?app=strut)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[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/
|
* 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).
|
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.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"url": "http://strut.io",
|
"url": "http://strut.io",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.8.1"
|
"yunohost": ">= 4.1.7"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Slide editor for creating impress.js presentations.",
|
"en": "Slide editor for creating impress.js presentations.",
|
||||||
|
@ -25,29 +25,17 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a domain for Strut",
|
|
||||||
"fr": "Choisissez un nom de domaine pour Strut"
|
|
||||||
},
|
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for Strut",
|
|
||||||
"fr": "Choisissez l'adresse pour Strut"
|
|
||||||
},
|
|
||||||
"example": "/strut",
|
"example": "/strut",
|
||||||
"default": "/strut"
|
"default": "/strut"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
|
||||||
"en": "Could non member create presentations?",
|
|
||||||
"fr": "Une personne non membre peut elle créer une présentation ?"
|
|
||||||
},
|
|
||||||
"default": true
|
"default": true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue