From 7a3a664e33c9f64b27c8bcc778e1bc0bf3c23fb3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 29 Jul 2022 00:51:52 +0000 Subject: [PATCH] Auto-update README --- README.md | 66 +++++++++++++++++++--------------------------------- README_fr.md | 44 +++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 42 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index b529ed2..17a9b3a 100644 --- a/README.md +++ b/README.md @@ -1,62 +1,44 @@ + + # 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) +[![Integration level](https://dash.yunohost.org/integration/agendav.svg)](https://dash.yunohost.org/appci/app/agendav) ![Working status](https://ci-apps.yunohost.org/ci/badges/agendav.status.svg) ![Maintenance status](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. -**Shipped version:** 2.2.0 -## Screenshots +**Shipped version:** 2.2.0~ynh3 -![](http://agendav.org/img/screenshots/2.0.0-beta1/001_month_view.png) +**Demo:** https://demo.yunohost.org/agendav/ +## Documentation and resources -## Demo +* Official app website: +* Official admin documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: -* [YunoHost demo](https://demo.yunohost.org/agendav/) +## Developer info -## Configuration - -## Documentation - - * Official documentation: https://agendav.readthedocs.io/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. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/agendav_ynh/tree/testing --debug or sudo yunohost app upgrade agendav -u https://github.com/YunoHost-Apps/agendav_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..ab09da4 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,44 @@ + + +# AgenDAV pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/agendav.svg)](https://dash.yunohost.org/appci/app/agendav) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/agendav.status.svg) ![Statut de maintenance](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)* + +> *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 + +[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. + + +**Version incluse :** 2.2.0~ynh3 + +**Démo :** https://demo.yunohost.org/agendav/ +## Documentations et ressources + +* Site officiel de l'app : +* Documentation officielle de l'admin : +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : + +## 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. + +``` bash +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 :**