diff --git a/README.md b/README.md index f7f0142..7802113 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ + + # Easy!Appointments for YunoHost [![Integration level](https://dash.yunohost.org/integration/easyappointments.svg)](https://dash.yunohost.org/appci/app/easyappointments) ![](https://ci-apps.yunohost.org/ci/badges/easyappointments.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/easyappointments.maintain.svg) @@ -5,45 +10,32 @@ *[Lire ce readme en français.](./README_fr.md)* -> *This package allow you to install Easy!Appointments quickly and simply on a YunoHost server. -If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* +> *This package allows you to install Easy!Appointments quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview +Open Source Appointment Scheduler -**Shipped version:** 1.4.2 +**Shipped version:** 1.4.2~ynh1 + +**Demo:** https://demo.easyappointments.org/ ## Screenshots -![]() +![](./doc/screenshots/screenshots.png) -## Demo +## Documentation and resources -* (https://demo.easyappointments.org/) +* Official app website: https://easyappointments.org/ +* Official admin documentation: https://easyappointments.org/docs.html#1.4.1/readme.md +* Upstream app code repository: https://github.com/alextselegidis/easyappointments +* YunoHost documentation for this app: https://yunohost.org/app_easyappointments +* Report a bug: https://github.com/YunoHost-Apps/easyappointments_ynh/issues -## Configuration +## Developer info -## Documentation - - * Official documentation: https://easyappointments.org/docs.html#1.4.1/readme.md - * YunoHost documentation: - -## Limitations - -## Additionnal informations - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/easyappointments_ynh/issues - * Easy!Appointments website: https://easyappointments.org/ - * Easy!Appointments repository: https://github.com/alextselegidis/easyappointments - * YunoHost website: https://yunohost.org/ - ---- - -## Developers infos - -Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing). +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing). To try the testing branch, please proceed like that. ``` @@ -51,3 +43,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/easyappointments_ynh/ or sudo yunohost app upgrade easyappointments -u https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..3581cd9 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,43 @@ +# Easy!Appointments pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/easyappointments.svg)](https://dash.yunohost.org/appci/app/easyappointments) ![](https://ci-apps.yunohost.org/ci/badges/easyappointments.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/easyappointments.maintain.svg) +[![Installer Easy!Appointments avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=easyappointments) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer Easy!Appointments 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 + +Planificateur de rendez-vous Open Source + +**Version incluse :** 1.4.2~ynh1 + +**Démo :** https://demo.easyappointments.org/ + +## Captures d'écran + +![](./doc/screenshots/screenshots.png) + +## Documentations et ressources + +* Site officiel de l'app : https://easyappointments.org/ +* Documentation officielle de l'admin : https://easyappointments.org/docs.html#1.4.1/readme.md +* Dépôt de code officiel de l'app : https://github.com/alextselegidis/easyappointments +* Documentation YunoHost pour cette app : https://yunohost.org/app_easyappointments +* Signaler un bug : https://github.com/YunoHost-Apps/easyappointments_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing --debug +ou +sudo yunohost app upgrade easyappointments -u https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file