mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Add Mindmaps to doc
This commit is contained in:
parent
fdd7d9baf4
commit
b6db92af50
2 changed files with 38 additions and 0 deletions
19
app_mindmaps.md
Normal file
19
app_mindmaps.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Mindmaps
|
||||
|
||||
[![Install Mindmaps with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=mindmaps) [![Integration level](https://dash.yunohost.org/integration/mindmaps.svg)](https://dash.yunohost.org/appci/app/mindmaps)
|
||||
|
||||
### Index
|
||||
|
||||
- [Useful links](#useful-links)
|
||||
|
||||
Mindmaps is a HTML5 based mind mapping application. It lets you create neat looking mind maps in the browser.
|
||||
|
||||
This project started in 2011 as an exploration into what's possible to do in browsers using modern APIs. Nowadays, most of this stuff is pretty common and the code base is a bit outdated. This was way before React, ES6, webpack. Heck, it doesn't even use Backbone.
|
||||
|
||||
However, there is no reason to change any of that and it makes the code base quite easy to grok. There is no compilation step, no babel plugins, no frameworks. Just a JavaScript application and a very simple Model-View-Presenter pattern.
|
||||
|
||||
## Useful links
|
||||
|
||||
+ Website: [www.mindmaps.app](https://www.mindmaps.app/)
|
||||
+ Application software repository: [github.com - YunoHost-Apps/mindmaps](https://github.com/YunoHost-Apps/mindmaps_ynh)
|
||||
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/mindmaps/issues](https://github.com/YunoHost-Apps/mindmaps_ynh/issues)
|
19
app_mindmaps_fr.md
Normal file
19
app_mindmaps_fr.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Mindmaps
|
||||
|
||||
[![Installer Mindmaps avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=mindmaps) [![Integration level](https://dash.yunohost.org/integration/mindmaps.svg)](https://dash.yunohost.org/appci/app/mindmaps)
|
||||
|
||||
### Index
|
||||
|
||||
- [Liens utiles](#useful-links)
|
||||
|
||||
Mindmaps est une application de carte mentale basée sur HTML5. Il vous permet de créer des cartes mentales soignées dans le navigateur.
|
||||
|
||||
Ce projet a commencé en 2011 comme une exploration de ce qu'il est possible de faire dans les navigateurs utilisant des API modernes. De nos jours, la plupart de ces choses sont assez courantes et la base de code est un peu dépassée. C'était bien avant React, ES6, webpack. Heck, il n'utilise même pas Backbone.
|
||||
|
||||
Cependant, il n'y a aucune raison de changer quoi que ce soit et cela rend la base de code assez facile à utiliser. Il n'y a pas d'étape de compilation, pas de plugins babel, pas de frameworks. Juste une application JavaScript et un modèle très simple de modèle-vue-présentateur.
|
||||
|
||||
## Liens utiles
|
||||
|
||||
+ Site web : [www.mindmaps.app](https://www.mindmaps.app/)
|
||||
+ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/mindmaps](https://github.com/YunoHost-Apps/mindmaps_ynh)
|
||||
+ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/mindmaps/issues](https://github.com/YunoHost-Apps/mindmaps_ynh/issues)
|
Loading…
Reference in a new issue