From b1d6d6ad1e99a6d54d568fbeb05722e7703ca449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:07:44 +0100 Subject: [PATCH 1/4] Update DISCLAIMER.md --- doc/DISCLAIMER.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 2e88734..6cad2cf 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -9,3 +9,13 @@ smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223 ``` For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use. + +[iOS app](https://apps.apple.com/us/app/simplex-chat/id1605771084) +  +[![Android app](https://github.com/simplex-chat/.github/blob/master/profile/images/google_play.svg)](https://play.google.com/store/apps/details?id=chat.simplex.app) +  +[F-Droid](https://app.simplex.chat) +  +[iOS TestFlight](https://testflight.apple.com/join/DWuT2LQu) +  +[APK](https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex.apk) From 7dde4924156e54e89bbda77185358b4217db9eaf Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 16 Jan 2023 21:07:48 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 10 ++++++++++ README_fr.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/README.md b/README.md index 4338145..6f68d3d 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,16 @@ smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223 For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use. +[iOS app](https://apps.apple.com/us/app/simplex-chat/id1605771084) +  +[![Android app](https://github.com/simplex-chat/.github/blob/master/profile/images/google_play.svg)](https://play.google.com/store/apps/details?id=chat.simplex.app) +  +[F-Droid](https://app.simplex.chat) +  +[iOS TestFlight](https://testflight.apple.com/join/DWuT2LQu) +  +[APK](https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex.apk) + ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index ba8a9f1..743799a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -37,6 +37,16 @@ smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223 For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use. +[iOS app](https://apps.apple.com/us/app/simplex-chat/id1605771084) +  +[![Android app](https://github.com/simplex-chat/.github/blob/master/profile/images/google_play.svg)](https://play.google.com/store/apps/details?id=chat.simplex.app) +  +[F-Droid](https://app.simplex.chat) +  +[iOS TestFlight](https://testflight.apple.com/join/DWuT2LQu) +  +[APK](https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex.apk) + ## Documentations et ressources * Site officiel de l’app : From e3ff1e0fd41a4ef7f9e8b4b72e883fd2946d58e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:09:53 +0100 Subject: [PATCH 3/4] Fix --- doc/DISCLAIMER.md | 3 --- doc/DISCLAIMER_fr.md | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 doc/DISCLAIMER_fr.md diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 6cad2cf..79f58fd 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -16,6 +16,3 @@ For mobile clients, open Settings, find an option "SMP servers", toggle "Configu   [F-Droid](https://app.simplex.chat)   -[iOS TestFlight](https://testflight.apple.com/join/DWuT2LQu) -  -[APK](https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex.apk) diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..ab52f39 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,18 @@ +### Adresse du serveur SMP + +Vous pouvez trouver l'empreinte digitale dans le service SimpleX Chat dans la webadmin. + +L'adresse de votre serveur SMP devrait ressembler à ceci : + +``` +smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223 +``` + +Pour les clients mobiles, ouvrez Paramètres, recherchez une option "Serveurs SMP", activez "Configurer les serveurs SMP", puis entrez l'adresse des serveurs SMP pour tous les serveurs que vous souhaitez que le client utilise. + +[iOS app](https://apps.apple.com/us/app/simplex-chat/id1605771084) +  +[![Android app](https://github.com/simplex-chat/.github/blob/master/profile/images/google_play.svg)](https://play.google.com/store/apps/details?id=chat.simplex.app) +  +[F-Droid](https://app.simplex.chat) +  From 8be65515570cffa8bced9684a62a6f17ec4daeb7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 16 Jan 2023 21:10:02 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 3 --- README_fr.md | 11 ++++------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6f68d3d..b52e740 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,6 @@ For mobile clients, open Settings, find an option "SMP servers", toggle "Configu   [F-Droid](https://app.simplex.chat)   -[iOS TestFlight](https://testflight.apple.com/join/DWuT2LQu) -  -[APK](https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex.apk) ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 743799a..c2283b4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,17 +25,17 @@ SimpleX - la première plate-forme de messagerie qui n'a aucun identifiant d'uti ## Avertissements / informations importantes -### SMP server address +### Adresse du serveur SMP -You can find the fingerprint in the SimpleX Chat service in the webadmin +Vous pouvez trouver l'empreinte digitale dans le service SimpleX Chat dans la webadmin. -Your SMP server address should look like this: +L'adresse de votre serveur SMP devrait ressembler à ceci : ``` smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223 ``` -For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use. +Pour les clients mobiles, ouvrez Paramètres, recherchez une option "Serveurs SMP", activez "Configurer les serveurs SMP", puis entrez l'adresse des serveurs SMP pour tous les serveurs que vous souhaitez que le client utilise. [iOS app](https://apps.apple.com/us/app/simplex-chat/id1605771084)   @@ -43,9 +43,6 @@ For mobile clients, open Settings, find an option "SMP servers", toggle "Configu   [F-Droid](https://app.simplex.chat)   -[iOS TestFlight](https://testflight.apple.com/join/DWuT2LQu) -  -[APK](https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex.apk) ## Documentations et ressources