From 155a8166ce744434ca04ef79b58d42953cae3eb4 Mon Sep 17 00:00:00 2001 From: djoate <56777051+djoate@users.noreply.github.com> Date: Sun, 24 Nov 2019 19:17:00 -0500 Subject: [PATCH] Key Real-Time Communication This covers real-time communication. Aware of https://github.com/privacytoolsIO/privacytools.io/pull/1500, but that will be handled later. --- _includes/sections/instant-messenger.html | 54 +++++++++---------- _includes/sections/teamchat.html | 10 ++-- _includes/sections/voice-video-messenger.html | 16 +++--- pages/software/real-time-communication.html | 1 + 4 files changed, 41 insertions(+), 40 deletions(-) diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html index 2578d415..41b100e7 100644 --- a/_includes/sections/instant-messenger.html +++ b/_includes/sections/instant-messenger.html @@ -1,7 +1,7 @@ -

Encrypted Instant Messenger

+

{% t Encrypted Instant Messenger %}

@@ -39,44 +39,44 @@ ios="https://itunes.apple.com/app/wire/id930944768?mt=8" web="https://app.wire.com" %} -

Complete Comparison

+

{% t Complete Comparison %}

-

Worth Mentioning

+

{% t Worth Mentioning %}

-

Related Information

+

{% t Related Information %}

diff --git a/_includes/sections/teamchat.html b/_includes/sections/teamchat.html index 632e64e4..969ef7bd 100644 --- a/_includes/sections/teamchat.html +++ b/_includes/sections/teamchat.html @@ -1,7 +1,7 @@ -

Team Chat Platforms

+

{% t Team Chat Platforms %}

{% @@ -43,7 +43,7 @@ include cardv2.html title="Keybase" image="/assets/img/tools/keybase.png" - description='Keybase provides a hosted team chat with end-to-end encryption. It has also been indepedently audited (PDF).' + description='Keybase provides a hosted team chat with end-to-end encryption. It has also been independently audited (PDF).' labels="warning:Warning:The server side of Keybase runs on proprietary code and is centralized." website="https://keybase.io/" forum="https://forum.privacytools.io/t/discussion-keybase/1224" @@ -60,8 +60,8 @@ %} -

Worth Mentioning

+

{% t Worth Mentioning %}

diff --git a/_includes/sections/voice-video-messenger.html b/_includes/sections/voice-video-messenger.html index cffb7054..75a06d7d 100644 --- a/_includes/sections/voice-video-messenger.html +++ b/_includes/sections/voice-video-messenger.html @@ -1,7 +1,7 @@ -

Video/Voice Calling

+

{% t Video/Voice Calling %}

{% include cardv2.html @@ -33,18 +33,18 @@ android="https://www.mumble.info/downloads/#third-party-clients" ios="https://apps.apple.com/us/app/mumble/id443472808?ls=1" %} -

Worth Mentioning

+

{% t Worth Mentioning %}

-

Related Information

+

{% t Related Information %}

diff --git a/pages/software/real-time-communication.html b/pages/software/real-time-communication.html index 9a28ab8b..30d74b51 100644 --- a/pages/software/real-time-communication.html +++ b/pages/software/real-time-communication.html @@ -3,6 +3,7 @@ layout: page permalink: /software/real-time-communication/ title: "Real-Time Communication" description: "Discover secure and private ways to communicate with others online without letting any third parties read your messages." +translate: true --- {% include sections/instant-messenger.html %}