summaryrefslogtreecommitdiff
path: root/docs/intro/related.rst
diff options
context:
space:
mode:
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.