yunohost-bot 3 лет назад
Родитель
Сommit
46ed337437
2 измененных файлов с 28 добавлено и 25 удалено
  1. 11 12
      README.md
  2. 17 13
      README_fr.md

+ 11 - 12
README.md

@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
 
 # Zabbix for YunoHost
 
-[![Integration level](https://dash.yunohost.org/integration/zabbix.svg)](https://dash.yunohost.org/appci/app/zabbix) ![](https://ci-apps.yunohost.org/ci/badges/zabbix.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/zabbix.maintain.svg)  
+[![Integration level](https://dash.yunohost.org/integration/zabbix.svg)](https://dash.yunohost.org/appci/app/zabbix) ![Working status](https://ci-apps.yunohost.org/ci/badges/zabbix.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/zabbix.maintain.svg)  
 [![Install Zabbix with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zabbix)
 
 *[Lire ce readme en français.](./README_fr.md)*
@@ -17,13 +17,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
 
 A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services.
 
-**Shipped version:** 5.0.20~ynh1
-
-
+**Shipped version:** 5.0.20~ynh2
 
 ## Screenshots
 
-![](./doc/screenshots/screenshot1.png)
+![Screenshot of Zabbix](./doc/screenshots/screenshot1.png)
 
 ## Disclaimers / important information
 
@@ -38,21 +36,22 @@ A monitoring tool for diverse IT components, including networks, servers, VMs an
 
 ## Documentation and resources
 
-* Official app website: https://www.zabbix.com/
-* Official admin documentation: https://www.zabbix.com/manuals
-* Upstream app code repository: https://github.com/zabbix/zabbix
-* YunoHost documentation for this app: https://yunohost.org/app_zabbix
-* Report a bug: https://github.com/YunoHost-Apps/zabbix_ynh/issues
+* Official app website: <https://www.zabbix.com>
+* Official admin documentation: <https://www.zabbix.com/manuals>
+* Upstream app code repository: <https://github.com/zabbix/zabbix>
+* YunoHost documentation for this app: <https://yunohost.org/app_zabbix>
+* Report a bug: <https://github.com/YunoHost-Apps/zabbix_ynh/issues>
 
 ## Developer info
 
 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.
-```
+
+``` bash
 sudo yunohost app install https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug
 or
 sudo yunohost app upgrade zabbix -u https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug
 ```
 
-**More info regarding app packaging:** https://yunohost.org/packaging_apps
+**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

+ 17 - 13
README_fr.md

@@ -1,25 +1,28 @@
+<!--
+N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
+It shall NOT be edited by hand.
+-->
+
 # Zabbix pour YunoHost
 
-[![Niveau d'intégration](https://dash.yunohost.org/integration/zabbix.svg)](https://dash.yunohost.org/appci/app/zabbix) ![](https://ci-apps.yunohost.org/ci/badges/zabbix.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/zabbix.maintain.svg)  
+[![Niveau d'intégration](https://dash.yunohost.org/integration/zabbix.svg)](https://dash.yunohost.org/appci/app/zabbix) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/zabbix.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/zabbix.maintain.svg)  
 [![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 ce readme en français.](./README_fr.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.*
 
 ## Vue d'ensemble
 
-A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services.
-
-**Version incluse :** 5.0.20~ynh1
+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.20~ynh2
 
 ## Captures d'écran
 
-![](./doc/screenshots/screenshot1.png)
+![Capture d'écran de Zabbix](./doc/screenshots/screenshot1.png)
 
 ## Avertissements / informations importantes
 
@@ -33,21 +36,22 @@ A monitoring tool for diverse IT components, including networks, servers, VMs an
 * 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 : https://www.zabbix.com/
-* Documentation officielle de l'admin : https://www.zabbix.com/manuals
-* Dépôt de code officiel de l'app : https://github.com/zabbix/zabbix
-* Documentation YunoHost pour cette app : https://yunohost.org/app_zabbix
-* Signaler un bug : https://github.com/YunoHost-Apps/zabbix_ynh/issues
+* Site officiel de l'app : <https://www.zabbix.com>
+* Documentation officielle de l'admin : <https://www.zabbix.com/manuals>
+* Dépôt de code officiel de l'app : <https://github.com/zabbix/zabbix>
+* Documentation YunoHost pour cette app : <https://yunohost.org/app_zabbix>
+* Signaler un bug : <https://github.com/YunoHost-Apps/zabbix_ynh/issues>
 
 ## Informations pour les développeurs
 
 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.
-```
+
+``` 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 :** https://yunohost.org/packaging_apps
+**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>