From 75535b4a1668699d089b1450ee511033a88d48ce Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Sat, 9 Feb 2019 12:10:29 -0600 Subject: [PATCH 1/2] Moved i2p-bote to worth mentioning due to lack of development, difficulty of use, and no build being available except for a magnet link on the i2p wiki. Consider replacing with ZeroNet's ZeroMail. --- _includes/sections/email-alternatives.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/_includes/sections/email-alternatives.html b/_includes/sections/email-alternatives.html index 7722b964..cc03486b 100644 --- a/_includes/sections/email-alternatives.html +++ b/_includes/sections/email-alternatives.html @@ -3,22 +3,13 @@
{% include card.html color="success" - title="I2P-Bote" - 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" title="Bitmessage" 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, meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide \"non-content\" data." - %} {% include card.html color="warning" + %} {% include card.html color="primary" title="RetroShare" image="assets/img/tools/RetroShare.png" url="http://retroshare.net" @@ -27,3 +18,9 @@ %}
+ +

Worth Mentioning

+ + -- 2.47.2 From f242ef24efdd6c1e7fe2f268ad0a365d3cd3dfb0 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Tue, 12 Feb 2019 11:06:37 -0600 Subject: [PATCH 2/2] put include on new line --- _includes/sections/email-alternatives.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/sections/email-alternatives.html b/_includes/sections/email-alternatives.html index cc03486b..eebb93e1 100644 --- a/_includes/sections/email-alternatives.html +++ b/_includes/sections/email-alternatives.html @@ -9,7 +9,8 @@ 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, meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide \"non-content\" data." - %} {% include card.html color="primary" + %} + {% include card.html color="primary" title="RetroShare" image="assets/img/tools/RetroShare.png" url="http://retroshare.net" -- 2.47.2