mirror of
https://github.com/YunoHost-Apps/bludit_ynh.git
synced 2024-09-03 18:06:13 +02:00
Auto-update README
This commit is contained in:
parent
aa6adeab5c
commit
9ea0df2aa7
2 changed files with 45 additions and 85 deletions
64
README.md
64
README.md
|
@ -1,3 +1,8 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Bludit for YunoHost
|
# Bludit for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg)
|
[![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg)
|
||||||
|
@ -5,58 +10,33 @@
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allow you to install Bludit quickly and simply on a YunoHost server.
|
> *This package allows you to install Bludit quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Bludit is a web application to build your own website or blog in seconds; it's completely free and open source. Bludit is a Flat-File CMS, which (in this case) means that Bludit uses files in the JSON format to store the content. You don't need to install or configure a database; you only need a web server with PHP support.
|
Simple, Fast, Secure, Flat-File CMS
|
||||||
|
|
||||||
**Shipped version:** 3.13.1
|
**Shipped version:** 3.13.1~ynh4
|
||||||
|
|
||||||
|
**Demo:** https://demo.example.com
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![](https://www.bludit.com/img/bludit_1_en.png?version=3.9.1)
|
![](./doc/screenshots/bludit_1_en.png)
|
||||||
|
|
||||||
## Demo
|
## Documentation and resources
|
||||||
|
|
||||||
* [Official demo](https://demo.bludit.com/)
|
* Official app website: www.bludit.com
|
||||||
|
* Official user documentation: https://yunohost.org/en/app_bludit
|
||||||
|
* Official admin documentation: https://docs.bludit.com/en/
|
||||||
|
* Upstream app code repository: https://github.com/bludit/bludit
|
||||||
|
* YunoHost documentation for this app: https://yunohost.org/app_bludit
|
||||||
|
* Report a bug: https://github.com/YunoHost-Apps/bludit_ynh/issues
|
||||||
|
|
||||||
## Configuration
|
## Developer info
|
||||||
|
|
||||||
## Documentation
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/bludit_ynh/tree/testing).
|
||||||
|
|
||||||
* Official documentation: https://docs.bludit.com/en/
|
|
||||||
* YunoHost documentation: https://yunohost.org/en/app_bludit
|
|
||||||
|
|
||||||
## YunoHost specific features
|
|
||||||
|
|
||||||
#### Multi-users support
|
|
||||||
|
|
||||||
* Are LDAP and HTTP auth supported? **No**
|
|
||||||
* Can the app be used by multiple users? **Yes**
|
|
||||||
|
|
||||||
#### Supported architectures
|
|
||||||
|
|
||||||
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/bludit.svg)](https://ci-apps.yunohost.org/ci/apps/bludit/)
|
|
||||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/bludit.svg)](https://ci-apps-arm.yunohost.org/ci/apps/bludit/)
|
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
## Additionnal informations
|
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/bludit_ynh/issues
|
|
||||||
* Bludit website: https://www.bludit.com/
|
|
||||||
* Bludit repository: https://github.com/bludit/bludit
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Developers infos
|
|
||||||
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/bludit_ynh/tree/testing).
|
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
```
|
||||||
|
@ -64,3 +44,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/bludit_ynh/tree/testi
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade bludit -u https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug
|
sudo yunohost app upgrade bludit -u https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
64
README_fr.md
64
README_fr.md
|
@ -1,62 +1,38 @@
|
||||||
# Bludit pour YunoHost
|
# Bludit pour YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg)
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/bludit.svg)](https://dash.yunohost.org/appci/app/bludit) ![](https://ci-apps.yunohost.org/ci/badges/bludit.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bludit.maintain.svg)
|
||||||
[![Installer Bludit avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bludit)
|
[![Installer Bludit avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bludit)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d’installer Bludit rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer Bludit rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n’avez pas YunoHost, consultez [le guide](https://yunohost.org/install) pour apprendre comment l’installer.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
## Vue d’ensemble
|
## Vue d'ensemble
|
||||||
|
|
||||||
Bludit est une application Web pour créer votre propre site Web ou blog en quelques secondes; c'est totalement gratuit et open source. Bludit est un CMS Flat-File, ce qui (dans ce cas) signifie que Bludit utilise des fichiers au format JSON pour stocker le contenu. Vous n'avez pas besoin d'installer ou de configurer une base de données; vous n'avez besoin que d'un serveur Web prenant en charge PHP.
|
CMS simple, rapide, sécurisé et à fichier plat
|
||||||
|
|
||||||
**Version incluse :** 3.13.1
|
**Version incluse :** 3.13.1~ynh4
|
||||||
|
|
||||||
## Captures d’écran
|
**Démo :** https://demo.example.com
|
||||||
|
|
||||||
![](https://www.bludit.com/img/bludit_1_en.png?version=3.9.1)
|
## Captures d'écran
|
||||||
|
|
||||||
## Démo
|
![](./doc/screenshots/bludit_1_en.png)
|
||||||
|
|
||||||
* [Démo officielle](https://demo.bludit.com/)
|
## Documentations et ressources
|
||||||
|
|
||||||
## Configuration
|
* Site officiel de l'app : www.bludit.com
|
||||||
|
* Documentation officielle utilisateur : https://yunohost.org/en/app_bludit
|
||||||
|
* Documentation officielle de l'admin : https://docs.bludit.com/en/
|
||||||
|
* Dépôt de code officiel de l'app : https://github.com/bludit/bludit
|
||||||
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_bludit
|
||||||
|
* Signaler un bug : https://github.com/YunoHost-Apps/bludit_ynh/issues
|
||||||
|
|
||||||
## Documentation
|
## Informations pour les développeurs
|
||||||
|
|
||||||
* Documentation officielle : https://docs.bludit.com/en/
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/bludit_ynh/tree/testing).
|
||||||
* Documentation YunoHost : https://yunohost.org/fr/app_bludit
|
|
||||||
|
|
||||||
## Caractéristiques spécifiques YunoHost
|
|
||||||
|
|
||||||
#### Support multi-utilisateurs
|
|
||||||
|
|
||||||
* L’authentification LDAP est-elle prise en charge ? **Non**
|
|
||||||
* L’application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
|
|
||||||
|
|
||||||
#### Architectures supportées
|
|
||||||
|
|
||||||
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/bludit.svg)](https://ci-apps.yunohost.org/ci/apps/bludit/)
|
|
||||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/bludit.svg)](https://ci-apps-arm.yunohost.org/ci/apps/bludit/)
|
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
## Informations additionnelles
|
|
||||||
|
|
||||||
## Liens
|
|
||||||
|
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/bludit_ynh/issues
|
|
||||||
* Site web de Bludit : https://www.bludit.com/
|
|
||||||
* Dépôt de l’application principale : https://github.com/bludit/bludit
|
|
||||||
* Site web YunoHost : https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Developers infos
|
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [testing branch](https://github.com/YunoHost-Apps/bludit_ynh/tree/testing).
|
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
```
|
||||||
|
@ -64,3 +40,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/bludit_ynh/tree/testi
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade bludit -u https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug
|
sudo yunohost app upgrade bludit -u https://github.com/YunoHost-Apps/bludit_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Reference in a new issue