summaryrefslogtreecommitdiff
path: root/docs/design/soledad.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-05-11 22:42:33 -0700
committerelijah <elijah@riseup.net>2013-05-11 22:42:33 -0700
commit91affcd9cfa6eb266f97e26bad53f9863556ed4b (patch)
tree15fc2459a19c6e72d460afda858c989ba7f755a7 /docs/design/soledad.md
parent3524cb923cad7200e3a9747b37b09d4132efb489 (diff)
added github links
Diffstat (limited to 'docs/design/soledad.md')
-rw-r--r--docs/design/soledad.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/design/soledad.md b/docs/design/soledad.md
index ab6544f..c3a54fb 100644
--- a/docs/design/soledad.md
+++ b/docs/design/soledad.md
@@ -229,6 +229,8 @@ TO DO: determine what HMAC to use.
Reference implementation of client
===================================
+https://github.com/leapcode/soledad
+
Dependencies:
* [U1DB](https://launchpad.net/u1db) provides an API and protocol for synchronised databases of JSON documents.
@@ -296,6 +298,8 @@ Synchronization-related classes:
Reference implementation of server
======================================================
+https://github.com/leapcode/soledad
+
Dependencies:
* [CouchDB](https://couchdb.apache.org/] for server storage, via [python client library](https://pypi.python.org/pypi/CouchDB/0.8).