1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/open-web-calendar_ynh.git synced 2024-09-03 19:56:09 +02:00
open-web-calendar_ynh/README_fr.md

49 lines
2.2 KiB
Markdown
Raw Normal View History

2024-02-08 22:38:16 +01:00
<!--
2024-03-27 02:43:31 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2024-02-08 22:38:16 +01:00
-->
2024-02-08 23:12:35 +01:00
# Open Web Calendar pour YunoHost
2024-02-08 22:38:16 +01:00
2024-07-09 03:40:19 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/open-web-calendar.svg)](https://ci-apps.yunohost.org/ci/apps/open-web-calendar/) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/open-web-calendar.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/open-web-calendar.maintain.svg)
2024-02-08 22:38:16 +01:00
2024-02-08 23:12:35 +01:00
[![Installer Open Web Calendar avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=open-web-calendar)
2024-02-08 22:38:16 +01:00
2024-03-27 02:43:31 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2024-02-08 22:38:16 +01:00
2024-03-27 02:43:31 +01:00
> *Ce package vous permet dinstaller Open Web Calendar rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2024-02-08 22:38:16 +01:00
2024-02-08 22:38:32 +01:00
## Vue densemble
2024-02-08 22:38:16 +01:00
2024-02-09 17:31:49 +01:00
Intégrez un calendrier Web hautement personnalisable dans votre site Web à l'aide des liens sources ICal.
2024-02-08 22:38:16 +01:00
2024-07-09 03:40:19 +02:00
**Version incluse:** 1.37~ynh1
2024-02-08 22:38:16 +01:00
2024-03-27 02:43:31 +01:00
**Démo:** <https://open-web-calendar.hosted.quelltext.eu/>
2024-02-08 22:38:16 +01:00
2024-02-08 22:38:32 +01:00
## Captures décran
2024-02-08 22:38:16 +01:00
2024-02-08 23:12:35 +01:00
![Capture décran de Open Web Calendar](./doc/screenshots/screenshot.png)
2024-02-08 22:38:16 +01:00
## Documentations et ressources
2024-03-27 02:43:31 +01:00
- Site officiel de lapp: <https://open-web-calendar.hosted.quelltext.eu/>
- Dépôt de code officiel de lapp: <https://github.com/niccokunzmann/open-web-calendar/>
- YunoHost Store: <https://apps.yunohost.org/app/open-web-calendar>
- Signaler un bug: <https://github.com/YunoHost-Apps/open-web-calendar_ynh/issues>
2024-02-08 22:38:16 +01:00
## Informations pour les développeurs
2024-03-27 02:43:31 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/open-web-calendar_ynh/tree/testing).
2024-02-08 22:38:16 +01:00
2024-03-27 02:43:31 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2024-02-08 22:38:16 +01:00
2024-03-27 02:43:31 +01:00
```bash
2024-02-08 22:38:32 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/open-web-calendar_ynh/tree/testing --debug
2024-02-08 22:38:16 +01:00
ou
2024-02-08 22:38:32 +01:00
sudo yunohost app upgrade open-web-calendar -u https://github.com/YunoHost-Apps/open-web-calendar_ynh/tree/testing --debug
2024-02-08 22:38:16 +01:00
```
2024-03-27 02:43:31 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>