From 7d7e39430cb0918352a4e5e4eb1d89f9e271dc1e Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Thu, 5 Dec 2019 07:12:23 +0000 Subject: [PATCH 1/2] Recommend "Tox" over "qTox" --- _includes/sections/instant-messenger.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html index d55d6568..402c1fc0 100644 --- a/_includes/sections/instant-messenger.html +++ b/_includes/sections/instant-messenger.html @@ -178,17 +178,22 @@ {% include cardv2.html - title="qTox" + title="Tox" image="/assets/img/svg/3rd-party/tox.svg" image-dark="/assets/img/svg/3rd-party/tox-dark.svg" description='Encrypted instant messaging and video calling software. Uses its own encryption protocol that has not yet been officially audited by cryptographers.' labels="warning:Experimental:Encryption has not been audited by professional cryptographers|success:VoIP" website="https://tox.chat" forum="https://forum.privacytools.io/t/discussion-tox/2115" - github="https://github.com/qTox/qTox" windows="https://tox.chat/download.html#oses" mac="https://tox.chat/download.html#oses" linux="https://tox.chat/download.html#oses" + freebsd="https://tox.chat/download.html#oses" + openbsd="http://openports.se/search.php?so=tox" + netbsd="http://pkgsrc.se/search.php?so=tox" + fdroid="https://tox.chat/download.html#oses" + googleplay="https://tox.chat/download.html#oses" + ios="https://tox.chat/download.html#oses" %}

Worth Mentioning

-- 2.47.2 From d30a150016b376194e86cd12dc618d98f39c4723 Mon Sep 17 00:00:00 2001 From: Dawid Potocki Date: Thu, 5 Dec 2019 18:39:33 +0000 Subject: [PATCH 2/2] Fix images on /providers/ and site favicons (#1568) --- _includes/head.html | 4 ++-- _includes/sections/key-disclosure-law.html | 2 +- _includes/sections/warrant-canary.html | 2 +- assets/img/svg/layout/brand/square-transparent.svg | 2 ++ .../svg/layout/great_seal_of_the_united_states_obverse.svg | 2 ++ assets/img/svg/layout/warrant_canary_example.svg | 2 ++ 6 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 assets/img/svg/layout/brand/square-transparent.svg create mode 100644 assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg create mode 100644 assets/img/svg/layout/warrant_canary_example.svg diff --git a/_includes/head.html b/_includes/head.html index 35278728..c072a19d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -17,7 +17,7 @@ {% endif %} - + @@ -35,7 +35,7 @@ "privacytoolsIO" ], "url": "{{ site.production_url }}", - "logo": "{{ site.production_url }}/assets/img/png/layout/shield.png", + "logo": "{{ site.production_url }}/assets/img/svg/layout/brand/square-transparent.svg", "sameAs": [ "https://blog.privacytools.io", "https://twitter.com/privacytoolsIO", diff --git a/_includes/sections/key-disclosure-law.html b/_includes/sections/key-disclosure-law.html index b1f7e698..9c341619 100644 --- a/_includes/sections/key-disclosure-law.html +++ b/_includes/sections/key-disclosure-law.html @@ -67,7 +67,7 @@

Why is it not recommended to choose a US-based service?

-USA +USA

Services based in the United States are not recommended because of the country's surveillance programs and use of National Security Letters (NSLs) with accompanying gag orders, which forbid the recipient from talking about the request. This combination allows the government to secretly force companies to grant complete access to customer data and transform the service into a tool of mass surveillance.

diff --git a/_includes/sections/warrant-canary.html b/_includes/sections/warrant-canary.html index 2f128248..d5cf761e 100644 --- a/_includes/sections/warrant-canary.html +++ b/_includes/sections/warrant-canary.html @@ -1,6 +1,6 @@

What is a warrant canary?

-Warrant Canary Example +Warrant Canary Example

A warrant canary is a posted document stating that an organization has not received any secret subpoenas during a specific period of time. If this document fails to be updated during the specified time then the user is to assume that the service has received such a subpoena and should stop using the service.

diff --git a/assets/img/svg/layout/brand/square-transparent.svg b/assets/img/svg/layout/brand/square-transparent.svg new file mode 100644 index 00000000..f9abdd92 --- /dev/null +++ b/assets/img/svg/layout/brand/square-transparent.svg @@ -0,0 +1,2 @@ + + diff --git a/assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg b/assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg new file mode 100644 index 00000000..6a161f6d --- /dev/null +++ b/assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg @@ -0,0 +1,2 @@ + + diff --git a/assets/img/svg/layout/warrant_canary_example.svg b/assets/img/svg/layout/warrant_canary_example.svg new file mode 100644 index 00000000..c7d3de15 --- /dev/null +++ b/assets/img/svg/layout/warrant_canary_example.svg @@ -0,0 +1,2 @@ + + -- 2.47.2