2021-12-05 09:05:11 +01:00
|
|
|
|
# Excalidraw pour YunoHost
|
|
|
|
|
|
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/excalidraw.svg)](https://dash.yunohost.org/appci/app/excalidraw) ![](https://ci-apps.yunohost.org/ci/badges/excalidraw.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/excalidraw.maintain.svg)
|
|
|
|
|
[![Installer Excalidraw avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=excalidraw)
|
|
|
|
|
|
2021-12-05 09:05:16 +01:00
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2021-12-05 09:05:11 +01:00
|
|
|
|
|
2021-12-05 09:05:16 +01:00
|
|
|
|
> *Ce package vous permet d'installer Excalidraw 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.*
|
2021-12-05 09:05:11 +01:00
|
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
2021-12-05 09:05:16 +01:00
|
|
|
|
Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.
|
2021-12-05 09:05:11 +01:00
|
|
|
|
|
2021-12-05 09:05:16 +01:00
|
|
|
|
**Version incluse :** 0.10.0~ynh1
|
2021-12-05 09:05:11 +01:00
|
|
|
|
|
2021-12-05 09:05:16 +01:00
|
|
|
|
**Démo :** https://excalidraw.com/
|
2021-12-05 09:05:11 +01:00
|
|
|
|
|
2021-12-05 09:05:16 +01:00
|
|
|
|
## Captures d'écran
|
2021-12-05 09:05:11 +01:00
|
|
|
|
|
2021-12-05 09:05:16 +01:00
|
|
|
|
![](./doc/screenshots/Wzz6UELRpcvkKZQtmVmc.png)
|
2021-12-05 09:05:11 +01:00
|
|
|
|
|
2021-12-05 09:05:16 +01:00
|
|
|
|
## Documentations et ressources
|
2021-12-05 09:05:11 +01:00
|
|
|
|
|
2021-12-05 09:05:16 +01:00
|
|
|
|
* Site officiel de l'app : https://excalidraw.com/
|
|
|
|
|
* Documentation officielle de l'admin : https://yunohost.org/packaging_apps
|
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/excalidraw/excalidraw
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_excalidraw
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/excalidraw_ynh/issues
|
2021-12-05 09:05:11 +01:00
|
|
|
|
|
|
|
|
|
## Informations pour les développeurs
|
|
|
|
|
|
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/excalidraw_ynh/tree/testing).
|
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/excalidraw_ynh/tree/testing --debug
|
|
|
|
|
ou
|
|
|
|
|
sudo yunohost app upgrade excalidraw -u https://github.com/YunoHost-Apps/excalidraw_ynh/tree/testing --debug
|
|
|
|
|
```
|
2021-12-05 09:05:16 +01:00
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|