20 lines
949 B
HTML
20 lines
949 B
HTML
{% extends "_layout.html" %}
|
|
{% block title %}ViaEuropa Summer of Code{% endblock %}
|
|
{% block content %}
|
|
|
|
|
|
<p>Ipredator 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="https://www.relakks.com/?cid=gb">Relakks</a> and <a href="https://www.ipredator.se/?lang=en">Ipredator</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 %}
|