diff --git a/_data/lang/en/general.yml b/_data/lang/en/general.yml
new file mode 100644
index 00000000..19234d3d
--- /dev/null
+++ b/_data/lang/en/general.yml
@@ -0,0 +1,8 @@
+---
+subheading: >
+ You are being watched. Private and state-sponsored organizations are monitoring and recording
+ your online activities. privacytools.io provides knowledge and tools to protect your privacy
+ against global mass surveillance.
+translations_disclaimer: Translations of privacytools.io were done by volunteers. They might be not up to date.
+Read also: Read also
+---
\ No newline at end of file
diff --git a/_data/lang/en/kdl.json b/_data/lang/en/kdl.json
deleted file mode 100644
index f842315c..00000000
--- a/_data/lang/en/kdl.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "title": "Key Disclosure Law",
- "subtitle": "Who is required to hand over the encryption keys to authorities?",
- "description": "Mandatory key disclosure laws require individuals to turn over encryption keys to law enforcement conducting a criminal investigation. How these laws are implemented (who may be legally compelled to assist) vary from nation to nation, but a warrant is generally required. Defenses against key disclosure laws include steganography and encrypting data in a way that provides plausible deniability.\n\nSteganography involves hiding sensitive information (which may be encrypted) inside of ordinary data (for example, encrypting an image file and then hiding it in an audio file). With plausible deniability, data is encrypted in a way that prevents an adversary from being able to prove that the information they are after exists (for example, one password may decrypt benign data and another password, used on the same file, could decrypt sensitive data)."
-}
\ No newline at end of file
diff --git a/_data/lang/en/nothing_to_hide.yml b/_data/lang/en/nothing_to_hide.yml
new file mode 100644
index 00000000..a6f5f72f
--- /dev/null
+++ b/_data/lang/en/nothing_to_hide.yml
@@ -0,0 +1,17 @@
+---
+title: Privacy? I don't have anything to hide.
+quote: >
+ Over the last 16 months, as I've debated this issue around the world,
+ every single time somebody has said to me, "I don't really worry about
+ invasions of privacy because I don't have anything to hide." I always
+ say the same thing to them. I get out a pen, I write down my email address.
+ I say, "Here's my email address. What I want you to do when you get home
+ is email me the passwords to all of your email accounts, not just the
+ nice, respectable work one in your name, but all of them, because I want
+ to be able to just troll through what it is you're doing online, read
+ what I want to read and publish whatever I find interesting. After all,
+ if you're not a bad person, if you're doing nothing wrong, you should
+ have nothing to hide." Not a single person hsa taken me up on
+ that offer
+talk_name: Why privacy matters
+---
\ No newline at end of file
diff --git a/_data/lang/it/general.yml b/_data/lang/it/general.yml
new file mode 100644
index 00000000..d1d1ed14
--- /dev/null
+++ b/_data/lang/it/general.yml
@@ -0,0 +1,7 @@
+---
+subheading: >
+ You are being watched. Private and state-sponsored organizations are monitoring and recording
+ your online activities. privacytools.io provides knowledge and tools to protect your privacy
+ against global mass surveillance.
+read_also: Read
+---
\ No newline at end of file
diff --git a/_data/lang/it/kdl.json b/_data/lang/it/kdl.json
deleted file mode 100644
index 6d526bcd..00000000
--- a/_data/lang/it/kdl.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "title": "Key Disclosure Law (but in Italian)",
- "description": "Mandatory key disclosure laws require individuals to turn over encryption keys to law enforcement conducting a criminal investigation. How these laws are implemented (who may be legally compelled to assist) vary from nation to nation, but a warrant is generally required. Defenses against key disclosure laws include steganography and encrypting data in a way that provides plausible deniability.\n\nSteganography involves hiding sensitive information (which may be encrypted) inside of ordinary data (for example, encrypting an image file and then hiding it in an audio file). With plausible deniability, data is encrypted in a way that prevents an adversary from being able to prove that the information they are after exists (for example, one password may decrypt benign data and another password, used on the same file, could decrypt sensitive data). (but in Italian)"
-}
\ No newline at end of file
diff --git a/_data/lang/it/nothing_to_hide.yml b/_data/lang/it/nothing_to_hide.yml
new file mode 100644
index 00000000..a6f5f72f
--- /dev/null
+++ b/_data/lang/it/nothing_to_hide.yml
@@ -0,0 +1,17 @@
+---
+title: Privacy? I don't have anything to hide.
+quote: >
+ Over the last 16 months, as I've debated this issue around the world,
+ every single time somebody has said to me, "I don't really worry about
+ invasions of privacy because I don't have anything to hide." I always
+ say the same thing to them. I get out a pen, I write down my email address.
+ I say, "Here's my email address. What I want you to do when you get home
+ is email me the passwords to all of your email accounts, not just the
+ nice, respectable work one in your name, but all of them, because I want
+ to be able to just troll through what it is you're doing online, read
+ what I want to read and publish whatever I find interesting. After all,
+ if you're not a bad person, if you're doing nothing wrong, you should
+ have nothing to hide." Not a single person hsa taken me up on
+ that offer
+talk_name: Why privacy matters
+---
\ No newline at end of file
diff --git a/_includes/card.html b/_includes/components/card.html
similarity index 96%
rename from _includes/card.html
rename to _includes/components/card.html
index 069943ae..6b74ce39 100644
--- a/_includes/card.html
+++ b/_includes/components/card.html
@@ -30,7 +30,7 @@
{% endif %}
{% if include.tor %}
-
+
{% endif %}
{% if include.extra_button %}
diff --git a/_includes/panel.html b/_includes/components/panel.html
similarity index 100%
rename from _includes/panel.html
rename to _includes/components/panel.html
diff --git a/_includes/content/kdl.md b/_includes/content/kdl.md
deleted file mode 100644
index 3564fa07..00000000
--- a/_includes/content/kdl.md
+++ /dev/null
@@ -1,6 +0,0 @@
-{% assign lang = site.data.lang.[include.lang].kdl %}
-{% assign english = site.data.lang.en.kdl %}
-
-# {{ lang.title | default: english.title }}
-## {{ lang.subtitle | default: english.subtitle }}
-{{ lang.description | default: english.description }}
\ No newline at end of file
diff --git a/_includes/content/nothing_to_hide.html b/_includes/content/nothing_to_hide.html
new file mode 100644
index 00000000..ce578979
--- /dev/null
+++ b/_includes/content/nothing_to_hide.html
@@ -0,0 +1,15 @@
+{% assign lang = site.data.lang.[include.lang].nothing_to_hide %}
+{% assign en = site.data.lang.en.nothing_to_hide %}
+
+
+
{{ lang.title | default: en.title }}
+
+
+
+
+ {{ lang.quote | default: en.quote }}
+
+
+
\ No newline at end of file
diff --git a/index.html b/_includes/index.html
similarity index 89%
rename from index.html
rename to _includes/index.html
index 897fc09b..705465f2 100644
--- a/index.html
+++ b/_includes/index.html
@@ -1,20 +1,21 @@
----
-layout: default
----
+{% assign language = site.data.lang.[include.lang].general %}
+{% assign english = site.data.lang.en.general %}
+{% assign selected = include.lang %}
+
-
-
You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. privacytools.io provides knowledge and tools to protect your privacy against global mass surveillance.
-
- Over the last 16 months, as I've debated this issue around the world, every single time somebody has said to me, "I don't really worry about invasions of privacy because I don't have anything to hide." I always say the same thing to them. I get out a
- pen, I write down my email address. I say, "Here's my email address. What I want you to do when you get home is email me the passwords to all of your email accounts, not just the nice, respectable work one in your name, but all of them, because I
- want to be able to just troll through what it is you're doing online, read what I want to read and publish whatever I find interesting. After all, if you're not a bad person, if you're doing nothing wrong, you should have nothing to hide." Not a single person has taken me up on that offer.
-
-
-
Read also:
+{% include content/nothing_to_hide.html lang=selected %}
+
+
The UKUSA Agreement is an agreement between the United Kingdom, United States, Australia, Canada, and New Zealand to cooperatively collect, analyze, and share intelligence. Members of this group, known as the Five Eyes,
focus on gathering and analyzing intelligence from different parts of the world. While Five Eyes countries have agreed to not spy on each other as adversaries, leaks by Snowden have revealed that some Five Eyes members monitor each other’s citizens and share intelligence to avoid breaking domestic laws that prohibit them from spying on their own citizens. The Five Eyes alliance also cooperates with groups of third-party countries to share intelligence (forming the Nine Eyes and Fourteen Eyes), however Five Eyes and third-party countries can and do
@@ -62,7 +54,7 @@ layout: default
- {% include panel.html color="danger"
+ {% include components/panel.html color="danger"
title="Five Eyes"
body='
- {% include panel.html color="danger"
+ {% include components/panel.html color="danger"
title="Key disclosure laws apply"
body='
@@ -130,7 +122,7 @@ layout: default
'
%}
- {% include panel.html color="warning"
+ {% include components/panel.html color="warning"
title="Key disclosure laws may apply"
body='
@@ -144,7 +136,7 @@ layout: default
'
%}
- {% include panel.html color="success"
+ {% include components/panel.html color="success"
title="Key disclosure laws don't apply"
body='
@@ -162,7 +154,7 @@ layout: default
Why is it not recommended to choose a US-based service?
-
+
Services based in the United States are not recommended because of the country’s surveillance programs, use of National Security Letters (NSLs) and 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
@@ -210,7 +202,7 @@ layout: default
-
+
54 €
Yes
162
@@ -220,7 +212,7 @@ layout: default
-
+
45 €
Yes
@@ -231,7 +223,7 @@ layout: default
-
+
99 €
Yes
@@ -242,7 +234,7 @@ layout: default
-
+
$ 52
Yes
@@ -253,7 +245,7 @@ layout: default
-
+
39,99 €
No
@@ -264,7 +256,7 @@ layout: default
-
+
$ 99.95
Yes
@@ -275,7 +267,7 @@ layout: default
-
+
$ 35.88
No
@@ -286,7 +278,7 @@ layout: default
-
+
$ 65.04
Yes
@@ -297,7 +289,7 @@ layout: default
-
+
$ 100
Yes
@@ -308,7 +300,7 @@ layout: default
-
+
60 €
Yes
@@ -319,7 +311,7 @@ layout: default
-
+
$ 69
Yes
@@ -330,7 +322,7 @@ layout: default
-
+
$ 84
Yes
@@ -341,7 +333,7 @@ layout: default
-
+
124.95 €
No
@@ -354,7 +346,7 @@ layout: default
"Warning: It has come to our attention that Privatoria are no longer supporting their service – its advised to try some other VPN provider." Source: https://www.deepdotweb.com/2016/01/03/privatoria-review/
-
+
$ 22.8
Yes
@@ -365,7 +357,7 @@ layout: default
-->
-
+
Free
Yes
@@ -376,7 +368,7 @@ layout: default
-
+
$ 90
No
@@ -387,7 +379,7 @@ layout: default
-
+
$ 39.95
Yes
@@ -397,7 +389,7 @@ layout: default
-
+
$ 39.99
No
@@ -407,7 +399,7 @@ layout: default
-
+
$ 59.00
Yes
@@ -417,7 +409,7 @@ layout: default
-
+
$ 35.88
No
@@ -486,7 +478,7 @@ layout: default
What is a warrant canary?
-
+
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.
Warrant Canary Examples:
@@ -510,27 +502,27 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Tor Browser"
- image="assets/img/tools/Tor-Project.png"
+ image="/assets/img/tools/Tor-Project.png"
url="https://www.torproject.org/"
tor="http://expyuzz4wqqyqhjn.onion"
footer='OS: Windows, macOS, Linux, iOS, Android, OpenBSD.'
description="Tor Browser is your choice if you need an extra layer of anonymity. It's a modified version of Firefox, it comes with pre-installed privacy add-ons, encryption and an advanced proxy."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Mozilla Firefox"
- image="assets/img/tools/Firefox.png"
+ image="/assets/img/tools/Firefox.png"
url="https://www.firefox.com/"
footer="OS: Windows, macOS, Linux, Android, iOS, BSD."
description='Firefox is fast, reliable, open source and respects your privacy. Don\'t forget to adjust the settings according to our
recommendations: WebRTC and about:config and get the privacy add-ons.'
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="Brave"
- image="assets/img/tools/Brave.png"
+ image="/assets/img/tools/Brave.png"
url="https://www.brave.com/"
footer="OS: Windows, macOS, Linux, Android, iOS."
description="The new open source browser \"Brave\" automatically blocks ads and trackers, making it faster and safer than your current browser. Brave is based on Chromium."
@@ -543,7 +535,7 @@ layout: default
GNU IceCat
-
GNU IceCat is a good choice for privacy related matters. It is a free software rebranding of the Mozilla Firefox web browser distributed by the GNU Project. IceCat comes with pre-installed privacy add-ons.
+
GNU IceCat is a good choice for privacy related matters. It is a free software rebranding of the Mozilla Firefox web browser distributed by the GNU Project. IceCat comes with pre-installed privacy add-ons.
OS: Windows, macOS, Linux, Android.
@@ -562,7 +554,7 @@ layout: default
-
+
When you visit a web page, your browser voluntarily sends information about its configuration, such as available fonts, browser type, and add-ons. If this combination of information is unique, it may be possible to identify and track you without using
@@ -655,13 +647,13 @@ layout: default
Stop Tracking with "Privacy Badger"
-
+
Privacy Badger is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse by inspecting external resources websites request. Please be aware that Google Analytics is considered first-party by Privacy Badger, which means that Google Analytics will not be blocked if you do not use another blocker, such as uBlock Origin.
https://www.eff.org/privacybadger/
Block Ads and Trackers with "uBlock Origin"
-
+
An efficient wide-spectrum-blocker that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and
is completely open source. We recommend Firefox but uBlock Origin also works in other browsers such as Safari, Opera, and Chromium. Unlike AdBlock Plus, uBlock does not allow so-called "acceptable ads".
@@ -669,33 +661,33 @@ layout: default
Automatically Delete Cookies with "Cookie AutoDelete"
-
+
Automatically removes cookies when they are no longer used by open browser tabs. With the cookies, lingering sessions, as well as information used to spy on you, will be expunged.
https://addons.mozilla.org/firefox/addon/cookie-autodelete/
Encryption with "HTTPS Everywhere"
-
+
A Firefox, Chrome, and Opera extension that encrypts your communications with many major websites, making your browsing more secure. A collaboration between The Tor Project and the Electronic Frontier Foundation.
https://www.eff.org/https-everywhere
Block Content Delivery Networks with "Decentraleyes"
-
+
Emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required. Source code: GitLab (self-hosted). https://addons.mozilla.org/firefox/addon/decentraleyes/
@@ -707,14 +699,14 @@ layout: default
Stop cross-site requests with "uMatrix"
-
+
Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. uMatrix gives you control over the requests that websites make to other websites. This gives you greater and more fine-grained control
over the information that you leak online.
@@ -722,7 +714,7 @@ layout: default
Be in total control with "NoScript Security Suite"
-
+
Highly customizable plugin to selectively allow Javascript, Java, and Flash to run only on websites you trust. Not for casual users, it requires technical knowledge to configure.
@@ -950,11 +942,11 @@ layout: default
-
+
-
-
+
+
2013
Switzerland
@@ -967,10 +959,10 @@ layout: default
-
+
-
+
2015
Netherlands
@@ -983,10 +975,10 @@ layout: default
-
+
-
+
2011
Germany
@@ -999,10 +991,10 @@ layout: default
-
+
-
+
2013
Belgium
@@ -1015,11 +1007,11 @@ layout: default
-
+
-
+
2014
Germany
@@ -1032,10 +1024,10 @@ layout: default
-
+
-
+
2009
Germany
@@ -1048,11 +1040,11 @@ layout: default
-
+
-
+
1999
Norway
@@ -1065,10 +1057,10 @@ layout: default
-
+
-
+
2003
Switzerland
@@ -1081,10 +1073,10 @@ layout: default
-
+
-
+
2014
Netherlands
@@ -1097,10 +1089,10 @@ layout: default
-
+
-
+
2010
Switzerland
@@ -1125,7 +1117,7 @@ layout: default
Become Your Own Email Provider with Mail-in-a-Box
-
+
Take it a step further and get control of your email with this easy-to-deploy mail server in a box. Mail-in-a-Box lets you become your own mail service provider in a few easy steps. It’s sort of like making your own Gmail, but one you control from top
to bottom. Technically, Mail-in-a-Box turns a fresh cloud computer into a working mail server. But you don’t need to be a technology expert to set it up. More: https://mailinabox.email/
@@ -1150,9 +1142,9 @@ layout: default
Email Clients
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Thunderbird"
- image="assets/img/tools/Thunderbird.png"
+ image="/assets/img/tools/Thunderbird.png"
url="https://mozilla.org/thunderbird"
website="mozilla.org"
footer="OS: Windows, macOS, Linux, BSD."
@@ -1160,9 +1152,9 @@ layout: default
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Claws Mail"
- image="assets/img/tools/Claws-Mail.png"
+ image="/assets/img/tools/Claws-Mail.png"
url="http://www.claws-mail.org/"
footer="OS: Windows, macOS, Linux, BSD, Solaris, Unix."
description="Claws Mail is a free and open source, GTK+-based email and news client. It offers easy configuration and an abundance of features. It is included with Gpg4win, an encryption suite for Windows."
@@ -1176,7 +1168,7 @@ layout: default
Whiteout Mail
-
Whiteout Mail is an open source email solution with strong end-to-end encryption that is really easy to use and runs on all of your devices. Keeping your emails safe has never been so easy. You can also get a new email address.
+
Whiteout Mail is an open source email solution with strong end-to-end encryption that is really easy to use and runs on all of your devices. Keeping your emails safe has never been so easy. You can also get a new email address.
OS: Chrome, Android, iOS, Web.
@@ -1196,18 +1188,18 @@ layout: default
Email Alternatives
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="I2P-Bote"
- image="assets/img/tools/I2P.png"
+ image="/assets/img/tools/I2P.png"
url="https://i2pbote.xyz/"
footer="OS: Windows, macOS, Linux, Android, BSD / Solaris."
description="I2P-Bote is a fully decentralized and distributed email system. It supports different identities and does not expose email headers. Currently (2015), it is still
in beta version and can be accessed via its web application interface or IMAP and SMTP. All bote-mails are transparently end-to-end encrypted and, optionally, signed by the sender's private key."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Bitmessage"
- image="assets/img/tools/Bitmessage.png"
+ image="/assets/img/tools/Bitmessage.png"
url="https://bitmessage.org/"
footer="OS: Windows, macOS, Linux."
description="Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless,
@@ -1215,9 +1207,9 @@ layout: default
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="RetroShare"
- image="assets/img/tools/RetroShare.png"
+ image="/assets/img/tools/RetroShare.png"
url="http://retroshare.net"
footer="OS: Windows, macOS, Linux."
description="Retroshare creates encrypted connections to your friends. Nobody can spy on you. Retroshare is completely decentralized. This means there are no central servers. It is entirely Open-Source and free. There are no costs, no ads and no Terms of Service."
@@ -1232,25 +1224,25 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="searx"
- image="assets/img/provider/searx.jpg"
+ image="/assets/img/provider/searx.jpg"
url="https://searx.me/"
tor="http://ulrn6sryqaifefld.onion"
extra_button='List of Instances'
description='An open source metasearch engine, aggregating the results of other search engines while not storing information about its users. No logs, no ads and no tracking.'
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="StartPage"
- image="assets/img/provider/StartPage.png"
+ image="/assets/img/provider/StartPage.png"
url="https://www.startpage.com/"
description="Google search results, with complete privacy protection. Behind StartPage is a european company that has been obsessive about privacy since 2006."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="DuckDuckGo"
- image="assets/img/provider/DuckDuckGo.jpg"
+ image="/assets/img/provider/DuckDuckGo.jpg"
url="https://duckduckgo.com/"
tor="http://3g2upl4pq6kufc4m.onion"
description='The search engine that doesn\'t track you. Some of DuckDuckGo\'s code is free software hosted at GitHub, but the core is proprietary. The company is based in the USA.'
@@ -1283,9 +1275,9 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Mobile: Signal"
- image="assets/img/tools/Signal.png"
+ image="/assets/img/tools/Signal.png"
url="https://signal.org"
footer="OS: Android, iOS, macOS, Windows, Linux"
description="Signal is a mobile app developed by Open Whisper Systems. The app provides instant messaging, as well as voice and video calling.
@@ -1293,9 +1285,9 @@ layout: default
and it doesn't cost anything to use."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Wire"
- image="assets/img/tools/wire.png"
+ image="/assets/img/tools/wire.png"
url="https://get.wire.com"
footer="OS: Android, iOS, macOS, Windows, Linux, Web"
description="Wire is an app developed by Wire Swiss GmbH.
@@ -1304,9 +1296,9 @@ layout: default
Caution: The company keeps a list of all the users you contact until you delete your account."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="Desktop: Ricochet"
- image="assets/img/tools/Ricochet.png"
+ image="/assets/img/tools/Ricochet.png"
url="https://ricochet.im/"
footer="OS: Windows, macOS, Linux."
description='Ricochet uses the Tor network to reach your contacts without relying on messaging servers. It creates a hidden service, which is used to rendezvous with
@@ -1340,9 +1332,9 @@ layout: default
If you are currently using a Video & Voice Messenger like Skype, Viber or Google Hangouts, you should pick an alternative here.
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Mobile: Signal"
- image="assets/img/tools/Signal.png"
+ image="/assets/img/tools/Signal.png"
url="https://signal.org"
footer="OS: Android, iOS, macOS, Windows, Linux"
description="Signal is a mobile app developed by Open Whisper Systems. The app provides instant messaging, as well as voice and video calling.
@@ -1350,9 +1342,9 @@ layout: default
and it doesn't cost anything to use."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Wire"
- image="assets/img/tools/wire.png"
+ image="/assets/img/tools/wire.png"
url="https://get.wire.com"
footer="OS: Android, iOS, macOS, Windows, Linux, Web"
description="Wire is an app developed by Wire Swiss GmbH.
@@ -1361,9 +1353,9 @@ layout: default
Caution: The company keeps a list of all the users you contact until you delete your account."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="Linphone"
- image="assets/img/tools/Linphone.png"
+ image="/assets/img/tools/Linphone.png"
url="http://www.linphone.org/"
footer="OS: iOS, Android, Windows Phone, Linux, Windows, macOS, Browser (Web)"
description="Linphone is an open source SIP Phone and a free voice over IP service, available on mobile and desktop environments and on web browsers. It supports ZRTP for end-to-end encrypted voice and video communication."
@@ -1388,18 +1380,18 @@ layout: default
File Sharing
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="OnionShare"
- image="assets/img/tools/OnionShare.png"
+ image="/assets/img/tools/OnionShare.png"
url="https://onionshare.org/"
tor="http://elx57ue5uyfplgva.onion/"
footer="OS: Windows, macOS, Linux."
description="OnionShare is an open source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files. It doesn't require setting up a server on the internet somewhere or using a third-party filesharing service. You host the file on your own computer and use a Tor onion service to make it temporarily accessible over the internet."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Magic Wormhole"
- image="assets/img/tools/Magic-Wormhole.png"
+ image="/assets/img/tools/Magic-Wormhole.png"
url="http://magic-wormhole.io/"
footer='OS: cross-platform (python)'
description='Get things from one computer to another, safely.This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another. The two endpoints are identified by using identical "wormhole codes": in general, the sending machine generates and displays the code, which must then be typed into the receiving machine. The codes are short and human-pronounceable, using a phonetically-distinct wordlist. The receiving side offers tab-completion on the codewords, so usually only a few characters must be typed. Wormhole codes are single-use and do not need to be memorized.'
@@ -1414,9 +1406,9 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Nextcloud - Choose your hoster"
- image="assets/img/provider/Nextcloud.png"
+ image="/assets/img/provider/Nextcloud.png"
description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients."
@@ -1424,9 +1416,9 @@ layout: default
footer="Client OS: Windows, macOS, Linux, BSD, Unix, iOS, Android, Fire OS. Server: Linux."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Least Authority S4 - For Experts"
- image="assets/img/provider/S4.jpg"
+ image="/assets/img/provider/S4.jpg"
description="S4 (Simple Secure Storage Service) is Least Authority's verifiably secure off-site backup system for individuals and businesses. 100% client-side encryption and open source transparency. 250GB for $9.95/month or 5TB for $25.95/month. Servers are hosted with Amazon S3 in the US."
@@ -1447,27 +1439,27 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Pydio"
- image="assets/img/tools/Pydio.png"
+ image="/assets/img/tools/Pydio.png"
url="https://pydio.com/"
footer="OS: Windows, macOS, Linux, iOS, Android."
description="Pydio is open source software that turns instantly any server (on-premise, NAS, cloud IaaS or PaaS) into a file sharing platform for your company. It is an alternative
to SaaS Boxes and Drives, with more control, safety and privacy, and favorable TCOs."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Tahoe-LAFS"
- image="assets/img/tools/Tahoe-LAFS.png"
+ image="/assets/img/tools/Tahoe-LAFS.png"
url="https://www.tahoe-lafs.org/"
footer="OS: Windows, macOS, Linux."
description="Tahoe-LAFS is a Free and Open decentralized cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are
taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="Nextcloud"
- image="assets/img/provider/Nextcloud.png"
+ image="/assets/img/provider/Nextcloud.png"
url="https://nextcloud.com/"
footer="Client OS: Windows, macOS, Linux, BSD, Unix, iOS, Android, Fire OS. Server: Linux."
description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients."
@@ -1478,9 +1470,9 @@ layout: default
Secure File Sync Software
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="SparkleShare"
- image="assets/img/tools/SparkleShare.png"
+ image="/assets/img/tools/SparkleShare.png"
url="http://sparkleshare.org/"
footer="OS: Windows, macOS, Linux."
description="SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically
@@ -1488,9 +1480,9 @@ layout: default
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Syncthing"
- image="assets/img/tools/Syncthing.png"
+ image="/assets/img/tools/Syncthing.png"
url="https://syncthing.net/"
footer="OS: Windows, macOS, Linux, Android, BSD, Solaris."
description="Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to
@@ -1512,18 +1504,18 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Bitwarden - Cloud/Self-host"
- image="assets/img/tools/bitwarden.png"
+ image="/assets/img/tools/bitwarden.png"
url="https://bitwarden.com/"
footer="OS: Windows, macOS, Linux, iOS, Android, Web."
description="Bitwarden is a free and open source password manager. It aims to solve password management problems for individuals, teams, and business organizations. Bitwarden is among the easiest and safest solutions to store all of your logins and passwords while conveniently keeping them synced between all of your devices. If you don't want to use the Bitwarden cloud, you can easily host your own Bitwarden server."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="KeePass / KeePassX - Local"
- image="assets/img/tools/KeePass.png"
+ image="/assets/img/tools/KeePass.png"
url="http://keepass.info/download.html"
website="keepass.info"
footer="OS: Windows, macOS, Linux, iOS, Android, BSD."
@@ -1531,9 +1523,9 @@ layout: default
master key or a key file. The databases are encrypted using the best and most secure encryption algorithms currently known: AES and Twofish. See also: KeePassX (not regularly updated) and KeePassXC.'
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="LessPass - Browser"
- image="assets/img/tools/LessPass.png"
+ image="/assets/img/tools/LessPass.png"
url="https://lesspass.com/"
footer="OS: Windows, macOS, Linux, Android."
description="LessPass is a free and open source password manager that generates unique passwords for websites, email accounts, or anything else based on a master password and information you know. No sync needed. Uses PBKDF2 and SHA-256. It's advised to use the browser addons for more security."
@@ -1568,26 +1560,26 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Nextcloud"
- image="assets/img/provider/Nextcloud.png"
+ image="/assets/img/provider/Nextcloud.png"
url="https://nextcloud.com/"
footer="Client OS: Windows, macOS, Linux, BSD, Unix, iOS, Android, Fire OS. Server: Linux."
description="NextCloud is a suite of client-server software for creating and using file hosting services. This includes calendar sync via CalDAV and contacts sync via CardDAV. Nextcloud is free and open-source, thereby allowing anyone to install and operate it without charge on a private server."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Email Providers"
- image="assets/img/misc/email.png"
+ image="/assets/img/misc/email.png"
url="#email"
website="Email Providers section"
footer="OS: depends on email provider."
description="Many email providers also offer calendar and or contacts sync services. Refer to the Email Providers section to choose an email provider and check if they also offer calendar and or contacts sync."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="EteSync"
- image="assets/img/provider/etesync.png"
+ image="/assets/img/provider/etesync.png"
url="https://www.etesync.com/"
footer="Client OS: Android, Web. Server OS: Linux."
description="EteSync is a secure, end-to-end encrypted and journaled personal information (e.g. contacts and calendar) cloud synchronization and backup for Android and any OS that supports CalDAV/CardDAV. It costs $14 per year to use, or you can host the server yourself for free."
@@ -1622,9 +1614,9 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="VeraCrypt - Disk Encryption"
- image="assets/img/tools/VeraCrypt.png"
+ image="/assets/img/tools/VeraCrypt.png"
url="https://veracrypt.fr/"
footer="OS: Windows, macOS, Linux."
description="VeraCrypt is a source-available freeware utility used for on-the-fly encryption. It can create a virtual encrypted disk within a file or encrypt a partition
@@ -1632,9 +1624,9 @@ layout: default
raised by the initial TrueCrypt code audit have been addressed."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="GNU Privacy Guard - Email Encryption"
- image="assets/img/tools/GnuPG.png"
+ image="/assets/img/tools/GnuPG.png"
url="https://gpgtools.org/"
footer="OS: Windows, macOS, Linux, Android, BSD."
description="GnuPG is a GPL Licensed alternative to the PGP suite of cryptographic software. GnuPG is compliant with RFC 4880, which is the current IETF standards track specification
@@ -1642,9 +1634,9 @@ layout: default
government. GPGTools for macOS."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="PeaZip - File Archive Encryption"
- image="assets/img/tools/PeaZip.png"
+ image="/assets/img/tools/PeaZip.png"
url="http://www.peazip.org/"
footer="OS: Windows, Linux, BSD."
description="PeaZip is a free and open-source file manager and file archiver made by Giorgio Tani. It supports its native PEA archive format (featuring compression, multi volume
@@ -1668,27 +1660,27 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Tor Browser"
- image="assets/img/tools/Tor-Project.png"
+ image="/assets/img/tools/Tor-Project.png"
url="https://www.torproject.org/"
tor="http://expyuzz4wqqyqhjn.onion"
footer='OS: Windows, macOS, Linux, iOS, Android, OpenBSD.'
description="The Tor network is a group of volunteer-operated servers that allows people to improve their privacy and security on the Internet. Tor's users employ this network by connecting through a series of virtual tunnels rather than making a direct connection, thus allowing both organizations and individuals to share information over public networks without compromising their privacy. Tor is an effective censorship circumvention tool."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="I2P Anonymous Network"
- image="assets/img/tools/I2P.png"
+ image="/assets/img/tools/I2P.png"
url="https://geti2p.net/"
footer="OS: Windows, macOS, Linux, Android, BSD / Solaris."
description="The Invisible Internet Project (I2P) is a computer network layer that allows applications to send messages to each other pseudonymously and securely. Uses include anonymous
Web surfing, chatting, blogging and file transfers. The software that implements this layer is called an I2P router and a computer running I2P is called an I2P node. The software is free and open source and is published under multiple licenses."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="The Freenet Project"
- image="assets/img/tools/Freenet.png"
+ image="/assets/img/tools/Freenet.png"
url="https://freenetproject.org/"
footer="OS: Windows, macOS, Linux."
description="Freenet is a peer-to-peer platform for censorship-resistant communication. It uses a decentralized distributed data store to keep and deliver information, and
@@ -1713,25 +1705,25 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Mastodon"
- image="assets/img/tools/Mastodon.png"
+ image="/assets/img/tools/Mastodon.png"
url="https://joinmastodon.org"
website="mastodon.social"
description='Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like e-mail. It also has the most users, and the most diverse (in terms of interests) users, looks good, and is easy to setup.'
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="diaspora*"
- image="assets/img/tools/diaspora.png"
+ image="/assets/img/tools/diaspora.png"
url="https://diasporafoundation.org/"
description="diaspora* is based on three key philosophies: Decentralization, freedom and privacy. It is intended to address privacy concerns related to centralized social
networks by allowing users set up their own server (or \"pod\") to host content; pods can then interact to share status updates, photographs, and other social data."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="Friendica"
- image="assets/img/tools/Friendica.png"
+ image="/assets/img/tools/Friendica.png"
url="http://friendi.ca/"
description="Friendica has an emphasis on extensive privacy settings and easy server installation. It aims to federate with as many other social networks as possible. Currently,
Friendica users can integrate contacts from Facebook, Twitter, Diaspora, GNU social, App.net, Pump.io and other services in their social streams."
@@ -1756,25 +1748,25 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Njalla - Domain Registration"
- image="assets/img/provider/Njalla.png"
+ image="/assets/img/provider/Njalla.png"
url="https://njal.la/"
tor="http://njalladnspotetti.onion"
description="Njalla only needs your email or jabber address in order to register a domain name for you. Created by people from The Pirate Bay and IPredator VPN. Accepted Payments: Bitcoin, Litecoin, Monero, DASH, Bitcoin Cash and PayPal. A privacy-aware domain registration service."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="DNSCrypt - Tool"
- image="assets/img/tools/DNSCrypt.png"
+ image="/assets/img/tools/DNSCrypt.png"
url="https://dnscrypt.info/"
description="A protocol for securing communications between a client and a DNS resolver. The DNSCrypt protocol uses high-speed high-security elliptic-curve cryptography and
is very similar to DNSCurve, but focuses on securing communications between a client and its first-level resolver."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="OpenNIC - Service"
- image="assets/img/tools/OpenNIC.png"
+ image="/assets/img/tools/OpenNIC.png"
url="http://www.opennicproject.org/"
description="OpenNIC is an alternate network information center/alternative DNS root which lists itself as an alternative to ICANN and its registries. Like all alternative
root DNS systems, OpenNIC-hosted domains are unreachable to the vast majority of the Internet. Only specific configuration in one's DNS resolver makes these reachable, and very few Internet service providers have this configuration."
@@ -1797,25 +1789,25 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Laverna"
- image="assets/img/tools/Laverna.png"
+ image="/assets/img/tools/Laverna.png"
url="https://laverna.cc/"
footer="OS: Windows, macOS, Linux, Web."
description="Laverna is a JavaScript note-taking web application with a Markdown editor and encryption support. The application stores all your notes in your browser databases, which is good for security and privacy reasons, because only you have access."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Standard Notes"
- image="assets/img/tools/StandardNotes.png"
+ image="/assets/img/tools/StandardNotes.png"
url="https://standardnotes.org/"
footer="OS: Windows, macOS, Linux, iOS, Android, Web."
description="Standard Notes is a simple and private notes app that makes your notes easy and available everywhere you are. Features end-to-end encryption on every platform, and a powerful desktop experience with themes and custom editors."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="Turtl"
- image="assets/img/tools/Turtl.png"
+ image="/assets/img/tools/Turtl.png"
url="https://turtlapp.com/"
footer="OS: Windows, macOS, Linux, Android."
description="Turtl lets you take notes, bookmark websites, and store documents for sensitive projects. From sharing passwords with your coworkers to tracking research on an article you're writing, Turtl keeps it all safe from everyone but you and those you share with."
@@ -1834,24 +1826,24 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="PrivateBin"
- image="assets/img/tools/PrivateBin.png"
+ image="/assets/img/tools/PrivateBin.png"
url="https://privatebin.net/"
description="PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES. It is the improved version of ZeroBin."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Zerobin.net"
- image="assets/img/tools/ZeroBin.png"
+ image="/assets/img/tools/ZeroBin.png"
url="https://zerobin.net/"
tor="http://zerobinqmdqd236y.onion"
description="Zerobin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="Ghostbin"
- image="assets/img/tools/Ghostbin.png"
+ image="/assets/img/tools/Ghostbin.png"
url="https://ghostbin.com/"
description="Ghostbin supports encryption, expiration, sessions, grant users to edit your notes and pastes up to one megabyte. You can also create your own account to keep track of your pastes.
The software is good but ghostbin.com's security is worrisome."
@@ -1868,26 +1860,26 @@ layout: default
Productivity Tools
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Etherpad"
- image="assets/img/tools/Etherpad.png"
+ image="/assets/img/tools/Etherpad.png"
url="http://etherpad.org/"
footer="OS: Windows, macOS, Linux."
description="Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time. Etherpad allows you to edit documents collaboratively in real-time, much like a live multi-player editor that runs in your browser. Write articles, press releases, to-do lists, etc."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Write.as"
- image="assets/img/tools/WriteAs.png"
+ image="/assets/img/tools/WriteAs.png"
url="https://write.as/"
tor="http://writeas7pm7rcdqg.onion"
footer="OS: Windows, macOS, Linux, Android, iOS, Chrome OS, Web."
description="Write.as is a cross-platform, privacy-oriented blogging platform. It's anonymous by default, letting you publish without signing up. If you create an account, it doesn't require any personal information. No ads, distraction-free, and built on a sustainable business model."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="ProtectedText"
- image="assets/img/tools/ProtectedText.png"
+ image="/assets/img/tools/ProtectedText.png"
url="https://www.protectedtext.com/"
footer="OS: All Browsers."
description="ProtectedText is an open source web application. It encrypts and decrypts text in the browser, and password (or its hash) is never sent to the server - so that text can't be decrypted even if requested by authorities. No cookies, no sessions, no registration, no users tracking."
@@ -1910,25 +1902,25 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Qubes OS"
- image="assets/img/tools/Qubes-OS.png"
+ image="/assets/img/tools/Qubes-OS.png"
url="https://www.qubes-os.org/"
tor="http://qubesos4rrrrz6n4.onion"
description="Qubes is an open-source operating system designed to provide strong security for desktop computing. Qubes is based on Xen, the X Window System, and Linux, and can run most Linux applications and utilize most of the Linux drivers."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Debian"
- image="assets/img/tools/Debian.png"
+ image="/assets/img/tools/Debian.png"
url="https://www.debian.org/"
tor="http://sejnfjrq6szgca7v.onion"
description="Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="Trisquel"
- image="assets/img/tools/Trisquel.png"
+ image="/assets/img/tools/Trisquel.png"
url="http://trisquel.info/"
description="Trisquel is a Linux-based operating system derived from Ubuntu. The project aims for a fully free software system without proprietary software or firmware and uses Linux-libre, a version of the Linux kernel with the non-free code (binary blobs) removed."
%}
@@ -1954,24 +1946,24 @@ layout: default
Live CD Operating Systems
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Tails"
- image="assets/img/tools/Tails.png"
+ image="/assets/img/tools/Tails.png"
url="https://tails.boum.org/"
description="Tails is a live operating system, that starts on almost any computer from a DVD, USB stick, or SD card. It aims at preserving privacy and anonymity, and helps to: Use the Internet anonymously and circumvent censorship; Internet connections go through the Tor network; leave no trace on the computer; use state-of-the-art cryptographic tools to encrypt files, emails and instant messaging."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="KNOPPIX"
- image="assets/img/tools/KNOPPIX.png"
+ image="/assets/img/tools/KNOPPIX.png"
url="http://www.knopper.net/knoppix/"
website="knopper.net"
description="Knoppix is an operating system based on Debian designed to be run directly from a CD / DVD (Live CD) or a USB flash drive (Live USB), one of the first of its kind for any operating system. When starting a program, it is loaded from the removable medium and decompressed into a RAM drive. The decompression is transparent and on-the-fly."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="Puppy Linux"
- image="assets/img/tools/Puppy-Linux.png"
+ image="/assets/img/tools/Puppy-Linux.png"
url="http://puppylinux.org/"
description="Puppy Linux operating system is a lightweight Linux distribution that focuses on ease of use and minimal memory footprint. The entire system can be run from RAM with current versions generally taking up about 210 MB, allowing the boot medium to be removed after the operating system has started."
%}
@@ -1989,16 +1981,16 @@ layout: default
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="LineageOS"
- image="assets/img/tools/LineageOS.png"
+ image="/assets/img/tools/LineageOS.png"
url="https://www.lineageos.org/"
description="LineageOS is a free and open-source operating system for smartphones and tablets, based on the official releases of Android by Google. It is the continuation of the CyanogenMod project."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Sailfish OS"
- image="assets/img/tools/Sailfish-OS.png"
+ image="/assets/img/tools/Sailfish-OS.png"
url="https://sailfishos.org/"
description="Sailfish OS is a mobile operating system combining the Linux kernel for a particular hardware platform use, the open-source Mer core middleware, a proprietary UI contributed by Jolla, and other third-party components."
%}
@@ -2019,7 +2011,7 @@ layout: default
Control your traffic with "NetGuard"
-
+
NetGuard provides simple and advanced ways to block certain apps' access to the internet without the help of root privileges. Applications and addresses can individually be allowed or denied access to your Wi-Fi and/or mobile connection, allowing you to control which apps are able to call home or not.
https://www.netguard.me/
@@ -2028,7 +2020,7 @@ layout: default
Manage your apps' permissions with XPrivacyLua
-
+
Revoking Android permissions from apps often let apps crash or malfunction. XPrivacyLua solves this by feeding apps fake data instead of real data.
https://lua.xprivacy.eu/
@@ -2040,23 +2032,23 @@ layout: default
Open Source Router Firmware
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="OpenWrt"
- image="assets/img/tools/OpenWrt.png"
+ image="/assets/img/tools/OpenWrt.png"
url="https://openwrt.org/"
description="OpenWrt is an operating system (in particular, an embedded operating system) based on the Linux kernel, primarily used on embedded devices to route network traffic. The main components are the Linux kernel, util-linux, uClibc and BusyBox. All components have been optimized for size, to be small enough for fitting into the limited storage and memory available in home routers."
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="pfSense"
- image="assets/img/tools/pfSense.png"
+ image="/assets/img/tools/pfSense.png"
url="https://pfsense.org/"
description="pfSense is an open source firewall/router computer software distribution based on FreeBSD. It is installed on a computer to make a dedicated firewall/router for a network and is noted for its reliability and offering features often only found in expensive commercial firewalls. pfSense is commonly deployed as a perimeter firewall, router, wireless access point, DHCP server, DNS server, and as a VPN endpoint."
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="LibreCMC"
- image="assets/img/tools/LibreCMC.png"
+ image="/assets/img/tools/LibreCMC.png"
url="https://librecmc.org"
description="LibreCMC is a GNU/Linux-libre distribution for computers with minimal resources, such as the Ben Nanonote, ath9k-based Wi-Fi routers, and other hardware with emphasis on free software. The project's current goal is to aim for compliance with the GNU Free System Distribution Guidelines (GNU FSDG) and ensure that the project continues to meet these requirements set forth by the Free Software Foundation (FSF).."
%}
@@ -2076,7 +2068,7 @@ layout: default
Microsoft introduced a lot of new features in Windows 10 such as Cortana. However, most of them are violating your privacy.
-
+
Data syncing is by default enabled.
@@ -2301,25 +2293,25 @@ This tool uses some known methods that attempt to disable major tracking feature
- {% include card.html color="success"
+ {% include components/card.html color="success"
title="Make suggestions on Reddit"
- image="assets/img/icons/reddit.png"
+ image="/assets/img/icons/reddit.png"
url="https://www.reddit.com/r/privacytoolsIO/"
website="reddit.com"
description='Our active community subreddit to stay up to date or to make suggestions. Join now! (Info)'
%}
- {% include card.html color="primary"
+ {% include components/card.html color="primary"
title="Follow on Twitter"
- image="assets/img/icons/twitter.png"
+ image="/assets/img/icons/twitter.png"
url="https://twitter.com/privacytoolsIO"
website="twitter.com"
description="Get the latest privacy-related updates from our Twitter Feed. Follow now!"
%}
- {% include card.html color="warning"
+ {% include components/card.html color="warning"
title="Develop on GitHub"
- image="assets/img/icons/github.png"
+ image="/assets/img/icons/github.png"
url="https://github.com/privacytoolsIO/privacytools.io"
website="github.com"
description="The complete website source code is available on GitHub. Join our developer team!"
@@ -2339,11 +2331,11 @@ This tool uses some known methods that attempt to disable major tracking feature