1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mindmaps_ynh.git synced 2024-09-03 19:45:59 +02:00
mindmaps_ynh/README_fr.md

47 lines
2.1 KiB
Markdown
Raw Normal View History

2023-01-13 19:26:44 +01: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.
-->
2020-10-10 19:02:26 +02:00
# Mindmaps pour YunoHost
2023-01-27 12:34:01 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/mindmaps.svg)](https://dash.yunohost.org/appci/app/mindmaps) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/mindmaps.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/mindmaps.maintain.svg)
2020-12-26 23:19:05 +01:00
[![Installer Mindmaps avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mindmaps)
2020-10-10 19:02:26 +02:00
2023-01-13 19:26:44 +01:00
*[Read this readme in english.](./README.md)*
2020-10-10 19:02:26 +02:00
2023-01-27 12:34:01 +01:00
> *Ce package vous permet dinstaller Mindmaps 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-10 19:02:26 +02:00
2023-01-27 12:34:01 +01:00
## Vue densemble
2020-10-10 19:02:26 +02:00
2023-01-13 19:26:44 +01:00
Mindmaps est une application de mind mapping basée sur HTML5. Il vous permet de créer des cartes mentales soignées dans le navigateur.
2020-10-10 19:02:26 +02:00
2023-01-28 08:27:55 +01:00
**Version incluse :** 0.0.20201010~ynh3
2020-10-10 19:02:26 +02:00
2023-01-13 19:26:44 +01:00
**Démo :** https://www.mindmaps.app/
2020-10-10 19:02:26 +02:00
2023-01-27 12:34:01 +01:00
## Captures décran
2020-10-10 19:02:26 +02:00
2023-01-27 12:34:01 +01:00
![Capture décran de Mindmaps](./doc/screenshots/mindmaps-screenshot.jpg)
2020-10-10 19:02:26 +02:00
2023-01-13 19:26:44 +01:00
## Documentations et ressources
2020-10-10 19:02:26 +02:00
2023-01-27 12:34:01 +01:00
* Site officiel de lapp : <https://www.mindmaps.app/>
* Dépôt de code officiel de lapp : <https://github.com/drichard/mindmaps>
2023-01-13 19:26:44 +01:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_mindmaps>
* Signaler un bug : <https://github.com/YunoHost-Apps/mindmaps_ynh/issues>
2020-10-10 19:02:26 +02:00
## Informations pour les développeurs
2020-10-10 19:17:38 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/mindmaps_ynh/tree/testing).
2020-10-10 19:02:26 +02:00
Pour essayer la branche testing, procédez comme suit.
2023-01-13 19:26:44 +01:00
``` bash
2020-10-10 19:02:26 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/mindmaps_ynh/tree/testing --debug
2023-01-13 19:26:44 +01:00
ou
2020-10-10 19:02:26 +02:00
sudo yunohost app upgrade mindmaps -u https://github.com/YunoHost-Apps/mindmaps_ynh/tree/testing --debug
```
2023-01-13 19:26:44 +01:00
2023-01-27 12:34:01 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>