2021-06-12 09:17:05 +02:00
|
|
|
|
# My Mind pour YunoHost
|
|
|
|
|
|
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/my-mind.svg)](https://dash.yunohost.org/appci/app/my-mind) ![](https://ci-apps.yunohost.org/ci/badges/my-mind.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/my-mind.maintain.svg)
|
|
|
|
|
[![Installer My Mind avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=my-mind)
|
|
|
|
|
|
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
|
|
|
|
> *Ce package vous permet d'installer My Mind 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.*
|
|
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
2022-05-19 23:25:48 +02:00
|
|
|
|
My Mind is a web application for creating and managing Mind maps. It is free to use and you can fork its source code.
|
2021-06-12 09:17:05 +02:00
|
|
|
|
|
2022-05-19 23:25:48 +02:00
|
|
|
|
**Version incluse :** 2.0~ynh1
|
2021-06-12 09:17:05 +02:00
|
|
|
|
|
|
|
|
|
**Démo :** http://my-mind.github.io/?map=examples/features.mymind
|
|
|
|
|
|
|
|
|
|
## Captures d'écran
|
|
|
|
|
|
|
|
|
|
![](./doc/screenshots/screenshot.png)
|
|
|
|
|
|
|
|
|
|
## Documentations et ressources
|
|
|
|
|
|
|
|
|
|
* Site officiel de l'app : https://github.com/ondras/my-mind
|
|
|
|
|
* Documentation officielle utilisateur : https://yunohost.org/apps
|
|
|
|
|
* Documentation officielle de l'admin : https://github.com/ondras/my-mind/wiki
|
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/ondras/my-mind
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_my-mind
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/my-mind_ynh/issues
|
|
|
|
|
|
|
|
|
|
## Informations pour les développeurs
|
|
|
|
|
|
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/my-mind_ynh/tree/testing).
|
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/my-mind_ynh/tree/testing --debug
|
|
|
|
|
ou
|
|
|
|
|
sudo yunohost app upgrade my-mind -u https://github.com/YunoHost-Apps/my-mind_ynh/tree/testing --debug
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|