aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-06-24 18:33:30 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-06-24 18:33:30 +0200
commit140639076add1bd23a807bc78e68e4c5f76b0fc4 (patch)
treea4b48c1875691178956b1165171d975974a2a097
parent960a4c325bf8412b514476ac41f33a8ea66053da (diff)
downloadwww-140639076add1bd23a807bc78e68e4c5f76b0fc4.tar.gz
www-140639076add1bd23a807bc78e68e4c5f76b0fc4.zip
some roadmap additions from grothoff
-rw-r--r--template/roadmap.html.j255
1 files changed, 45 insertions, 10 deletions
diff --git a/template/roadmap.html.j2 b/template/roadmap.html.j2
index bb271589..51cc6fcc 100644
--- a/template/roadmap.html.j2
+++ b/template/roadmap.html.j2
@@ -14,29 +14,64 @@
14 <li> 14 <li>
15 <section class="item-preview"> 15 <section class="item-preview">
16 <header> 16 <header>
17 <h3>0.13.0</h3> 17 <h3>Short term</h3>
18 <p class="item-date"> 18 <p class="item-date">
19 2020 19 0.13.x
20 </p>
21 <p class="item-abstract">
22 <ul>
23 <li>Setup and use names and numbers registration (GANA) for GNUnet
24 subsystems.</li>
25 <li>GNU Name System technical specification.</li>
26 </ul>
20 </p> 27 </p>
21 </header> 28 </header>
22 <!--<p class="item-abstract"> 29 </p>
23 </p>-->
24 </section> 30 </section>
25
26 </li> 31 </li>
27 <li> 32 <li>
28 <section class="item-preview"> 33 <section class="item-preview">
29 <header> 34 <header>
30 <h3>0.14.0</h3> 35 <h3>Medium term</h3>
31 <p class="item-date"> 36 <p class="item-date">
32 2021 37 0.14 and beyond
38 </p>
39 <p class="item-abstract">
40 <ul>
41 <li>TNG: Transport rewrite complete including basic service, communicators and NAT.</li>
42 <li>CORE/CADET performance and correctness improvements.</li>
43 <li>DHT improvements including signed paths and stability improvements.</li>
44 <li>SET improvements to code quality and correctness.</li>
45 <li>CONVERSATION improvements to performance, latency hiding and usability.</li>
46 <li>Stable and usable documentation.</li>
47 <li>GNUnet packages available and up-to-date in distributions.</li>
48 </ul>
33 </p> 49 </p>
34 </header> 50 </header>
35<!-- <p class="item-abstract"> 51 </p>
36 This release will include...
37 </p>-->
38 </section> 52 </section>
39 </li> 53 </li>
54 <li>
55 <section class="item-preview">
56 <header>
57 <h3>Long term</h3>
58 <p class="item-date">
59 1.x
60 </p>
61 <p class="item-abstract">
62 <ul>
63 <li>Stable release.</li>
64 <li>Onion routing with RPS</li>
65 <li>Mix network, pEp integration on top of mix network</li>
66 <li>Collaborative filtering / news distribution</li>
67 <li>Improved FS design, proper integration with GNS</li>
68 </ul>
69 </p>
70 </header>
71 </p>
72 </section>
73 </li>
74
40 </ul> 75 </ul>
41 </div> 76 </div>
42</div> 77</div>