2022-06-15 01:24:53 +02:00
<!--
2024-02-20 05:21:52 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2022-06-15 01:24:53 +02:00
It shall NOT be edited by hand.
-->
2020-10-11 15:21:19 +02:00
# KiwiIRC pour YunoHost
2023-10-31 15:18:21 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/kiwiirc.svg )](https://dash.yunohost.org/appci/app/kiwiirc) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/kiwiirc.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/kiwiirc.maintain.svg )
2021-07-09 07:43:15 +02:00
[![Installer KiwiIRC avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=kiwiirc)
2020-10-11 15:21:19 +02:00
2021-07-09 07:43:15 +02:00
*[Read this readme in english.](./README.md)*
2020-10-11 15:21:19 +02:00
2023-10-31 15:18:21 +01:00
> *Ce package vous permet d’ installer KiwiIRC 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.*
2020-10-11 15:21:19 +02:00
2023-10-31 15:18:21 +01:00
## Vue d’ ensemble
2020-10-11 15:21:19 +02:00
2021-08-30 14:25:02 +02:00
A versatile web based messenger using IRC
2021-09-24 07:43:16 +02:00
### Features:
2021-08-30 14:25:02 +02:00
- For single networks, bouncer hosts, or a personal generic IRC client that remembers your networks
- Works out of the box with a default IRC network - or use your own
- Single or multiple IRC network connections
- Light and dark modes
- Desktop notifications
- Extremely versatile via a single JSON config file at runtime
2020-10-11 15:21:19 +02:00
2024-02-05 13:11:49 +01:00
**Version incluse :** 1.7.0~ynh1
2020-10-11 15:21:19 +02:00
2021-07-09 07:43:15 +02:00
**Démo :** https://kiwiirc.com/nextclient
2020-10-11 15:21:19 +02:00
2023-10-31 15:18:21 +01:00
## Captures d’ écran
2020-10-11 15:21:19 +02:00
2023-10-31 15:18:21 +01:00
![Capture d’ écran de KiwiIRC ](./doc/screenshots/screenshot.png )
2020-10-11 15:21:19 +02:00
2021-07-09 07:43:15 +02:00
## Documentations et ressources
2020-10-11 15:21:19 +02:00
2023-10-31 15:18:21 +01:00
* Site officiel de l’ app : < https: // kiwiirc . com />
* Documentation officielle de l’ admin : < https: // github . com / kiwiirc / kiwiirc / wiki >
* Dépôt de code officiel de l’ app : < https: // github . com / kiwiirc / kiwiirc >
* YunoHost Store: < https: // apps . yunohost . org / app / kiwiirc >
2022-06-15 01:24:53 +02:00
* Signaler un bug : < https: // github . com / YunoHost-Apps / kiwiirc_ynh / issues >
2020-10-11 15:21:19 +02:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/kiwiirc_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
2022-06-15 01:24:53 +02:00
``` bash
2020-10-11 15:21:19 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/kiwiirc_ynh/tree/testing --debug
ou
sudo yunohost app upgrade kiwiirc -u https://github.com/YunoHost-Apps/kiwiirc_ynh/tree/testing --debug
```
2021-07-09 07:43:15 +02:00
2023-10-31 15:18:21 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >