40 lines
2.0 KiB
HTML
Executable File
40 lines
2.0 KiB
HTML
Executable File
{% extends "_layout.html" %}
|
|
{% block title %}Status update 01 2008{% endblock %}
|
|
{% block content %}<p>New Information about situation in I2P for start of 2008.</p>
|
|
|
|
<pre>
|
|
|
|
Welcome!
|
|
|
|
Status Update 01/2008
|
|
|
|
Due to a server breakdown of i2p.net beginning of 2008 the I2P project page wasn't reachable.
|
|
The only person who's got access (jrandom) to reactivate that server is offline and NOT
|
|
reachable for us at least for 10 more month. It wasn't even possible to get the installer or
|
|
the seednodes to start a fresh router.
|
|
In the last few weeks we got 2 webserver by friendly helpers as donations and setup a complete
|
|
redundant solution for the vital parts of I2P.
|
|
The two webserves (www.i2p2.de and www.i2p-projekt.de) run both off the same database and
|
|
should always carry latest news, installers and dev documentation.
|
|
Also new monotone servers got setup to replace the old CVS server on dev.i2p.net. These monotone
|
|
servers run on both of the public servers and you can reach them under: mtn.i2p2.de or
|
|
i2p-projekt.de (or via I2P: mtn.i2p2.i2p and mtn.i2p-projekt.i2p).
|
|
A guide on how to check out code and built a own install package will be setup soon on this page.
|
|
Due to the shutdown of i2p.net we also needed to setup a new seednodes server
|
|
(http://i2pdb.tin0.de/netDb/), a new news.xml server and new updateserver.
|
|
We can't use the old links in releases 0.6.1.30 and before as all these point to i2p.net which
|
|
is not reachable.
|
|
All these changes will be wrapped into the new 0.6.1.31 released, planned to be released in mid
|
|
of feb 2008.
|
|
The new release will NOT be signed by jrandom anymore instead by zzz or/and complication. You
|
|
will find the keys on the official webpage soon.
|
|
|
|
A big thank you to all donators and people helping in getting a solution to the breakdown and
|
|
replacement of i2p.net.
|
|
|
|
Sorry for the inconvenience the last month but we were hit unprepared and spent our rare spare
|
|
time to give you the best experience we could offer.
|
|
|
|
</pre>
|
|
{% endblock %}
|