diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-13 17:59:45 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-13 17:59:45 -0700 |
commit | 364025e550341b2922104e83d2a2fddaf4f21652 (patch) | |
tree | 20813d8d3d5481764c0cba50aa3cb8e9a5a53033 /doc/roadmap.bb | |
parent | c82082d2bbb00294d62330d577dcdbc9ec6b9d1c (diff) | |
download | volse-hubzilla-364025e550341b2922104e83d2a2fddaf4f21652.tar.gz volse-hubzilla-364025e550341b2922104e83d2a2fddaf4f21652.tar.bz2 volse-hubzilla-364025e550341b2922104e83d2a2fddaf4f21652.zip |
remove project name dependency from most of the doc files to ease project merging, there are going to be some edge cases requiring manual tweaking as most of this was done by script.
Diffstat (limited to 'doc/roadmap.bb')
-rw-r--r-- | doc/roadmap.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/roadmap.bb b/doc/roadmap.bb index 0244bfcf4..b4788fda1 100644 --- a/doc/roadmap.bb +++ b/doc/roadmap.bb @@ -1,6 +1,6 @@ -Roadmap for Redmatrix V3 +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. |