diff options
Diffstat (limited to 'template/gsoc.html.j2')
-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 @@ </p> </section> <section> + <h4>RESTful GNUnet</h4> + <p> + {% trans %} + Design and implementation + of <a href="http://jsonapi.org/">REST APIs</a> that expose + the + <a href="https://gnunet.org/doxygen/modules.html">GNUnet API</a> + so that easy, hands-on development is + possible. Also, browser-based UIs will be much easier to + create on top of REST APIs. + {% endtrans %} + </p> + <p> + {% trans %} + <strong>Mentors:</strong> Martin Schanzenbach + {% endtrans %} + </p> + </section> + <section> + <h4>Rust implementation of GNUnet utils</h4> + <p> + {% trans %} + Improve the Rust implementation of GNUnet utils, possibly + including adding support for asynchronous IO using mio, or + perhaps a higher level asynchronous IO library built upon + it, such as rotor, mioco, eventual_io, or gj. + {% endtrans %} + </p> + <p> + {% trans %} + <strong>Mentors:</strong> Jeff Burdges + {% endtrans %} + </p> + </section> + <section> <h4>Android compatibility for GNUnet</h4> <p> {% trans %} @@ -361,7 +396,7 @@ </p> </section> <section> - <h4>secushare: Implement a Social Graph API for adoption and more</h4> + <h4>secushare: Implement a Social Graph API for contact adoption and more</h4> <p> {% trans %} Implement aggregation of distributed state from |