From 117caf6ee2393a15f58874420e217bfb81844ed8 Mon Sep 17 00:00:00 2001 From: saimyx <44293594+Saimyx@users.noreply.github.com> Date: Mon, 27 Apr 2020 15:35:31 +0200 Subject: [PATCH 1/9] Create README_fr.md French translated page. --- README_fr.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 README_fr.md diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..4233bca --- /dev/null +++ b/README_fr.md @@ -0,0 +1,81 @@ +# Jitsi Meet pour YunoHost + +## Avertissements + +**Jitsi** pour YunoHost est limité actuellement : + + * Il ne peut être utilisé qu'avec Chrome ou un navigateur basé sur Chromium + * Il est limité à 2 participants par réunion + +Ces limitations viennent de la manière dont l'application a été empaquetée pour YunoHost. À améliorer. + +[![Integration level](https://dash.yunohost.org/integration/jitsi.svg)](https://dash.yunohost.org/appci/app/jitsi) +[![Install Jitsi Meet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=jitsi) + +> *Ce paquet vous permet d'installer Jistsi Meet 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 + +Jitsi Meet est un logiciel libre (Apache) dont Jitsi Videobridge, avec WebRTC Javascript, propose des vidéos-conférences de haute qualité, sécurisées et évolutives. + +**Version actuelle :** 1.0.3729 + +## Points importants à préparer avant l'installation + +1. **Jitsi** a besoin d'un **domaine racine** dédié, par exemple : jitsi.domain.tld + +2. **Jitsi** nécessite des domaines supplémentaires au niveau du DNS et de votre YunoHost + + * auth.jitsi.domain.tld + * conference.jitsi.domain.tld + * jitsi-videobridge.jitsi.domain.tld + * focus.jitsi.domain.tld + +3. **Jitsi** demande que les ports TCP/4443 et UDP/10000 soient routés vers votre YunoHost (De la même manière que le sont les ports 80 (HTTP), 443 (HTTPS), etc... https://yunohost.org/#/isp_box_config) + +## Captures d'écran + +![](https://jitsi.org/wp-content/uploads/2018/08/brady-bunch-stand-up-1024x632.jpg) + +## Démonstration + +* [Démonstration officielle](https://meet.jit.si/) + +## Configuration + +Comment configurer cette application : Via l'interface d'administration, un fichier texte en SSH ou un autre moyen. + +## Documentation + + * Documentation officielle : https://jitsi.org/user-faq/ + +## Fonctionnalités spécifiques à YunoHost + +#### Architectures supportées + +* x86-64b - [![Status des compilations](https://ci-apps.yunohost.org/ci/logs/jitsi%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/jitsi/) +* ARMv8-A - [![Status des compilations](https://ci-apps-arm.yunohost.org/ci/logs/jitsi%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/jitsi/) + +## Liens + + * Rapporter un bug : https://github.com/YunoHost-Apps/jitsi_ynh/issues + * Site de l'application : https://jitsi.org/ + * Répertoire de l'application de base : https://github.com/jitsi/jitsi-meet + * Site web de YunoHost : https://yunohost.org/ + +--- + +Informations pour les développeurs +---------------- + + + +Merci de faire votre « pull request » sur la [branche de test](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing). + +Pour tester la branche de test, faites comme ceci. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug +or +sudo yunohost app upgrade jitsi -u https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug +``` From 77b726ca799767b088fa17e6f243842cfc1bb02c Mon Sep 17 00:00:00 2001 From: saimyx <44293594+Saimyx@users.noreply.github.com> Date: Tue, 28 Apr 2020 20:09:00 +0200 Subject: [PATCH 2/9] =?UTF-8?q?suppression=20des=20retours=20=C3=A0=20la?= =?UTF-8?q?=20ligne=20en=20trop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_fr.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README_fr.md b/README_fr.md index 4233bca..99281a9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,7 @@ # Jitsi Meet pour YunoHost +*[Read this readme in english.](./README.md)* + ## Avertissements **Jitsi** pour YunoHost est limité actuellement : @@ -24,14 +26,11 @@ Jitsi Meet est un logiciel libre (Apache) dont Jitsi Videobridge, avec WebRTC Ja ## Points importants à préparer avant l'installation 1. **Jitsi** a besoin d'un **domaine racine** dédié, par exemple : jitsi.domain.tld - 2. **Jitsi** nécessite des domaines supplémentaires au niveau du DNS et de votre YunoHost - * auth.jitsi.domain.tld * conference.jitsi.domain.tld * jitsi-videobridge.jitsi.domain.tld * focus.jitsi.domain.tld - 3. **Jitsi** demande que les ports TCP/4443 et UDP/10000 soient routés vers votre YunoHost (De la même manière que le sont les ports 80 (HTTP), 443 (HTTPS), etc... https://yunohost.org/#/isp_box_config) ## Captures d'écran @@ -65,14 +64,10 @@ Comment configurer cette application : Via l'interface d'administration, un fich * Site web de YunoHost : https://yunohost.org/ --- - Informations pour les développeurs ---------------- - - Merci de faire votre « pull request » sur la [branche de test](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing). - Pour tester la branche de test, faites comme ceci. ``` sudo yunohost app install https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug From 7cdf169a10850b7f24039a67db69c24f86e4cb3a Mon Sep 17 00:00:00 2001 From: saimyx <44293594+Saimyx@users.noreply.github.com> Date: Tue, 28 Apr 2020 20:10:48 +0200 Subject: [PATCH 3/9] Update README_fr.md --- README_fr.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README_fr.md b/README_fr.md index 99281a9..536b0d0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,7 +1,5 @@ # Jitsi Meet pour YunoHost -*[Read this readme in english.](./README.md)* - ## Avertissements **Jitsi** pour YunoHost est limité actuellement : @@ -14,6 +12,9 @@ Ces limitations viennent de la manière dont l'application a été empaquetée p [![Integration level](https://dash.yunohost.org/integration/jitsi.svg)](https://dash.yunohost.org/appci/app/jitsi) [![Install Jitsi Meet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=jitsi) + + +*[Read this readme in english.](./README.md)* > *Ce paquet vous permet d'installer Jistsi Meet 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.* From e8d466ef9515dacd39bc51d6e87abc524d3a60d7 Mon Sep 17 00:00:00 2001 From: saimyx <44293594+Saimyx@users.noreply.github.com> Date: Tue, 28 Apr 2020 20:19:14 +0200 Subject: [PATCH 4/9] Update README_fr.md --- README_fr.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README_fr.md b/README_fr.md index 536b0d0..c64ef90 100644 --- a/README_fr.md +++ b/README_fr.md @@ -2,17 +2,14 @@ ## Avertissements -**Jitsi** pour YunoHost est limité actuellement : - +**Jitsi-meet** pour YunoHost est limité actuellement : * Il ne peut être utilisé qu'avec Chrome ou un navigateur basé sur Chromium * Il est limité à 2 participants par réunion Ces limitations viennent de la manière dont l'application a été empaquetée pour YunoHost. À améliorer. -[![Integration level](https://dash.yunohost.org/integration/jitsi.svg)](https://dash.yunohost.org/appci/app/jitsi) -[![Install Jitsi Meet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=jitsi) - - +[![Niveau d'intégration](https://dash.yunohost.org/integration/jitsi.svg)](https://dash.yunohost.org/appci/app/jitsi) +[![Installer Jitsi Meet avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=jitsi) *[Read this readme in english.](./README.md)* > *Ce paquet vous permet d'installer Jistsi Meet rapidement et simplement sur un serveur YunoHost. @@ -38,13 +35,12 @@ Jitsi Meet est un logiciel libre (Apache) dont Jitsi Videobridge, avec WebRTC Ja ![](https://jitsi.org/wp-content/uploads/2018/08/brady-bunch-stand-up-1024x632.jpg) -## Démonstration +## Démo -* [Démonstration officielle](https://meet.jit.si/) +* [Démo officielle](https://meet.jit.si/) ## Configuration -Comment configurer cette application : Via l'interface d'administration, un fichier texte en SSH ou un autre moyen. ## Documentation From fb008ef2358fc14fb48cb389201f1b164389af05 Mon Sep 17 00:00:00 2001 From: saimyx <44293594+Saimyx@users.noreply.github.com> Date: Wed, 29 Apr 2020 11:39:25 +0200 Subject: [PATCH 5/9] Update README_fr.md --- README_fr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_fr.md b/README_fr.md index c64ef90..5b2d368 100644 --- a/README_fr.md +++ b/README_fr.md @@ -41,6 +41,7 @@ Jitsi Meet est un logiciel libre (Apache) dont Jitsi Videobridge, avec WebRTC Ja ## Configuration +Comment configurer cette application: via le panneau d'administration, un fichier brut en SSH ou tout autre moyen. ## Documentation From e863c4c2c702bb4ec814e8fca1b5deef757999d2 Mon Sep 17 00:00:00 2001 From: saimyx <44293594+Saimyx@users.noreply.github.com> Date: Wed, 29 Apr 2020 11:40:49 +0200 Subject: [PATCH 6/9] Update README_fr.md --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 5b2d368..496e340 100644 --- a/README_fr.md +++ b/README_fr.md @@ -58,7 +58,7 @@ Comment configurer cette application: via le panneau d'administration, un fichie * Rapporter un bug : https://github.com/YunoHost-Apps/jitsi_ynh/issues * Site de l'application : https://jitsi.org/ - * Répertoire de l'application de base : https://github.com/jitsi/jitsi-meet + * Dépôt de l'application de base : https://github.com/jitsi/jitsi-meet * Site web de YunoHost : https://yunohost.org/ --- From b0fb6d19d4284a10e8d9331204a9b376a35ec331 Mon Sep 17 00:00:00 2001 From: saimyx <44293594+Saimyx@users.noreply.github.com> Date: Wed, 29 Apr 2020 11:41:32 +0200 Subject: [PATCH 7/9] Update README_fr.md --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 496e340..78b33bf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -69,6 +69,6 @@ Merci de faire votre « pull request » sur la [branche de test](https://github. Pour tester la branche de test, faites comme ceci. ``` sudo yunohost app install https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug -or +ou sudo yunohost app upgrade jitsi -u https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug ``` From 55c0365dde3be80c42cc5beaafac1640e25392a0 Mon Sep 17 00:00:00 2001 From: saimyx <44293594+Saimyx@users.noreply.github.com> Date: Wed, 29 Apr 2020 11:48:59 +0200 Subject: [PATCH 8/9] lien readme_fr --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1cb8d1c..a963e6b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Those limitations come from the packaging of the upstream app. Have to be improv [![Integration level](https://dash.yunohost.org/integration/jitsi.svg)](https://dash.yunohost.org/appci/app/jitsi) [![Install Jitsi Meet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=jitsi) +*[Lire ce readme en français.](./README_fr.md)* + > *This package allow you to install Jitsi Meet quickly and simply on a YunoHost server. [Install YunoHost](https://yunohost.org/#/install) to be able to do so.* From c8303067f39f2e6729af09206cb6c94c26bf0a50 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 30 Apr 2020 00:42:49 +0200 Subject: [PATCH 9/9] smalls typos --- README.md | 4 ++-- README_fr.md | 21 +++++++++++---------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a963e6b..4c43cda 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Those limitations come from the packaging of the upstream app. Have to be improved. - [![Integration level](https://dash.yunohost.org/integration/jitsi.svg)](https://dash.yunohost.org/appci/app/jitsi) +[![Integration level](https://dash.yunohost.org/integration/jitsi.svg)](https://dash.yunohost.org/appci/app/jitsi) [![Install Jitsi Meet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=jitsi) *[Lire ce readme en français.](./README_fr.md)* > *This package allow you to install Jitsi Meet quickly and simply on a YunoHost server. -[Install YunoHost](https://yunohost.org/#/install) to be able to do so.* +If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* ## Overview Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Videobridge to provide high quality, secure, and scalable video conferences. diff --git a/README_fr.md b/README_fr.md index 78b33bf..c936b58 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,7 +1,6 @@ # Jitsi Meet pour YunoHost ## Avertissements - **Jitsi-meet** pour YunoHost est limité actuellement : * Il ne peut être utilisé qu'avec Chrome ou un navigateur basé sur Chromium * Il est limité à 2 participants par réunion @@ -12,11 +11,11 @@ Ces limitations viennent de la manière dont l'application a été empaquetée p [![Installer Jitsi Meet avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=jitsi) *[Read this readme in english.](./README.md)* + > *Ce paquet vous permet d'installer Jistsi Meet 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 - Jitsi Meet est un logiciel libre (Apache) dont Jitsi Videobridge, avec WebRTC Javascript, propose des vidéos-conférences de haute qualité, sécurisées et évolutives. **Version actuelle :** 1.0.3729 @@ -47,7 +46,7 @@ Comment configurer cette application: via le panneau d'administration, un fichie * Documentation officielle : https://jitsi.org/user-faq/ -## Fonctionnalités spécifiques à YunoHost +## Caractéristiques spécifiques YunoHost #### Architectures supportées @@ -56,17 +55,19 @@ Comment configurer cette application: via le panneau d'administration, un fichie ## Liens - * Rapporter un bug : https://github.com/YunoHost-Apps/jitsi_ynh/issues - * Site de l'application : https://jitsi.org/ - * Dépôt de l'application de base : https://github.com/jitsi/jitsi-meet - * Site web de YunoHost : https://yunohost.org/ + * Signaler un bug: https://github.com/YunoHost-Apps/jitsi_ynh/issues + * Site de l'application: https://jitsi.org/ + * Dépôt de l'application principale: https://github.com/jitsi/jitsi-meet + * Site web YunoHost: https://yunohost.org/ --- -Informations pour les développeurs + +Informations pour les développeurs ---------------- -Merci de faire votre « pull request » sur la [branche de test](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing). -Pour tester la branche de test, faites comme ceci. +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. ``` sudo yunohost app install https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug ou