mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
Auto-update README
This commit is contained in:
parent
63ac25e6c4
commit
e88968e9e7
2 changed files with 13 additions and 11 deletions
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# phpBB for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/phpbb.svg)](https://dash.yunohost.org/appci/app/phpbb) ![Working status](https://ci-apps.yunohost.org/ci/badges/phpbb.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/phpbb.maintain.svg)
|
||||
[![Integration level](https://dash.yunohost.org/integration/phpbb.svg)](https://dash.yunohost.org/appci/app/phpbb) ![Working status](https://ci-apps.yunohost.org/ci/badges/phpbb.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/phpbb.maintain.svg)
|
||||
|
||||
[![Install phpBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpbb)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
|
21
README_fr.md
21
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
|||
|
||||
# phpBB pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/phpbb.svg)](https://dash.yunohost.org/appci/app/phpbb) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/phpbb.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/phpbb.maintain.svg)
|
||||
[![Niveau d’intégration](https://dash.yunohost.org/integration/phpbb.svg)](https://dash.yunohost.org/appci/app/phpbb) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/phpbb.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/phpbb.maintain.svg)
|
||||
|
||||
[![Installer phpBB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpbb)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer phpBB 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.*
|
||||
> *Ce package vous permet d’installer phpBB 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.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
phpBB is a free flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website. With an extensive database of user-created extensions and styles database containing hundreds of style and image packages to customise your board, you can create a very unique forum in minutes.
|
||||
|
||||
|
@ -22,9 +23,9 @@ phpBB is a free flat-forum bulletin board software solution that can be used to
|
|||
|
||||
**Démo :** https://www.phpbb.com/demo/
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||
![Capture d'écran de phpBB](./doc/screenshots/screenshot.png)
|
||||
![Capture d’écran de phpBB](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -35,9 +36,9 @@ phpBB is a free flat-forum bulletin board software solution that can be used to
|
|||
1. Veuillez supprimer, déplacer ou renommer le répertoire d'installation (`mv /var/www/phpbb/install /var/www/phpbb/install_old`) avant d'utiliser votre forum. Si ce répertoire est toujours présent, seul le panneau de configuration d'administration (ACP) sera accessible.
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <http://www.phpbb.com/>
|
||||
* Documentation officielle de l'admin : <https://www.phpbb.com/support/docs/>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/phpbb/phpbb>
|
||||
* Site officiel de l’app : <http://www.phpbb.com/>
|
||||
* Documentation officielle de l’admin : <https://www.phpbb.com/support/docs/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/phpbb/phpbb>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_phpbb>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/phpbb_ynh/issues>
|
||||
|
||||
|
@ -53,4 +54,4 @@ ou
|
|||
sudo yunohost app upgrade phpbb -u https://github.com/YunoHost-Apps/phpbb_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue