added tokens for self contained networks

This commit is contained in:
yeet648 2019-08-24 13:28:40 -07:00
parent b4a3f66ce7
commit 1526ef2ba2
2 changed files with 35 additions and 16 deletions

View File

@ -339,3 +339,21 @@ selfhosted_cloud:
nextcloud_descr: "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." nextcloud_descr: "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."
worth_mentioning: "Worth Mentioning" worth_mentioning: "Worth Mentioning"
cryptpad_descr: "- End-to-end encrypted real time collaboration sharing folders, media, and documents (open-source)." cryptpad_descr: "- End-to-end encrypted real time collaboration sharing folders, media, and documents (open-source)."
selfcontained_networks:
networks: "Self-contained Networks"
warning: "If you are currently browsing <a href=https://en.wikipedia.org/wiki/Surface_Web>clearnet</a> and want to access the <a href=https://en.wikipedia.org/wiki/Dark_web>dark web</a>, this section is for you."
tor_descr: "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."
i2p_descr: "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."
freenet_descr: "Freenet is a peer-to-peer platform for censorship-resistant communication. It uses a decentralized distributed data store to keep and deliver information, and has a suite of free software for publishing and communicating on the Web without fear of censorship. Both Freenet and some of its associated tools were originally designed by Ian Clarke, who defined Freenet's goal as providing freedom of speech on the Internet with strong anonymity protection."
related_information: "Related Information"
true_stories: "- True stories from the dark side of the Internet."
worth_mentioning: "Worth Mentioning"
zeronet_descr: "- Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network."
retroshare_descr: "- Open Source cross-platform, Friend-2-Friend and secure decentralized communication platform."
gnunet_descr: "- GNUnet provides a strong foundation of free software for a global, distributed network that provides security and privacy."
ipfs_descr: "- A peer-to-peer hypermedia protocol to make the web faster, safer, and more open. (<a href=https://github.com/privacytoolsIO/privacytools.io/pull/361#issuecomment-344414022>important privacy warning</a>)"
yggdrasil_descr: "- An early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4."
yggdrasil_warning: "The project is currently in early stages but it is being actively developed."
yggdrasil_danger: "Yggdrasil doesn't have a goal of providing anonymity and your peers know your IP address unless you are only using Tor/I2P peers."
experimental: "experimental"
privacy_warning: "privacy warning"

View File

@ -1,9 +1,13 @@
<h1 id="darknets" class="anchor"><a href="#darknets"><i class="fas fa-link anchor-icon"></i></a> Self-contained Networks</h1> <h1 id="darknets" class="anchor"><a href="#darknets"><i class="fas fa-link anchor-icon"></i></a> {% t selfcontained_networks.networks %}</h1>
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
<strong>If you are currently browsing <a href="https://en.wikipedia.org/wiki/Surface_Web">clearnet</a> and want to access the <a href="https://en.wikipedia.org/wiki/Dark_web">dark web</a>, this section is for you.</strong> <strong>{% t selfcontained_networks.warning %}</strong>
</div> </div>
{%- capture selfcontained_networks_tor_descr -%}{% t selfcontained_networks.tor_descr %}{%- endcapture -%}
{%- capture selfcontained_networks_i2p_descr -%}{% t selfcontained_networks.i2p_descr %}{%- endcapture -%}
{%- capture selfcontained_networks_freenet_descr -%}{% t selfcontained_networks.freenet_descr %}{%- endcapture -%}
<div class="row mb-2"> <div class="row mb-2">
{% include card.html color="success" {% include card.html color="success"
@ -12,7 +16,7 @@
url="https://www.torproject.org/" url="https://www.torproject.org/"
tor="http://expyuzz4wqqyqhjn.onion" tor="http://expyuzz4wqqyqhjn.onion"
footer='OS: Windows, macOS, Linux, <a href="https://mike.tig.as/onionbrowser/">iOS</a>, Android (<a href="https://www.torproject.org/download/#android">Tor Browser</a>, <a href="https://guardianproject.info/apps/orbot/">Proxy other apps with Orbot</a>), <a href="https://github.com/torbsd/openbsd-ports">OpenBSD.</a>' footer='OS: Windows, macOS, Linux, <a href="https://mike.tig.as/onionbrowser/">iOS</a>, Android (<a href="https://www.torproject.org/download/#android">Tor Browser</a>, <a href="https://guardianproject.info/apps/orbot/">Proxy other apps with Orbot</a>), <a href="https://github.com/torbsd/openbsd-ports">OpenBSD.</a>'
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." description=selfcontained_networks_tor_descr
%} %}
{% include card.html color="primary" {% include card.html color="primary"
@ -20,8 +24,7 @@
image="/assets/img/tools/I2P.png" image="/assets/img/tools/I2P.png"
url="https://geti2p.net/" url="https://geti2p.net/"
footer="OS: Windows, macOS, Linux, Android, BSD / Solaris." 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 description=selfcontained_networks_i2p_descr
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 card.html color="warning"
@ -29,25 +32,23 @@
image="/assets/img/tools/Freenet.png" image="/assets/img/tools/Freenet.png"
url="https://freenetproject.org/" url="https://freenetproject.org/"
footer="OS: Windows, macOS, Linux." 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 description=selfcontained_networks_freenet_descr
has a suite of free software for publishing and communicating on the Web without fear of censorship. Both Freenet and some of its associated tools were originally designed by Ian Clarke, who defined Freenet's goal as providing freedom of speech
on the Internet with strong anonymity protection."
%} %}
</div> </div>
<h3>Related Information</h3> <h3>{% t selfcontained_networks.related_information %}</h3>
<ul> <ul>
<li><a href="https://darknetdiaries.com/">darknetdiaries.com</a> - True stories from the dark side of the Internet.</li> <li><a href="https://darknetdiaries.com/">darknetdiaries.com</a> {% t selfcontained_networks.true_stories %}</li>
</ul> </ul>
<h3>Worth Mentioning</h3> <h3>{% t selfcontained_networks.worth_mentioning %}</h3>
<ul> <ul>
<li><a href="https://zeronet.io/">ZeroNet</a> - Open, free and uncensorable websites, using Bitcoin cryptography and BitTorrent network.</li> <li><a href="https://zeronet.io/">ZeroNet</a> {% t selfcontained_networks.zeronet_descr %}</li>
<li><a href="https://retroshare.cc/">RetroShare</a> - Open Source cross-platform, Friend-2-Friend and secure decentralized communication platform.</li> <li><a href="https://retroshare.cc/">RetroShare</a> {% t selfcontained_networks.retroshare_descr %}</li>
<li><a href="https://gnunet.org/">GNUnet</a> - GNUnet provides a strong foundation of free software for a global, distributed network that provides security and privacy.</li> <li><a href="https://gnunet.org/">GNUnet</a> {% t selfcontained_networks.gnunet_descr %}</li>
<li><a href="https://ipfs.io/">IPFS</a> - A peer-to-peer hypermedia protocol to make the web faster, safer, and more open. (<a href="https://github.com/privacytoolsIO/privacytools.io/pull/361#issuecomment-344414022">important privacy warning</a>)</li> <li><a href="https://ipfs.io/">IPFS</a> {% t selfcontained_networks.ipfs_descr %}</li>
<li><a href="https://yggdrasil-network.github.io/">Yggdrasil</a> - An early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4. <span class="badge badge-warning" data-toggle="tooltip" title="The project is currently in early stages but it is being actively developed.">experimental <i class=\"far fa-question-circle\"></i></span> <span class="badge badge-danger" data-toggle="tooltip" title="Yggdrasil doesn't have a goal of providing anonymity and your peers know your IP address unless you are only using Tor/I2P peers.">privacy warning <i class="far fa-question-circle"></i></span></li> <li><a href="https://yggdrasil-network.github.io/">Yggdrasil</a> {% t selfcontained_networks.yggdrasil_descr %}<span class="badge badge-warning" data-toggle="tooltip" title="{% t selfcontained_networks.yggdrasil_warning %}">{% t selfcontained_networks.experimental %} <i class=\"far fa-question-circle\"></i></span> <span class="badge badge-danger" data-toggle="tooltip" title="{% t selfcontained_networks.yggdrasil_danger %}">{% t selfcontained_networks.privacy_warning %} <i class="far fa-question-circle"></i></span></li>
</ul> </ul>