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

50 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2022-05-31 00:12:23 +02:00
<!--
2024-03-29 07:02:13 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-05-31 00:12:23 +02:00
-->
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)
2024-03-29 07:02:13 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-12-05 09:05:11 +01:00
2024-03-29 07:02:13 +01:00
> *Ce package vous permet dinstaller Excalidraw rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](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
2024-05-13 21:07:03 +02:00
**Version incluse:** 0.17.3~ynh2
2021-12-05 09:05:11 +01:00
2024-03-29 07:02:13 +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
2024-03-29 07:02:13 +01:00
- Site officiel de lapp: <https://excalidraw.com>
- Dépôt de code officiel de lapp: <https://github.com/excalidraw/excalidraw>
- YunoHost Store: <https://apps.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
2024-03-29 07:02:13 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/excalidraw_ynh/tree/testing).
2021-12-05 09:05:11 +01:00
2024-03-29 07:02:13 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-05-31 00:12:23 +02:00
2024-03-29 07:02:13 +01: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
2024-03-29 07:02:13 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>