2023-02-06 20:46:26 +01:00
<!--
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.
-->
2019-03-09 10:14:08 +01:00
# BlogoText pour YunoHost
2023-02-06 20:46:26 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/blogotext.svg )](https://dash.yunohost.org/appci/app/blogotext) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/blogotext.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/blogotext.maintain.svg )
2023-10-15 14:03:19 +02:00
2021-12-01 23:11:28 +01:00
[![Installer BlogoText avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=blogotext)
2019-03-09 10:14:08 +01:00
2021-12-01 23:11:28 +01:00
*[Read this readme in english.](./README.md)*
2019-03-09 10:14:08 +01:00
2023-02-06 20:46:26 +01:00
> *Ce package vous permet d’ installer BlogoText rapidement et simplement sur un serveur YunoHost.
Si vous n’ avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l’ installer et en profiter.*
2019-03-09 10:14:08 +01:00
2023-02-06 20:46:26 +01:00
## Vue d’ ensemble
2019-03-09 10:14:08 +01:00
2021-12-01 23:11:28 +01:00
This is BlogoText, the lightweight Blog-Engine.
2019-03-09 10:14:08 +01:00
2021-12-01 23:13:15 +01:00
### Features
- Blog with comments and RSS feeds
- Links sharing
- RSS Reader
- Images/Files uploading and sharing
- JSON/ZIP/HTML import-export; WordPress import
- Support Addons
2023-10-15 14:09:48 +02:00
**Version incluse :** 3.7.6~ynh6
2019-03-09 10:14:08 +01:00
2021-12-01 23:11:28 +01:00
**Démo :** https://blogotext.org/blog/
2019-03-09 10:14:08 +01:00
2023-02-06 20:46:26 +01:00
## Captures d’ écran
2019-03-09 10:14:08 +01:00
2023-02-06 20:46:26 +01:00
![Capture d’ écran de BlogoText ](./doc/screenshots/preview.png )
2019-03-09 10:14:08 +01:00
2021-12-01 23:11:28 +01:00
## Avertissements / informations importantes
2019-03-09 10:14:08 +01:00
## Configuration
2021-12-01 23:11:28 +01:00
How to configure this app: by the admin panel `https://domain.tld/admin` .
## Documentations et ressources
2019-03-09 10:14:08 +01:00
2023-02-06 20:46:26 +01:00
* Site officiel de l’ app : < https: // blogotext . org />
* Documentation officielle de l’ admin : < https: // github . com / BlogoText / blogotext / wiki >
* Dépôt de code officiel de l’ app : < https: // github . com / BlogoText / blogotext >
* Signaler un bug : < https: // github . com / YunoHost-Apps / blogotext_ynh / issues >
2019-03-09 10:14:08 +01:00
2020-12-07 11:54:33 +01:00
## Informations pour les développeurs
2019-03-09 10:14:08 +01:00
2021-12-01 23:11:28 +01:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/blogotext_ynh/tree/testing ).
2019-03-09 10:14:08 +01:00
Pour essayer la branche testing, procédez comme suit.
2023-02-06 20:46:26 +01:00
``` bash
2021-12-01 23:11:28 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/blogotext_ynh/tree/testing --debug
2019-03-09 10:14:08 +01:00
ou
2021-12-01 23:11:28 +01:00
sudo yunohost app upgrade blogotext -u https://github.com/YunoHost-Apps/blogotext_ynh/tree/testing --debug
2019-03-09 10:14:08 +01:00
```
2021-12-01 23:11:28 +01:00
2023-02-06 20:46:26 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >