Announce ViaEuropa Summer of Code

This commit is contained in:
dev
2011-06-06 10:25:55 +00:00
parent 604cfd938c
commit 12026a5ed4
2 changed files with 20 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<h1>Past I2P Release Announcements</h1>
<h4>2011</h4>
<ul class="infolist">
<li>2011-06-06 - <a href="summerofcode-2011.html">ViaEuropa Summer of Code</a></li>
<li>2011-05-16 - <a href="release-0.8.6.html">0.8.6</a></li>
<li>2011-04-18 - <a href="release-0.8.5.html">0.8.5</a></li>
<li>2011-03-02 - <a href="release-0.8.4.html">0.8.4</a></li>

View File

@ -0,0 +1,19 @@
{% extends "_layout.html" %}
{% block title %}ViaEuropa Summer of Code{% endblock %}
{% block content %}
<p>ViaEuropa Summer of Code</p>
<p>
I have been commissioned to contribute code to I2P during the summer of 2011, implementing a control protocol and a client for this protocol (similar to <a href="https://www.torproject.org/projects/vidalia.html">Vidalia</a> for Tor).
This work was the idea of Jan-Erik Fiske of <a href="http://viaeuropa.se">ViaEuropa</a> and Peter Sunde of <a href="https://flattr.com">flattr</a> and <a href="http://thepiratebay.org/">The Pirate Bay</a> fame and its funding will be generously provided by <a href="http://viaeuropa.se">ViaEuropa</a>.
</p>
<p>
Current information can be found on <a href="http://zzz.i2p.to/topics/888">zzz's forum</a> and #i2p-dev on chat.freenode.net
</p>
<p>Cheers
<br>// hottuna (or Robert)</p>
{% endblock %}