Replace ProtectedText with CryptPad (#726)

* Added CryptPad as one of the flagship productivity-tools, replacing protectedtext which is not open-source.

* modify CryptPad Productivity Tools description

* drop protected text
This commit is contained in:
ansuz 2019-01-22 22:05:04 +01:00 committed by Samuel Shifterovich
parent 3ece8b84e7
commit 7fbc40b54e
4 changed files with 19 additions and 10 deletions

View File

@ -28,8 +28,9 @@
</div>
<h3>Related Information</h3>
<h3>Worth Mentioning</h3>
<ul>
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration.</li>
<li><a href="https://cryptpad.fr">CryptPad</a> - Free and end-to-end encrypted real time collaboration sharing folders, media, and documents.</li>
</ul>

View File

@ -3,6 +3,16 @@
<div class="row mb-2">
{% include card.html color="success"
title="CryptPad"
image="assets/img/provider/CryptPad.png"
description="CryptPad is a private-by-design alternative to popular office tools and cloud services. All content is end-to-end encrypted. It is free and open source, enabling anyone to verify its security by auditing the code. The development team is supported by donations and grants. No registration is required, and it can be used anonymously via Tor browser."
url="https://cryptpad.fr/"
footer='OS: Linux, macOS, Windows, Web.'
%}
{% include card.html color="primary"
title="Etherpad"
image="assets/img/tools/Etherpad.png"
url="http://etherpad.org/"
@ -10,7 +20,7 @@
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 card.html color="warning"
title="Write.as"
image="assets/img/tools/WriteAs.png"
url="https://write.as/"
@ -19,14 +29,6 @@
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"
title="ProtectedText"
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."
%}
</div>
<h3>Worth Mentioning</h3>

View File

@ -33,3 +33,9 @@
%}
</div>
<h3>Worth Mentioning</h3>
<ul>
<li><a href="https://github.com/xwiki-labs/cryptpad/">CryptPad</a> - End-to-end encrypted real time collaboration sharing folders, media, and documents (open-source).</li>
</ul>

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB