summaryrefslogtreecommitdiff
path: root/docs/intro/related.rst
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-10-03 12:53:17 -0300
committerdrebs <drebs@riseup.net>2017-10-03 13:19:25 -0300
commitacfe776f00f10a4ad700796993eef1b989432e91 (patch)
tree57664abfb0a5db04d30a267f5434b3909c878bd2 /docs/intro/related.rst
parent2af51b6665b90c7e9470aacde664ac6f44290a1d (diff)
[doc] add intro section with reviwed content from old doc
Diffstat (limited to 'docs/intro/related.rst')
-rw-r--r--docs/intro/related.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/intro/related.rst b/docs/intro/related.rst
new file mode 100644
index 00000000..16335e17
--- /dev/null
+++ b/docs/intro/related.rst
@@ -0,0 +1,16 @@
+Related projects
+================
+
+* `Crypton <https://github.com/SpiderOak/crypton>`_: Similar goals to Soledad,
+ but in javascript for HTML5 applications.
+
+* `Mylar <https://github.com/strikeout/mylar>`_: Like Crypton, Mylar can be
+ used to write secure HTML5 applications in javascript. Uniquely, it includes
+ support for homomorphic encryption to allow server-side searches.
+
+* `Firefox Sync <https://wiki.mozilla.org/Services/Sync>`_: A client-encrypted
+ data sync from Mozilla, designed to securely synchronize bookmarks and other
+ browser settings.
+
+* `U1DB <https://pythonhosted.org/u1db/>`_: Document synchronization API used
+ as a basis for Soledad, without encryption.