Replace ProtectedText with CryptPad #726
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
this may be a contentious PR, since I'm one of the developers of the software being introduced, and the software being removed is ostensibly one of our competitors. I'm not trying to be inflammatory, but I think the change is in accordance with the spirit of the community.
Description
This PR introduces CryptPad as one of the three productivity tools, replacing ProtectedText.
It does so on the basis that:
CryptPad is open-source and can be self-hosted. We know of over 200 independent installations across the web, including some by members of notable privacy-friendly organizations such as the Chaos Computer Club and the Pirate Party of Germany. ProtectedText invites the user to read the source code via their browser's tools, but the full source code (including serverside components) is not readily available. CryptPad is released according to the terms of the AGPL, while ProtectedText does not specify a license. The Contributing Guidelines specify that products listed should be open-source, unless no software is available which meets the criteria.
CryptPad offers more functionality than ProtectedText, including a wider variety of editors, all of which offer multi-user real-time collaboration, and CryptDrive (an encrypted personal space for organizing your documents). The service is actively developed, free to use, and does not include adds or social media tracking.
Finally, CryptPad recently won the Next Generation Internet award for _Privacy and Trust-Enhanced Technologies.
I welcome any feedback regarding the changes.
Thanks for your consideration.
I've updated my PR to take into account the refactoring of the canonical master branch. The semantic changes are as they were.
Thanks!