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

48 lines
2.2 KiB
Markdown
Raw Normal View History

2023-06-27 09:46:05 +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-05-29 12:24:16 +02:00
# Etherpad pour YunoHost
2020-10-20 13:46:23 +02:00
2023-06-27 09:46:05 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/etherpad.svg)](https://dash.yunohost.org/appci/app/etherpad) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/etherpad.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/etherpad.maintain.svg)
2021-05-29 12:24:16 +02:00
[![Installer Etherpad avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=etherpad)
2020-10-20 13:46:23 +02:00
*[Read this readme in english.](./README.md)*
2023-06-27 09:46:05 +02:00
> *Ce package vous permet dinstaller Etherpad 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.*
2020-10-20 13:46:23 +02:00
2023-06-27 09:46:05 +02:00
## Vue densemble
2020-11-03 19:24:07 +01:00
2021-09-30 10:58:34 +02:00
Etherpad est un éditeur collaboratif en temps réel évolutif pour des milliers d'utilisateurs simultanés en temps réel. Il fournit des capacités complètes d'exportation de données et s'exécute sur votre serveur, sous votre contrôle.
2020-10-20 13:46:23 +02:00
2023-06-27 09:55:01 +02:00
**Version incluse :** 1.9.1~ynh1
2021-05-31 06:59:49 +02:00
**Démo :** https://video.etherpad.com/
2020-10-20 13:46:23 +02:00
2023-06-27 09:46:05 +02:00
## Captures décran
2021-07-18 18:08:45 +02:00
2023-06-27 09:46:05 +02:00
![Capture décran de Etherpad](./doc/screenshots/etherpad.gif)
2021-07-18 18:08:45 +02:00
2021-05-29 12:24:16 +02:00
## Documentations et ressources
2020-10-20 13:46:23 +02:00
2023-06-27 09:46:05 +02:00
* Site officiel de lapp : <https://etherpad.org/>
2023-06-27 09:55:01 +02:00
* Documentation officielle de ladmin : <http://etherpad.org/doc/v1.9.1>
2023-06-27 09:46:05 +02:00
* Dépôt de code officiel de lapp : <https://github.com/ether/etherpad-lite>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_etherpad>
* Signaler un bug : <https://github.com/YunoHost-Apps/etherpad_ynh/issues>
2020-10-20 13:46:23 +02:00
2021-05-29 12:24:16 +02:00
## Informations pour les développeurs
2020-10-20 13:46:23 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing).
2021-05-29 12:24:16 +02:00
Pour essayer la branche testing, procédez comme suit.
2023-06-27 09:46:05 +02:00
``` bash
2020-10-20 13:46:23 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
2021-05-31 06:59:49 +02:00
ou
2020-10-20 13:46:23 +02:00
sudo yunohost app upgrade etherpad -u https://github.com/YunoHost-Apps/etherpad_ynh/tree/testing --debug
```
2021-05-29 12:24:16 +02:00
2023-06-27 09:46:05 +02:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>