From a63713052fdc0cec766c17272842890ad90d0501 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Sun, 15 Sep 2019 13:53:33 +0000 Subject: [PATCH 1/4] Add navbar link to metadata removal tools (#1307) --- _includes/nav.html | 1 + _includes/sections/productivity-tools.html | 24 +++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/_includes/nav.html b/_includes/nav.html index 62f3b263..a41e2aea 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -68,6 +68,7 @@ Email Clients File Encryption File Sharing + Metadata Removal Tools Password Manager Productivity Tools Real-Time Communication diff --git a/_includes/sections/productivity-tools.html b/_includes/sections/productivity-tools.html index 9f9e2004..3ffbd45c 100644 --- a/_includes/sections/productivity-tools.html +++ b/_includes/sections/productivity-tools.html @@ -46,6 +46,18 @@ ios="https://itunes.apple.com/app/apple-store/id1000755153" %} +

Worth Mentioning

+ + +

@@ -69,15 +81,3 @@ netbsd="https://pypi.org/project/mat2/" %} - -

Worth Mentioning

- -
From 97a8148009a0c76ac728a6b88e38a4cae1e5a77a Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Sun, 15 Sep 2019 14:12:14 +0000 Subject: [PATCH 2/4] Update and link to contact page from navbar (#1311) * Update and link to contact page from navbar * Update contact.md Co-Authored-By: Mikaela Suomalainen --- _includes/nav.html | 1 + contact.md | 30 +++++++++--------------------- 2 files changed, 10 insertions(+), 21 deletions(-) diff --git a/_includes/nav.html b/_includes/nav.html index a41e2aea..c0e019d1 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -142,6 +142,7 @@ Blog + Contact Donate diff --git a/contact.md b/contact.md index 50a49f09..dc49bda3 100644 --- a/contact.md +++ b/contact.md @@ -5,34 +5,22 @@ title: "Contact Us" description: "Contact the privacytoolsIO team if you have any suggestions or are experiencing any issues." --- -## Editorial Team +## Suggestions? It's very important to us to stay up-to-date on the latest changes in the privacy space. If you have a software recommendation for us, or want to request a change on this website, please don't hesitate to reach out. -[ Start a discussion in our Discourse Forum](https://forum.privacytools.io/) +[ Start a discussion in our Discourse forum](https://forum.privacytools.io/) -[ Open an issue or pull request on GitHub](https://github.com/privacytoolsIO/privacytools.io/issues) +[ Open an issue on GitHub](https://github.com/privacytoolsIO/privacytools.io/issues) -[ Suggest something new on reddit](https://www.reddit.com/r/privacytoolsIO/) +[ Suggest something new on our subreddit](https://www.reddit.com/r/privacytoolsIO/) -For complete transparency, software and providers will only be considered for this website after discussions take place on either of the above platforms. +For complete transparency, software and providers will only be considered for this website after discussions take place on any of the above platforms. -We're on Matrix! Join us at `#general:privacytools.io` to chat with us and other members about this site and privacy in general. If you need a Matrix account, you can sign up with our own homeserver (`https://chat.privacytools.io`) using [riot.privacytools.io](https://riot.privacytools.io/) or any Matrix client! +## Chat with the Team -## Abuse +Join our Matrix room at `#general:privacytools.io` or [privacytools_io Keybase team](https://keybase.io/team/privacytools_io) to chat with [us](https://github.com/orgs/privacytoolsIO/people) and other members about this site and privacy in general! If you need a Matrix account, you can sign up with our own homeserver (`https://chat.privacytools.io`) using [riot.privacytools.io](https://riot.privacytools.io/). -We take the operation of our various [services](/services/) very seriously. Report only abuse here: abuse at privacytools dot io. +## Code of Conduct -
-
-
-
- GitHub Issues -
- -
-
-
+We take the operation of our various [services](/services/) very seriously, and adhere to our [Code of Conduct](https://github.com/privacytoolsIO/privacytools.io/blob/master/CODE_OF_CONDUCT.md). For any questions or to report abuse, please see our CoC's [Enforcement](https://github.com/privacytoolsIO/privacytools.io/blob/master/CODE_OF_CONDUCT.md#enforcement) section. From 2011fb913a817f8f86ce62b20a83c2dc6f8c2e04 Mon Sep 17 00:00:00 2001 From: Dawid Potocki Date: Sun, 15 Sep 2019 16:29:44 +0000 Subject: [PATCH 3/4] Fix Signal's Google Play icon not showing up (#1316) --- _includes/sections/instant-messenger.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html index 3ccab45c..695a458e 100644 --- a/_includes/sections/instant-messenger.html +++ b/_includes/sections/instant-messenger.html @@ -14,11 +14,10 @@ labels="success:VoIP" website="https://signal.org/" forum="https://forum.privacytools.io/t/discussion-signal/664" github="https://github.com/signalapp" -playstore="https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms" windows="https://signal.org/download/" mac="https://signal.org/download/" linux="https://signal.org/download/" -playstore="https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms" +googleplay="https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms" android="https://signal.org/android/apk/#apk-danger" ios="https://apps.apple.com/us/app/signal-private-messenger/id874139669" %} From 580628754f5a0a1cc2296a13576aba985ee16169 Mon Sep 17 00:00:00 2001 From: Dawid Potocki Date: Sun, 15 Sep 2019 16:42:40 +0000 Subject: [PATCH 4/4] Remove "Contact" from navbar (#1317) --- _includes/nav.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/nav.html b/_includes/nav.html index c0e019d1..a41e2aea 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -142,7 +142,6 @@ Blog - Contact Donate