1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fluxbb_ynh.git synced 2024-09-03 18:36:14 +02:00
fluxbb_ynh/README_fr.md

49 lines
2.2 KiB
Markdown
Raw Normal View History

2022-07-20 16:40:19 +02: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.
-->
2021-09-23 23:06:55 +02:00
# FluxBB pour YunoHost
2019-03-08 21:39:44 +01:00
2023-05-02 20:27:31 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/fluxbb.svg)](https://dash.yunohost.org/appci/app/fluxbb) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/fluxbb.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/fluxbb.maintain.svg)
2021-09-23 23:06:55 +02:00
[![Installer FluxBB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fluxbb)
2019-03-08 21:39:44 +01:00
2021-06-29 19:47:24 +02:00
*[Read this readme in english.](./README.md)*
2019-03-08 21:39:44 +01:00
2023-05-02 20:27:31 +02:00
> *Ce package vous permet dinstaller FluxBB rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2019-03-08 21:39:44 +01:00
2023-05-02 20:27:31 +02:00
## Vue densemble
2019-03-08 21:39:44 +01:00
2021-11-23 17:38:46 +01:00
FluxBB est conçu comme une alternative plus légère et plus rapide à certaines des applications traditionnelles de forum lourdes en fonctionnalités. Il est facile à utiliser et a fait ses preuves en matière de stabilité et de sécurité, ce qui en fait un choix de forum idéal pour votre site Web.
2019-03-08 21:39:44 +01:00
2023-11-24 17:17:32 +01:00
**Version incluse :** 1.5.12~ynh1
2019-03-08 21:39:44 +01:00
2021-06-29 19:47:24 +02:00
**Démo :** https://fluxbb.org/forums/index.php
2019-03-08 21:39:44 +01:00
2023-05-02 20:27:31 +02:00
## Captures décran
2019-03-08 21:39:44 +01:00
2023-05-02 20:27:31 +02:00
![Capture décran de FluxBB](./doc/screenshots/fluxbb_screenshot.png)
2019-03-08 21:39:44 +01:00
2021-06-29 19:47:24 +02:00
## Documentations et ressources
2019-03-08 21:39:44 +01:00
2023-05-02 20:27:31 +02:00
* Site officiel de lapp : <https://fluxbb.org/>
* Documentation officielle de ladmin : <https://fluxbb.org/docs/>
* Dépôt de code officiel de lapp : <https://github.com/fluxbb/fluxbb/>
2023-10-31 15:11:34 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/fluxbb>
2022-07-20 16:40:19 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/fluxbb_ynh/issues>
2019-03-08 21:39:44 +01:00
2020-12-07 23:43:48 +01:00
## Informations pour les développeurs
2019-03-08 21:39:44 +01:00
2019-12-13 10:54:20 +01:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/fluxbb_ynh/tree/testing).
2019-03-08 21:39:44 +01:00
Pour essayer la branche testing, procédez comme suit.
2022-07-20 16:40:19 +02:00
``` bash
2019-12-13 10:54:20 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/fluxbb_ynh/tree/testing --debug
2019-03-08 21:39:44 +01:00
ou
2019-12-13 10:54:20 +01:00
sudo yunohost app upgrade fluxbb -u https://github.com/YunoHost-Apps/fluxbb_ynh/tree/testing --debug
2019-03-08 21:39:44 +01:00
```
2021-06-29 19:47:24 +02:00
2023-05-02 20:27:31 +02:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>