summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-11-08 02:31:17 -0800
committerelijah <elijah@riseup.net>2013-11-08 02:31:17 -0800
commit8c90180bf38d58d16818ed6680cbc2e81de99451 (patch)
tree5cfd6de581910ad0e239f35cb3ad2fbdd9ac4dc2
parentc4f71169ef14cfc3d5b787052bb365d89f24bdc5 (diff)
add more ideas to 'bad ideas'
-rw-r--r--docs/get-involved/bad-project-ideas.md11
-rw-r--r--docs/get-involved/project-ideas.md4
2 files changed, 13 insertions, 2 deletions
diff --git a/docs/get-involved/bad-project-ideas.md b/docs/get-involved/bad-project-ideas.md
index 791793d..dbe4bd2 100644
--- a/docs/get-involved/bad-project-ideas.md
+++ b/docs/get-involved/bad-project-ideas.md
@@ -56,3 +56,14 @@
* Contact: elijah
* Difficulty: -
* Description: -
+
+### Port Soledad to Android
+* Contact: drebs, chiiph
+* Difficulty: Medium to hard
+* Description: Soledad is currently built on top of U1DB's reference implementation which is in Python. It also uses OpenSSL and pycryptopp for the cryptography bits. So the possibilities for porting Soledad to Android are: Implement it in pure C and use cryptopp (since it's what pycryptopp is using underneath), do an pure Java implementation or try to run the Python code we are already using. It would be reasonable to not have the most fast implementation at first if running our Python code is possible and would shorten the development times.
+
+### Port Keymanager to Android
+* Dependencies: Soledad for Android
+* Contact: drebs, chiiph
+* Difficulty: Medium
+* Description: The way we try to solve the key distribution problem is by having a NickServer and handling key logic through what we call the KeyManager. Currently, as most of our components, it's implemented in Python, so the same ideas apply here as for the Soledad port.
diff --git a/docs/get-involved/project-ideas.md b/docs/get-involved/project-ideas.md
index 361a600..edc6bf6 100644
--- a/docs/get-involved/project-ideas.md
+++ b/docs/get-involved/project-ideas.md
@@ -1,5 +1,5 @@
-@title = 'Project Ideas'
-@summary = 'Ideas for discrete, unclaimed development projects that would greatly benefit the LEAP ecosystem.'
+@title = "Project Ideas"
+@summary = "Ideas for discrete, unclaimed development projects that would greatly benefit the LEAP ecosystem."
Project Ideas
============================================