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

49 lines
2.1 KiB
Markdown
Raw Normal View History

2022-05-31 00:12:23 +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-12-05 09:05:11 +01:00
# Excalidraw pour YunoHost
2023-03-03 19:09:07 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/excalidraw.svg)](https://dash.yunohost.org/appci/app/excalidraw) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/excalidraw.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/excalidraw.maintain.svg)
2021-12-05 09:05:11 +01:00
[![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)*
2021-12-05 09:05:11 +01:00
2023-03-03 19:09:07 +01:00
> *Ce package vous permet dinstaller Excalidraw 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.*
2021-12-05 09:05:11 +01:00
2023-03-03 19:09:07 +01:00
## Vue densemble
2021-12-05 09:05:11 +01:00
2021-12-05 09:10:13 +01:00
Excalidraw est un outil de tableau blanc collaboratif virtuel qui vous permet d'esquisser facilement des diagrammes qui ont l'impression d'être dessinés à la main.
2021-12-05 09:05:11 +01:00
2022-03-19 19:08:38 +01:00
2023-03-17 09:30:49 +01:00
**Version incluse :** 0.14.2~ynh2
2021-12-05 09:05:11 +01:00
2022-03-19 19:08:38 +01:00
**Démo :** https://excalidraw.com
2021-12-05 09:05:11 +01:00
2023-03-03 19:09:07 +01:00
## Captures décran
2021-12-05 09:05:11 +01:00
2023-03-03 19:35:08 +01:00
![Capture décran de Excalidraw](./doc/screenshots/screenshot.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
2023-03-03 19:09:07 +01:00
* Site officiel de lapp : <https://excalidraw.com>
* Dépôt de code officiel de lapp : <https://github.com/excalidraw/excalidraw>
2022-05-31 00:12:23 +02:00
* 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.
2022-05-31 00:12:23 +02:00
``` bash
2021-12-05 09:05:11 +01:00
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
2023-03-03 19:09:07 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>