.33 release announcement

This commit is contained in:
zzz
2008-04-26 21:41:15 +00:00
parent 2bd8b04cdd
commit fab547c205
3 changed files with 76 additions and 4 deletions

View File

@@ -237,8 +237,9 @@ We use eepget to fetch lots of things reliably over i2p, and there's already an
implementation of a sequential download manager (net.i2p.util.EepGetScheduler),
but there isn't any sort of user interface to it. A web based UI would be
great.
<li>Open tracker - use as a backup to the existing trackers, add support for
a backup tracker to i2psnark
<li>Content Distribution / DHT applications - help out with <a href="http://feedspace.i2p/">feedspace</a>,
port dijjer, look for alternatives
<li>Help out with <a href="http://syndie.i2p2.de/">Syndie</a> development
<li>Web-based applications - The sky is the limit for hosting web-server-based
applications such as blogs, pastebins, storage, tracking, feeds, etc.
Any web or cgi technology such as perl, php, python, or ruby will work.

View File

@@ -1,7 +1,34 @@
{% extends "_layout.html" %}
{% block title %}getinvolved{% endblock %}
{% block title %}Get Involved!{% endblock %}
{% block content %}<p>To get involved, please feel free to join us on the #i2p IRC channel (on
irc.freenode.net, or within I2P on irc.duck.i2p or irc.postman.i2p).
irc.freenode.net, or within I2P on irc.freshcoffee.i2p or irc.postman.i2p).
<p>If you're interested in joining our <a href="team">team</a>, please get in
touch as we're always looking for eager contributors!</p>
<p>
We need help in many areas, and you don't need to know Java to contribute!
Here's a list to help you get started!
<ul>
<li><b>Testing</b> -
Run the latest builds from <a href="monotone.html">monotone</a>
and report results on #i2p or as bugs on <a href="http://trac.i2p2.i2p/">trac</a>.
<li><b>Documentation</b> -
Help fix the parts of the website that are outdated or incomplete.
<li><b>Pictures</b> -
Make some more pictures, fix the old ones on the website
<li><b>Content</b> -
Make an eepsite! Add some content! Contribute to the community!
<li><b>Services</b> -
Run a service on an eepsite. It could be a proxy, a forum, a tracker,
a naming service, a search engine, an eepsite monitor... many of these
aren't that hard.
<li><b>Applications</b> -
Write or port applications for I2P! There's some guidelines and
a list of ideas on the <a href="applications.html">applications page</a>.
<li><b>Coding</b> -
There's plenty to do if you know Java or are ready to learn.
Check for open tickets on <a href="http://trac.i2p2.i2p/">trac</a>
or the TODO list on <a href="http://zzz.i2p/">zzz.i2p</a> for
some ideas on where to start.
</ol>
{% endblock %}

View File

@@ -0,0 +1,44 @@
{% extends "_layout.html" %}
{% block title %}0.6.1.33 Release{% endblock %}
{% block content %}
<pre>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I2P release 0.6.1.33
=====================
The 0.6.1.33 release contains several important bug fixes
and performance improvements in SSU reachability detection,
floodfill peer selection, tunnel peer selection, tunnel testing,
NTCP idle detection, the streaming lib, and news fetching.
It also adds secondary tracker support to i2psnark, and verification
of downloaded Jetty libraries when building from source.
Please upgrade as soon as you can, as these fixes
should improve the reliability of the whole network.
This release is backward compatible: if you already have
0.6.1.31 or greater installed, it will recognize the signature
on the signed update file, and you can update automatically.
As customary, for people who don't have the option
of checking GPG signatures, supplied below are the
SHA1 hashes of released files:
74e94871dca130bde0e49c0855ed8156c4012270 i2pheadless-0.6.1.33.tar.bz2
61a333820e5f8726391b22ba8cd55e0a5430c812 i2pinstall-0.6.1.33.exe
ca73e5cf57d57c7de4b49ae41b2890f890d5d0bb i2psource-0.6.1.33.tar.bz2
8f0baefd50ee87bd876d25ca4af38479c0b2599b i2pupdate-0.6.1.33.zip
8922e04a3c2f4a83e5e27c6b32912ccdcf53abd3 i2pupdate.sud
Best wishes,
Complication.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIE5cv+h38a3n8zjMRAiNhAJ4o+6vL/Yd7TlUoU1pevLGXGCsa4gCgiEDK
/sFo4/Ool7m30/a3uLFLPGA=
=Yac6
-----END PGP SIGNATURE-----
</pre>
{% endblock %}