Backup news
Fix /dl alias
This commit is contained in:
zzz
2014-05-23 11:38:27 +00:00
parent 839ad4071e
commit 599a20d94f
6 changed files with 11 additions and 34 deletions

View File

@ -21,7 +21,7 @@ except ImportError:
###########
# Constants
CURRENT_I2P_VERSION = '0.9.12'
CURRENT_I2P_VERSION = '0.9.13'
CANONICAL_DOMAIN = 'geti2p.net'

View File

@ -7,7 +7,6 @@ from flask import g, redirect, url_for
LEGACY_FUNCTIONS_MAP={
'announcements': {'function': 'blog_index', 'params': {}},
'debian': {'function': 'downloads_debian', 'params': {}},
'dl': {'function': 'downloads_list', 'params': {}},
'download': {'function': 'downloads_list', 'params': {}},
'installation': {'function': 'downloads_list', 'params': {}},
'meetings': {'function': 'meetings_index', 'params': {}},

View File

@ -1,9 +1,9 @@
{% extends "global/layout.html" %}
{% block title %}{{ _('Download') }}{% endblock %}
{% set i2pinstall_windows_hash = 'e31a9eb24f66fedcf81651819f492837f30ea5448895e9b4a2fa514fc2212c08' %}
{% set i2pinstall_jar_hash = 'a9108ae86eba09b80a837b7db40b348cfbe403c6ed05cf2538f5fec2544c55e4' %}
{% set i2psource_hash = '71639369458bee414d1c319b1778d7f85301bd67aca738061961f2823f0f284e' %}
{% set i2pupdate_hash = 'c4b131f1dab058123e62dd8416d3b073ae7ec2ffc6e5e1574bb266875e2f4d1e' %}
{% set i2pinstall_windows_hash = '1839a392c74b3d57d8dfdf8016ad37538bbdd315535f7b58258ec4a4639d29f1' %}
{% set i2pinstall_jar_hash = '62c2731109c5c9983705a5b9e615f57523594db339a798f56e9d5a6ba188cb02' %}
{% set i2psource_hash = 'd313e2e0de43303c6633f433860d0fc10b7e9c014950261c331c1caf8ef38c79' %}
{% set i2pupdate_hash = '639b281cde82059a1b69a3074b8ebaf1046791be40d57e8a48f748e065f8a368' %}
{% set i2p_android_hash = 'a3d9cb2369a704570c1d45e8df48b7ecf459207d3609711e6cb2b093d69b0f2e' %}
{% block content %}
<h3>{{ _('Dependency') }}</h3>

View File

@ -1,35 +1,12 @@
<!--
<i2p.news date="$Date: 2014-03-31 00:00:00 $">
<i2p.release version="0.9.12" date="2014/03/31" minVersion="0.6.1.10" minJavaVersion="1.6" su2Torrent="magnet:?xt=urn:btih:c58e253c2a6a360aea5cd654af633115f8b0b5c9&dn=i2pupdate-0.9.12.su2&tr=http://tracker2.postman.i2p/announce.php" su3Torrent="magnet:?xt=urn:btih:e28b29afc91763e737a8c589caba4163f3f6ca8b&dn=i2pupdate-0.9.12.su3&tr=http://tracker2.postman.i2p/announce.php" />
<i2p.news date="$Date: 2014-05-22 00:00:00 $">
<i2p.release version="0.9.13" date="2014/05/22" minVersion="0.6.1.10" minJavaVersion="1.6" su2Torrent="magnet:?xt=urn:btih:d035e0df1ad623daa9e8783d48b31b1acd2e7b04&dn=i2pupdate-0.9.13.su2&tr=http://tracker2.postman.i2p/announce.php" su3Torrent="magnet:?xt=urn:btih:3c66dea129ea3a900faf96472e585513452c868c&dn=i2pupdate-0.9.13.su3&tr=http://tracker2.postman.i2p/announce.php" />
-->
<div lang="en">
<h3>2014-03-31: <b>0.9.12 <a href="http://i2p-projekt.i2p/en/blog/post/2014/03/31/0.9.12-Release">Released</a></b></h3>
<h3>2014-05-22: <b>0.9.13 <a href="http://i2p-projekt.i2p/en/blog/post/2014/05/22/0.9.13-Release">Released</a></b></h3>
<p>
I2P now requires Java 6 or higher.
We strongly recommend that you upgrade to Java 7.
If you are still using Java 5, you must upgrade your Java before installing I2P 0.9.12.
</p><p>
0.9.12 adds preliminary support for ECDSA-signed Destinations.
It contains several fixes for the handling of Delivery Status Messages (acknowledgements)
and those messages are now end-to-end encrypted for increased security.
</p><p>
We have upgraded to Jetty 8.
Jetty 8 is almost identical to Jetty 7, so there are no complex configuration file conversions as there have been in past Jetty upgrades.
No manual changes should be necessary.
</p><p>
Of course, there's also the usual collection of bug fixes.
0.9.13 includes fixes for firewalled routers, netdb lookup improvements, and a big SusiMail update.
Of course, there's also the usual collection of bug fixes and translation updates.
All users should update.
</p><p>
Search engine <a href="https://duckduckgo.com/">DuckDuckGo</a> recently
<a href="https://duck.co/blog/foss2014">donated</a> $5000 to I2P in their annual open-source
donation program. The award was granted on the basis of
<a href="https://duck.co/forum/thread/5174/foss-donation-nomations-2014-edition">nominations</a>
on the DuckDuckGo community portal.
</p><p>
This marks the single largest donation ever received by I2P and reflects a growing interest in
privacy and security by the Internet community. The funding will help I2P to reach more users, expand
development, audit the code, and attend conferences.
I2P thanks Gabriel Weinberg and DuckDuckGo for the generous donation,
and the I2P community for its support in the nominations.
</p>
</div>

View File

@ -68,6 +68,7 @@ url('/<lang:lang>/meetings/<int:id>.rst', 'meetings.views.meetings_show_rst')
url('/<lang:lang>/feed/meetings/atom', 'meetings.views.meetings_atom')
url('/<lang:lang>/download', 'downloads.downloads_list')
url('/<lang:lang>/dl', 'downloads.downloads_list')
url('/<lang:lang>/download/debian', 'downloads.downloads_debian')
url('/<lang:lang>/download/<string:version>/<path:file>/mirrors', 'downloads.downloads_select')
url('/<lang:lang>/download/<string:version>/<string:protocol>/any/<path:file>/download', 'downloads.downloads_redirect', defaults={'domain': None})