From 9e8adf4bec2e15eb1d0bce4d4473b8f2de4733fb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 26 Mar 2024 06:17:08 +0000 Subject: [PATCH] Auto-update READMEs --- ALL_README.md | 7 ++----- README.md | 12 ++++++------ README_fr.md | 30 +++++++++++++++--------------- 3 files changed, 23 insertions(+), 26 deletions(-) diff --git a/ALL_README.md b/ALL_README.md index ecbaeae..d6e8f9c 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,7 +1,4 @@ # All available README files by language -[Read the README in English](README.md) - - - - +- [Read the README in English](README.md) +- [Lire le README en français](README_fr.md) diff --git a/README.md b/README.md index aec92c4..38a37ec 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,14 @@ It shall NOT be edited by hand. *[Read this README is other languages.](./ALL_README.md)* -> *This package allows you to install Zabbix 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.* +> *This package allows you to install Zabbix 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 A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services. -**Shipped version:** 5.0.41~ynh1 + +**Shipped version:** 5.0.42~ynh1 ## Screenshots @@ -44,10 +45,9 @@ A monitoring tool for diverse IT components, including networks, servers, VMs an ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing), +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing). - -To try the testing branch, please proceed like that. +To try the `testing` branch, please proceed like that: ```bash sudo yunohost app install https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index 7ce47b8..e8c9589 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # Zabbix pour YunoHost @@ -9,17 +9,17 @@ It shall NOT be edited by hand. [![Installer Zabbix avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zabbix) -*[Read this readme in english.](./README.md)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer Zabbix 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.* +> *Ce package vous permet d’installer Zabbix rapidement et simplement sur un serveur YunoHost.* +> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.* ## Vue d’ensemble Un outil de surveillance pour divers composants informatiques, notamment les réseaux, les serveurs, les machines virtuelles et les services en nuage. -**Version incluse :** 5.0.41~ynh1 +**Version incluse :** 5.0.42~ynh1 ## Captures d’écran @@ -37,22 +37,22 @@ Un outil de surveillance pour divers composants informatiques, notamment les ré * Un modèle YunoHost est importé et lié à l'hôte "Zabbix-server" (127.0.0.1) pour la surveillance de base de YunoHost. ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs -Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing). +Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing). -Pour essayer la branche testing, procédez comme suit. +Pour essayer la branche `testing`, procédez comme suit : -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug ou sudo yunohost app upgrade zabbix -u https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :**