diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-26 16:37:55 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-26 16:37:55 -0700 |
commit | 002be8f9ce13a370e03d44352df8b33d17348dec (patch) | |
tree | e8fc95164fba2f657b7a95764505b66bceb035d8 /doc | |
parent | 364a3cb9725949a786cc3ea96c514e37acfbd547 (diff) | |
download | volse-hubzilla-002be8f9ce13a370e03d44352df8b33d17348dec.tar.gz volse-hubzilla-002be8f9ce13a370e03d44352df8b33d17348dec.tar.bz2 volse-hubzilla-002be8f9ce13a370e03d44352df8b33d17348dec.zip |
project updates
Diffstat (limited to 'doc')
-rw-r--r-- | doc/roadmap.bb | 4 | ||||
-rw-r--r-- | doc/to_do_code.bb | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/roadmap.bb b/doc/roadmap.bb index b4788fda1..be8fc47f5 100644 --- a/doc/roadmap.bb +++ b/doc/roadmap.bb @@ -4,7 +4,9 @@ Roadmap for $Projectname V3 Crypto Convert E2EE to dynamic loading (on demand) using jQuery.getScript() [or other methods] to only load encryption libs when you require them. This should also support multiple encryption libraries (e.g. SJCL, others) triggered from the choice of algorithm and remain pluggable. - + +Diaspora + Convert core Diaspora federation code into a plugin. This presents a number of challenges since it touches and special cases a lot of core functionality. Subscriptions and business models Build enough into core(/addons) to generate income (or at least try and cover costs) out of the box diff --git a/doc/to_do_code.bb b/doc/to_do_code.bb index 73acdc7bb..4e6f655e2 100644 --- a/doc/to_do_code.bb +++ b/doc/to_do_code.bb @@ -4,6 +4,7 @@ We need much more than this, but here are areas where developers can help. Pleas [li]Documentation - see Red Documentation Project To-Do List[/li]
[li]Include TOS link in registration/verification email[/li]
+[li]forum widget with unread counts[/li]
[li]Create bug tracker module[/li]
[li]translation plugins - moses or apertium[/li]
[li]Infinite scroll improvements (i.e. embedded page links) see http://scrollsample.appspot.com/items
|