diff options
author | ng0 <ng0@n0.is> | 2019-03-22 12:57:14 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-22 12:57:14 +0000 |
commit | 410de85399595e03e01744667c0365f7817bbc64 (patch) | |
tree | e2620a4f978d7f0f0bfc3d247ea312ecb72f5175 | |
parent | 1a16dfe49258272b5fc33c0efe6d7156924273ce (diff) | |
download | www-410de85399595e03e01744667c0365f7817bbc64.tar.gz www-410de85399595e03e01744667c0365f7817bbc64.zip |
gsoc: import old
-rw-r--r-- | template/gsoc.html.j2 | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/template/gsoc.html.j2 b/template/gsoc.html.j2 index 716501ad..3b4a3855 100644 --- a/template/gsoc.html.j2 +++ b/template/gsoc.html.j2 | |||
@@ -236,6 +236,41 @@ | |||
236 | </p> | 236 | </p> |
237 | </section> | 237 | </section> |
238 | <section> | 238 | <section> |
239 | <h4>RESTful GNUnet</h4> | ||
240 | <p> | ||
241 | {% trans %} | ||
242 | Design and implementation | ||
243 | of <a href="http://jsonapi.org/">REST APIs</a> that expose | ||
244 | the | ||
245 | <a href="https://gnunet.org/doxygen/modules.html">GNUnet API</a> | ||
246 | so that easy, hands-on development is | ||
247 | possible. Also, browser-based UIs will be much easier to | ||
248 | create on top of REST APIs. | ||
249 | {% endtrans %} | ||
250 | </p> | ||
251 | <p> | ||
252 | {% trans %} | ||
253 | <strong>Mentors:</strong> Martin Schanzenbach | ||
254 | {% endtrans %} | ||
255 | </p> | ||
256 | </section> | ||
257 | <section> | ||
258 | <h4>Rust implementation of GNUnet utils</h4> | ||
259 | <p> | ||
260 | {% trans %} | ||
261 | Improve the Rust implementation of GNUnet utils, possibly | ||
262 | including adding support for asynchronous IO using mio, or | ||
263 | perhaps a higher level asynchronous IO library built upon | ||
264 | it, such as rotor, mioco, eventual_io, or gj. | ||
265 | {% endtrans %} | ||
266 | </p> | ||
267 | <p> | ||
268 | {% trans %} | ||
269 | <strong>Mentors:</strong> Jeff Burdges | ||
270 | {% endtrans %} | ||
271 | </p> | ||
272 | </section> | ||
273 | <section> | ||
239 | <h4>Android compatibility for GNUnet</h4> | 274 | <h4>Android compatibility for GNUnet</h4> |
240 | <p> | 275 | <p> |
241 | {% trans %} | 276 | {% trans %} |
@@ -361,7 +396,7 @@ | |||
361 | </p> | 396 | </p> |
362 | </section> | 397 | </section> |
363 | <section> | 398 | <section> |
364 | <h4>secushare: Implement a Social Graph API for adoption and more</h4> | 399 | <h4>secushare: Implement a Social Graph API for contact adoption and more</h4> |
365 | <p> | 400 | <p> |
366 | {% trans %} | 401 | {% trans %} |
367 | Implement aggregation of distributed state from | 402 | Implement aggregation of distributed state from |