Updating links for I2P Browser beta 3 at labs

This commit is contained in:
meeh
2019-06-10 00:50:52 +00:00
parent 0fce76723c
commit 7d0ddf69e1

View File

@ -63,22 +63,27 @@ The files are signed by {{ signer }},
<div class = "labproject" >
<h5>{{ _('I2P Browser') }}</h5>
<p>
<p>{% trans -%}
The Invisible Internet browser is a fork of TorBrowser/Mozilla Firefox ESR that comes preconfigured with proxy settings, noscript and i2pbutton which contains some security/privacy improvements like drag'n drop filter and external app blocker.
{%- endtrans %}</p>
<p>{% trans -%}
Builds for Linux, Windows and Mac OS X is available.
Currently we only provide binaries for 64bit systems, but 32bit builds for Linux and Windows would probably be provided before this project reaches stable builds.
{%- endtrans %}</p>
<p>{% trans -%}
Also for the moment the browser don't ship with a own I2P router, but this is a planned feature for future versions. To make the browser work, ensure you have I2P installed and running before you launch it.
{%- endtrans %}</p>
{% trans %}
This is an I2P Browser which is preconfigured to work with I2P and which has privacy focused patches and configuration. Currently we only provide binaries for 64bit systems.
{%- endtrans %}
</p>
{% trans %}
Status: Proof-Of-Concept
Status: Beta-3
{%- endtrans %}
{%- set name = 'Windows' -%}
{%- set icon = 'images/download/windows.png' -%}
{%- set filename = 'i2pbrowser-install-win64-_en-US.exe' -%}
{%- set hash = '0c4b7cd62510b153694f40c44695c1eb12e8674319984d90319d0f6b81d49aa9' -%}
{%- set hash = 'b84752ec44970832687d07616e7a8ab8855b2a31597a483dfb1336be36101bf7' -%}
{% call package_outer('windows', name, icon) %}
<div class = "file">
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-60/windows64/i2pbrowser-install-win64-_en-US.exe">
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-beta3/windows64/i2pbrowser-install-win64-_en-US.exe">
<span class = "name">{{ filename }}</span>
</a>
</div>
@ -92,16 +97,16 @@ The files are signed by {{ signer }},
please check out the link below
if you want to see if we have the browser in your language.
{%- endtrans %}</p>
<a href="https://download.i2p2.de/experimental/i2pbrowser-60/windows64/">https://download.i2p2.de/experimental/i2pbrowser-60/windows64/</a>
<a href="https://download.i2p2.de/experimental/i2pbrowser-beta3/windows64/">https://download.i2p2.de/experimental/i2pbrowser-beta3/windows64/</a>
{% endcall %}
{%- set name = 'Mac OS X' -%}
{%- set icon = 'images/download/mac-osx.png' -%}
{%- set filename = 'I2PBrowser--osx64_en-US.dmg' -%}
{%- set hash = 'f1ed6a264fb4e96627be54f9e1ef6882b49b6f47536c7e11aa45a46836cbb086' -%}
{%- set hash = '551ba066d59fb12d26bb897e6f26521c12765d06fa76a8ba0dd0bb1534866894' -%}
{% call package_outer('mac-osx', name, icon) %}
<div class = "file">
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-60/macosx64/I2PBrowser--osx64_en-US.dmg">
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-beta3/macosx64/I2PBrowser--osx64_en-US.dmg">
<span class = "name">{{ filename }}</span>
</a>
</div>
@ -115,16 +120,16 @@ The files are signed by {{ signer }},
please check out the link below
if you want to see if we have the browser in your language.
{%- endtrans %}</p>
<a href="https://download.i2p2.de/experimental/i2pbrowser-60/macosx64/">https://download.i2p2.de/experimental/i2pbrowser-60/macosx64/</a>
<a href="https://download.i2p2.de/experimental/i2pbrowser-beta3/macosx64/">https://download.i2p2.de/experimental/i2pbrowser-beta3/macosx64/</a>
{% endcall %}
{%- set name = 'Linux' -%}
{%- set icon = 'images/download/freebsd-tux.png' -%}
{%- set filename = 'i2p-browser-linux64-_en-US.tar.xz' -%}
{%- set hash = '656073dfe496a76666aa50041db1a735036dbb523c40eced927936382c81aada' -%}
{%- set hash = '615c3dca7ce854a00bef8727beddad8b2497b03d07ffdc33237913db8691e3eb' -%}
{% call package_outer('freebsd-tux', name, icon) %}
<div class = "file">
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-60/linux64/i2p-browser-linux64-_en-US.tar.xz">
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-beta3/linux64/i2p-browser-linux64-_en-US.tar.xz">
<span class = "name">{{ filename }}</span>
</a>
</div>
@ -138,7 +143,7 @@ The files are signed by {{ signer }},
please check out the link below
if you want to see if we have the browser in your language.
{%- endtrans %}</p>
<a href="https://download.i2p2.de/experimental/i2pbrowser-60/linux64">https://download.i2p2.de/experimental/i2pbrowser-60/linux64</a>
<a href="https://download.i2p2.de/experimental/i2pbrowser-beta3/linux64">https://download.i2p2.de/experimental/i2pbrowser-beta3/linux64</a>
{% endcall %}
</div>