2023-01-18 12:23:28 +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-11-05 14:27:29 +01:00
# ChtickyNotes pour YunoHost
2023-10-02 19:37:44 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/chtickynotes.svg )](https://dash.yunohost.org/appci/app/chtickynotes) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/chtickynotes.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/chtickynotes.maintain.svg )
2023-01-18 12:23:28 +01:00
[![Installer ChtickyNotes avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=chtickynotes)
*[Read this readme in english.](./README.md)*
2020-11-05 14:27:29 +01:00
2023-01-18 12:23:28 +01:00
> *Ce package vous permet d’ installer ChtickyNotes 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.*
2020-11-05 14:27:29 +01:00
2023-01-18 12:23:28 +01:00
## Vue d’ ensemble
2020-11-05 14:27:29 +01:00
2023-01-18 12:23:28 +01:00
ChtickyNotes est une application "post-it" basé sur [Post It All! ](Https://github.com/txusko/PostItAll ).
2023-10-02 19:37:44 +02:00
## Caractéristiques
2020-11-05 14:27:29 +01:00
- notes mobiles et redimensionnables
2023-01-18 12:23:28 +01:00
- ?iter la note en tapant simplement dessus (ou CTRL-V pour coller du code HTML)
2020-11-05 14:27:29 +01:00
- menu sur chaque note pour changer sa couleur...
- menu global pour changer de tableau...
- sauvegarde automatique toutes les 10 secondes
- stockage sur le serveur (pas de stockage local dans le navigateur)
2023-01-18 12:23:59 +01:00
**Version incluse :** 1.0~ynh5
2020-11-05 14:27:29 +01:00
2023-01-18 12:23:28 +01:00
## Captures d’ écran
2020-11-05 14:27:29 +01:00
2023-01-18 12:23:28 +01:00
![Capture d’ écran de ChtickyNotes ](./doc/screenshots/chtickynotes.gif )
2020-11-05 14:27:29 +01:00
2023-01-18 12:23:28 +01:00
## :red_circle: Fonctions indésirables
2020-11-05 14:27:29 +01:00
2023-01-18 12:23:28 +01:00
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
2020-11-05 14:27:29 +01:00
2023-01-18 12:23:28 +01:00
## Documentations et ressources
2020-11-05 14:27:29 +01:00
2023-01-18 12:23:28 +01:00
* Dépôt de code officiel de l’ app : < https: // github . com / YunoHost-Apps / chtickynotes_ynh />
* Signaler un bug : < https: // github . com / YunoHost-Apps / chtickynotes_ynh / issues >
2020-11-05 14:27:29 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/chtickynotes_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
2023-01-18 12:23:28 +01:00
``` bash
2020-11-05 14:27:29 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/chtickynotes_ynh/tree/testing --debug
2023-01-18 12:23:28 +01:00
ou
2020-11-05 14:27:29 +01:00
sudo yunohost app upgrade chtickynotes -u https://github.com/YunoHost-Apps/chtickynotes_ynh/tree/testing --debug
```
2023-01-18 12:23:28 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >