diff --git a/www.i2p2/app.py b/www.i2p2/app.py index 56d0ade7..cffb6aa7 100644 --- a/www.i2p2/app.py +++ b/www.i2p2/app.py @@ -1,7 +1,7 @@ from werkzeug import BaseRequest, BaseResponse, ETagResponseMixin, escape, run_simple, SharedDataMiddleware from werkzeug.exceptions import HTTPException from werkzeug.routing import RequestRedirect -from jinja import Environment, FileSystemLoader, MemcachedFileSystemLoader +from jinja import Environment, FileSystemLoader from jinja.exceptions import TemplateNotFound import os import sha @@ -21,12 +21,7 @@ class Response(BaseResponse, ETagResponseMixin): # setup jinja -try: - env = Environment(loader=MemcachedFileSystemLoader('pages', memcache_host=['127.0.0.1:11211'])) - print 'cache: memcached' -except RuntimeError: - env = Environment(loader=FileSystemLoader('pages', use_memcache=True)) - print 'cache: none' +env = Environment(loader=FileSystemLoader('pages', use_memcache=False)) def app(environ, start_response): """The WSGI application that connects all together.""" diff --git a/www.i2p2/pages/announcements.html b/www.i2p2/pages/announcements.html index 9d76024a..f266b71b 100644 --- a/www.i2p2/pages/announcements.html +++ b/www.i2p2/pages/announcements.html @@ -4,6 +4,7 @@
Hinweis: Da i2p.net nicht erreichbar ist, sind viele Verweise nicht funktional
java -jar i2pinstall-0.6.4.exe
(yes, really)java -jar i2pinstall_0.6.5.exe
(yes, really)
(tar xjvf i2pheadless_0.6.4.tar.bz2 ; cd i2p ; vi install-headless.txt)
(tar xjvf i2pheadless_0.6.5.tar.bz2 ; cd i2p ; vi install-headless.txt)
(tar xjvf i2psource_0.6.4.tar.bz2 ; cd i2p-0.6.4 ; ant pkg)
then either
+ Run (tar xjvf i2psource_0.6.5.tar.bz2 ; cd i2p-0.6.5 ; ant pkg)
then either
run the GUI installer or headless install as abovejava -jar i2pinstall-0.6.4.exe
eingeben (ja, wirklich)java -jar i2pinstall_0.6.5.exe
eingeben (ja, wirklich)(tar xjvf i2pheadless_0.6.4.tar.bz2 ; cd i2p ; vi install-headless.txt)
(tar xjvf i2pheadless_0.6.5.tar.bz2 ; cd i2p ; vi install-headless.txt)
(tar xjvf i2psource_0.6.4.tar.bz2 ; cd i2p-0.6.4 ; ant pkg)
und dann
+ Führe aus: (tar xjvf i2psource_0.6.5.tar.bz2 ; cd i2p-0.6.5 ; ant pkg)
und dann
starte den GUI installer oder die headless Installation wie obenTor | I2P |
---|---|
Cell | Message - |
Client | Router + |
Client | Router or Client |
Circuit | Tunnel |
Directory | NetDb |
Directory Server | Floodfill Router @@ -188,8 +188,10 @@ While TOR and I2P are similar in many ways, much of the terminology is different |
Hidden Service Descriptor | LeaseSet |
Introduction point | Inbound Gateway |
Node | Router + |
Onion Proxy | I2PTunnel Client (more or less) |
Relay | Router |
Rendezvous Point | somewhat like Inbound Gateway + Outbound Endpoint + |
Router Descriptor | RouterInfo |
Server | Router |
Latest version:
-2008-10-06 - I2P 0.6.4 - {{ urlify("release-0.6.4", "Announcement", "html")}}
+2008-12-01 - I2P 0.6.5 - {{ urlify("release-0.6.5", "Announcement", "html")}}
- Download
2007-09-28 - Syndie 1.101a -
- Download
Latest News:
+2008-12-01 - I2P 0.6.5
+Released
+
2008-10-06 - I2P 0.6.4
Released
2008-08-26 - I2P 0.6.3
Released
-
-2008-04-20 -
-We are now using Trac as bugtracker
-
-2008-03-26 -
-New reseed URL
-
-2008-03-16 -
-forum.i2p.net has permanently moved to
-forum.i2p2.de.
-forum.i2p is back up.
-
-2008-02-05 - Upgrading from 0.6.1.30 or earlier -
-instructions
-
-2008-02-01 - status notes 01 2008
I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several diff --git a/www.i2p2/pages/index_de.html b/www.i2p2/pages/index_de.html index 4cf8edd3..ca8d37b3 100644 --- a/www.i2p2/pages/index_de.html +++ b/www.i2p2/pages/index_de.html @@ -2,34 +2,21 @@ {% block title %}I2P Anonymes Netzwerk{% endblock %} {% block content %}
Aktuellste Version:
-2008-10-06 - I2P 0.6.4 - {{ urlify("release-0.6.4", "Ankündigung", "html")}}
+2008-12-01 - I2P 0.6.5 - {{ urlify("release-0.6.5", "Ankündigung", "html")}}
- Download
2007-09-28 - Syndie 1.101a -
- Download
Letzte Neuigkeiten:
+2008-12-01 - I2P 0.6.5
+Publiziert
+
2008-10-06 - I2P 0.6.4
Publiziert
2008-08-26 - I2P 0.6.3
Publiziert
-
-2008-04-20 -
-Wir nutzen jetzt Trac als Bugtracker
-
-2008-03-26 -
-Neue Reseed-URL
-
-2008-03-16 -
-forum.i2p.net ist umgezogen auf
-forum.i2p2.de.
-forum.i2p ist wieder aktiv.
-
-2008-02-05 - Aktualisieren von 0.6.1.30 oder vorherigen Versionen -
-Instruktionen
-
-2008-02-01 - Status Informationen 01 2008
I2P ist ein anonymisierendes Netzwerk, welches identitätskritischen Anwendungen eine einfache Schicht zum sicheren Kommunizieren anbietet. Alle Daten sind in mehreren Stufen verschlüsselt diff --git a/www.i2p2/pages/release-0.6.5.html b/www.i2p2/pages/release-0.6.5.html new file mode 100644 index 00000000..da4df26f --- /dev/null +++ b/www.i2p2/pages/release-0.6.5.html @@ -0,0 +1,60 @@ +{% extends "_layout.html" %} +{% block title %}0.6.5 Release{% endblock %} +{% block content %} +
+-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +I2P release 0.6.5 +===================== + +The 0.6.5 release introduces new components, +drops some old ones (like the old TCP transport) +and has been optimized to perform better. + +The BOB (Basic Open Bridge) protocol is introduced, +for use by client applications which cannot import +I2CP libraries directly. This deprecates the old +SAM protocol which was previously used in such cases. +For now however, BOB is not started automatically yet on +new installations, and SAM remains active on old installations. + +Improved code should be better at preventing congestion +by probabalistically dropping participating traffic, +and likewise behave better when congestion occurs. +The floodfill NetDB should operate more reliably, +the streaming library should choose better message sizes, +offer a socket timeout function, and work proceeds +on the "hidden" mode of operation for I2P routers. + +- From this release onward, I2P requires Java 1.5 or higher. +If you are uncertain about your Java version, you can verify +by opening a terminal window or command prompt, and entering +the command "java -version". If you have an older Java installed, +please update it first! + +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: + +ba37303108297601614468643dc3886683a5cf07 i2pheadless-0.6.5.tar.bz2 +a161f3e8ab3fc4a25d216b331173fbf76e68c102 i2pinstall-0.6.5.exe +0c135d8ad96401d38285cb931a8bf0f248ba74fc i2psource-0.6.5.tar.bz2 +f04c095da352a4e8b938db4a9f820902cf1f1614 i2pupdate-0.6.5.zip +c66465d614b9e669ccda155b8098052d74c90024 i2pupdate.sud + +Best wishes, +Complication. +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEARECAAYFAkkzOqQACgkQ+h38a3n8zjNSlACfUsxikszaXu/opRpwMmPBbAQq +clQAnRbuoYUa8qPiea7fCxOsGKsJMMCL +=STLb +-----END PGP SIGNATURE----- ++{% endblock %}