summaryrefslogtreecommitdiff
path: root/template/gsoc.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/gsoc.html.j2')
-rw-r--r--template/gsoc.html.j273
1 files changed, 37 insertions, 36 deletions
diff --git a/template/gsoc.html.j2 b/template/gsoc.html.j2
index 3b4a3855..fdca054f 100644
--- a/template/gsoc.html.j2
+++ b/template/gsoc.html.j2
@@ -311,34 +311,6 @@
</p>
</section>
<section>
- <h4>GNUnet Web-based User Interface</h4>
- <p>
- {% trans %}
- Implementation of a Web-based UI for GNUnet similar to
- GNUnet-Gtk with a yet to be determined framework such as
- Angular2. This includes the design and implementation of
- not yet existing <a href="http://jsonapi.org/">REST APIs</a>
- that expose the
- <a href="https://gnunet.org/doxygen/modules.html">GNUnet API</a>.
- {% endtrans %}
- </p>
- <p>
- {% trans %}
- <strong>Mentors:</strong> Martin Schanzenbach
- {% endtrans %}
- </p>
- <p>
- {% trans %}
- Required Skills: C, JavaScript, CSS
- {% endtrans %}
- </p>
- <p>
- {% trans %}
- Difficulty level: medium
- {% endtrans %}
- </p>
- </section>
- <section>
<h4>secushare: Implement social networking features on top of pubsub channels</h4>
<p>
{% trans %}
@@ -581,13 +553,42 @@
{% endtrans %}
</p>
</section>
- <!--
- <h2>{{ _("Finished projects") }}</h2>
- -->
- <!--
- Commentary: Finished projects, descriptions and
- Links to write-ups about them.
- -->
- </div>
+ <h2>{{ _("Finished projects") }}</h2>
+ <!-- Commentary: Finished projects, descriptions and Links to write-ups about them. -->
+ <h3>2018</h3>
+ <section>
+ <h4>GNUnet Web-based User Interface</h4>
+ <p>
+ {% trans %}
+ Implementation of a Web-based UI for GNUnet similar to
+ GNUnet-Gtk with a yet to be determined framework such as
+ Angular2. This includes the design and implementation of
+ not yet existing <a href="http://jsonapi.org/">REST APIs</a>
+ that expose the
+ <a href="https://gnunet.org/doxygen/modules.html">GNUnet API</a>.
+ {% endtrans %}
+ </p>
+ <p>
+ {% trans %}
+ <strong>Mentors:</strong> Martin Schanzenbach
+ {% endtrans %}
+ </p>
+ <p>
+ {% trans %}
+ Required Skills: C, JavaScript, CSS
+ {% endtrans %}
+ </p>
+ <p>
+ {% trans %}
+ Difficulty level: medium
+ {% endtrans %}
+ </p>
+ <p>
+ {% trans %}
+ Report: <a href="gsoc-2018-gnunet-webui.html">GSoC 2018: GNUnet WebUI</a>
+ {% endtrans %}
+ </p>
+ </section>
+ </div>
</article>
{% endblock body_content %}