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

57 lines
2.3 KiB
Markdown
Raw Normal View History

2022-09-12 20:00:09 +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.
-->
2022-09-12 20:00:14 +02:00
# Chitchatter pour YunoHost
2022-09-12 20:00:09 +02:00
2023-01-24 16:39:32 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/chitchatter.svg)](https://dash.yunohost.org/appci/app/chitchatter) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/chitchatter.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/chitchatter.maintain.svg)
2023-02-23 16:56:33 +01:00
2022-09-12 20:00:14 +02:00
[![Installer Chitchatter avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=chitchatter)
2022-09-12 20:00:09 +02:00
*[Read this readme in english.](./README.md)*
2023-01-24 16:39:32 +01:00
> *Ce package vous permet dinstaller Chitchatter 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.*
2022-09-12 20:00:09 +02:00
2023-01-24 16:39:32 +01:00
## Vue densemble
2022-09-12 20:00:09 +02:00
2023-07-06 09:06:43 +02:00
Chitchatter est un outil de communication gratuit (comme dans le prix et la liberté). Il est conçu dans un souci de sécurité et de confidentialité.
2022-09-12 20:00:09 +02:00
2023-07-06 09:06:43 +02:00
### Caractéristiques
2022-09-12 20:00:09 +02:00
2023-07-06 09:06:43 +02:00
- Entièrement open source (sous licence GPL v2)
- D'égal à égal
- Chiffré (via WebRTC)
- Sans serveur
- Éphémère
- Décentralisé
2022-09-12 20:00:09 +02:00
2023-09-26 23:11:39 +02:00
**Version incluse :** 1.0~ynh9
2022-09-12 20:00:09 +02:00
2022-09-12 20:00:14 +02:00
**Démo :** https://chitchatter.im/
2022-09-12 20:00:09 +02:00
2023-01-24 16:39:32 +01:00
## Captures décran
2022-09-12 20:00:09 +02:00
2023-01-24 16:39:32 +01:00
![Capture décran de Chitchatter](./doc/screenshots/screenshot.png)
2022-09-12 20:00:09 +02:00
## Documentations et ressources
2023-01-24 16:39:32 +01:00
* Site officiel de lapp : <https://chitchatter.im/>
* Dépôt de code officiel de lapp : <https://github.com/jeremyckahn/chitchatter>
2022-09-12 20:00:14 +02:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_chitchatter>
* Signaler un bug : <https://github.com/YunoHost-Apps/chitchatter_ynh/issues>
2022-09-12 20:00:09 +02:00
## Informations pour les développeurs
2022-09-12 20:00:14 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/chitchatter_ynh/tree/testing).
2022-09-12 20:00:09 +02:00
Pour essayer la branche testing, procédez comme suit.
``` bash
2022-09-12 20:00:14 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/chitchatter_ynh/tree/testing --debug
2022-09-12 20:00:09 +02:00
ou
2022-09-12 20:00:14 +02:00
sudo yunohost app upgrade chitchatter -u https://github.com/YunoHost-Apps/chitchatter_ynh/tree/testing --debug
2022-09-12 20:00:09 +02:00
```
2023-01-24 16:39:32 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>