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 d’ inté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 d’ installer Etherpad 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-20 13:46:23 +02:00
2023-06-27 09:46:05 +02:00
## Vue d’ ensemble
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 l’ app : < https: // etherpad . org />
2023-06-27 09:55:01 +02:00
* Documentation officielle de l’ admin : < http: // etherpad . org / doc / v1 . 9 . 1 >
2023-06-27 09:46:05 +02:00
* Dépôt de code officiel de l’ app : < 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 d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >