From 5260eed78395808609307d5929ee398cc11e81d8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 1 May 2022 05:55:04 +0000 Subject: [PATCH] Auto-update README --- README.md | 63 ++++++++++++++++++---------------------------------- README_fr.md | 39 ++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 41 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 4b3fe04..1295dea 100644 --- a/README.md +++ b/README.md @@ -1,58 +1,37 @@ + + # AgenDAV for YunoHost [![Integration level](https://dash.yunohost.org/integration/agendav.svg)](https://dash.yunohost.org/appci/app/agendav) ![](https://ci-apps.yunohost.org/ci/badges/agendav.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/agendav.maintain.svg) [![Install AgenDAV with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=agendav) -> *This package allow you to install AgenDAV 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.* +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install AgenDAV 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 -[AgenDAV](http://agendav.org/) is a CalDAV web client which features an AJAX interface to allow users to manage their own calendars and shared ones. +CalDAV web client -**Shipped version:** 2.2.0 +**Shipped version:** 2.4.0~ynh1 -## Screenshots +**Demo:** https://demo.yunohost.org/agendav/ -![](http://agendav.org/img/screenshots/2.0.0-beta1/001_month_view.png) +## Documentation and resources -## Demo +* Official app website: http://agendav.org/ +* Official admin documentation: https://agendav.readthedocs.io/en/2.2.0/ +* Upstream app code repository: https://github.com/agendav/agendav/ +* YunoHost documentation for this app: https://yunohost.org/app_agendav +* Report a bug: https://github.com/YunoHost-Apps/agendav_ynh/issues -* [YunoHost demo](https://demo.yunohost.org/agendav/) +## Developer info -## Configuration - -## Documentation - - * Official documentation: http://docs.agendav.org/en/2.2.0/ - * YunoHost documentation: If specific documentation is needed, feel free to contribute. - -## YunoHost specific features - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/agendav.svg)](https://ci-apps.yunohost.org/ci/apps/agendav/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/agendav.svg)](https://ci-apps-arm.yunohost.org/ci/apps/agendav/) - -## Limitations - -## Additional information - -### TODO - - * Submit HTTP auth patch for upstream integration - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/agendav_ynh/issues - * AgenDAV repository: https://github.com/agendav/agendav/ - * YunoHost website: https://yunohost.org/ - ---- - -## Developers info - -Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/agendav_ynh/tree/testing). +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/agendav_ynh/tree/testing). To try the testing branch, please proceed like that. ``` @@ -60,3 +39,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/agendav_ynh/tree/test or sudo yunohost app upgrade agendav -u https://github.com/YunoHost-Apps/agendav_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..41a5ff1 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,39 @@ +# AgenDAV pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/agendav.svg)](https://dash.yunohost.org/appci/app/agendav) ![](https://ci-apps.yunohost.org/ci/badges/agendav.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/agendav.maintain.svg) +[![Installer AgenDAV avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=agendav) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer AgenDAV 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 + +Client web pour CalDAV + +**Version incluse :** 2.4.0~ynh1 + +**Démo :** https://demo.yunohost.org/agendav/ + +## Documentations et ressources + +* Site officiel de l'app : http://agendav.org/ +* Documentation officielle de l'admin : https://agendav.readthedocs.io/en/2.2.0/ +* Dépôt de code officiel de l'app : https://github.com/agendav/agendav/ +* Documentation YunoHost pour cette app : https://yunohost.org/app_agendav +* Signaler un bug : https://github.com/YunoHost-Apps/agendav_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/agendav_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/agendav_ynh/tree/testing --debug +ou +sudo yunohost app upgrade agendav -u https://github.com/YunoHost-Apps/agendav_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file