diff --git a/README.md b/README.md index 712378b..d977ec0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # The Lounge for YunoHost -[![Integration level](https://dash.yunohost.org/integration/thelounge.svg)](https://dash.yunohost.org/appci/app/thelounge) - +[![Integration level](https://dash.yunohost.org/integration/thelounge.svg)](https://dash.yunohost.org/appci/app/thelounge) [![Install The Lounge with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=thelounge) *[Lire ce readme en français.](./README_fr.md)* @@ -11,11 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview -- **Modern features brought to IRC.** Push notifications, link previews, new message markers, and more bring IRC to the 21st century. -- **Always connected.** Remains connected to IRC servers while you are offline. -- **Cross platform.** It doesn't matter what OS you use, it just works wherever Node.js runs. -- **Responsive interface.** The client works smoothly on every desktop, smartphone and tablet. -- **Synchronized experience.** Always resume where you left off no matter what device. +The Lounge is a self-hosted IRC client. **Shipped version:** 4.1.0 @@ -29,27 +24,23 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Configuration -How to configure this app: by an admin panel +How to configure this app: by an admin panel. ## Documentation * Official documentation: https://thelounge.chat/docs - * YunoHost documentation: If specific documentation is needed, feel free to contribute. ## YunoHost specific features #### Multi-users support -LDAP is supported +* Are LDAP supported? **Yes** +* Can the app be used by multiple users? **Yes** #### Supported architectures * x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/thelounge/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/thelounge/) -* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-stretch.nohost.me/ci/apps/thelounge/) - -**More information on the documentation page:** -https://yunohost.org/packaging_apps ## Links @@ -63,7 +54,6 @@ https://yunohost.org/packaging_apps Developers info ---------------- -**Only if you want to use a testing branch for coding, instead of merging directly into master.** Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing). To try the testing branch, please proceed like that. diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..6c53fab --- /dev/null +++ b/README_fr.md @@ -0,0 +1,62 @@ +# The Lounge pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/thelounge.svg)](https://dash.yunohost.org/appci/app/thelounge) +[![Installer The Lounge avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=thelounge) + +*[Read this readme in english.](./README.md)* + +> *Ce package vous permet d'installer The Lounge 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 +The Lounge est un client Web IRC auto-hébergé. + +**Version incluse:** 3.3.0 + +## Captures d'écran + +![](https://raw.githubusercontent.com/thelounge/thelounge.github.io/master/img/thelounge-screenshot.png) + +## Démo + +* [Démo officielle](https://demo.thelounge.chat/) + +## Configuration + +Comment configurer cette application: via le panneau d'administration. + +## Documentation + + * Documentation officielle: https://thelounge.chat/docs + +## Caractéristiques spécifiques YunoHost + +#### Support multi-utilisateurs + +* L'authentification LDAP est-elle prise en charge? **Oui** +* L'application peut-elle être utilisée par plusieurs utilisateurs? **Oui** + +#### Architectures supportées + +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/thelounge/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/thelounge%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/thelounge/) + +## Liens + + * Signaler un bug: https://github.com/YunoHost-Apps/thelounge_ynh/issues + * Site de l'application: https://thelounge.chat/ + * Dépôt de l'application principale: https://github.com/thelounge/thelounge + * Site web YunoHost: https://yunohost.org/ + +--- + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing --debug +ou +sudo yunohost app upgrade thelounge -u https://github.com/YunoHost-Apps/thelounge_ynh/tree/testing --debug +```