mirror of
https://github.com/YunoHost-Apps/blogotext_ynh.git
synced 2024-09-03 18:15:52 +02:00
Fix
This commit is contained in:
parent
1ec4207bc0
commit
96bb518045
3 changed files with 19 additions and 12 deletions
|
@ -16,7 +16,7 @@ This is BlogoText, the lightweight Blog-Engine.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![blogotext_preview](https://raw.githubusercontent.com/BlogoText/blogotext/dev/preview.png)
|
![](https://raw.githubusercontent.com/BlogoText/blogotext/dev/preview.png)
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
|
@ -35,8 +35,8 @@ How to configure this app: by the admin panel `https://domain.tld/admin`.
|
||||||
|
|
||||||
#### Multi-users support
|
#### Multi-users support
|
||||||
|
|
||||||
* Are LDAP and HTTP auth supported? no
|
* Are LDAP and HTTP auth supported? **No**
|
||||||
* Can the app be used by multiple users? no
|
* Can the app be used by multiple users? **No**
|
||||||
|
|
||||||
#### Supported architectures
|
#### 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
|
* Report a bug: https://github.com/YunoHost-Apps/BlogoText_ynh/issues
|
||||||
* App website: https://blogotext.org/
|
* App website: https://blogotext.org/
|
||||||
|
* Upstream app repository: https://github.com/BlogoText/blogotext
|
||||||
* YunoHost website: https://yunohost.org/
|
* YunoHost website: https://yunohost.org/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -16,7 +16,7 @@ Ceci est BlogoText, un moteur de blog léger.
|
||||||
|
|
||||||
## Captures d'écran
|
## 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
|
## Démo
|
||||||
|
|
||||||
|
@ -29,14 +29,14 @@ Comment configurer cette application: via le panneau d'administration `https://d
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* Documentation officielle : https://github.com/BlogoText/blogotext/wiki
|
* 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
|
## Caractéristiques spécifiques YunoHost
|
||||||
|
|
||||||
#### Support multi-utilisateurs
|
#### Support multi-utilisateurs
|
||||||
|
|
||||||
* L'authentification LDAP et HTTP est-elle prise en charge? non
|
* L'authentification LDAP et HTTP est-elle prise en charge ? **Non**
|
||||||
* L'application peut-elle être utilisée par plusieurs utilisateurs? non
|
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Non**
|
||||||
|
|
||||||
#### Supported architectures
|
#### 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
|
* Signaler un bug : https://github.com/YunoHost-Apps/BlogoText_ynh/issues
|
||||||
* Site de l'application : https://blogotext.org/
|
* 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/
|
* Site web YunoHost : https://yunohost.org/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Lightweight Blog-Engine.",
|
"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/",
|
"url": "https://blogotext.org/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
"url": "https://miaou.org"
|
"url": "https://miaou.org"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.8.1"
|
"yunohost": ">= 4.0.0"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
"fr": "Choisissez un chemin pour BlogoText"
|
"fr": "Choisissez un chemin pour BlogoText"
|
||||||
},
|
},
|
||||||
"example": "/blog",
|
"example": "/blog",
|
||||||
"default": "/blog"
|
"default": "/blogotext"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
|
@ -78,7 +78,12 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Set the administrator password",
|
"en": "Set the administrator password",
|
||||||
"fr": "Définissez le mot de passe administrateur"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue