forked from I2P_Developers/i2p.www
I2P Browser beta 4
This commit is contained in:
@@ -77,16 +77,16 @@ The files are signed by {{ signer }},
|
||||
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 %}
|
||||
Status: Beta-3
|
||||
Status: Beta-4
|
||||
{%- endtrans %}
|
||||
|
||||
{%- set name = 'Windows' -%}
|
||||
{%- set icon = 'images/download/windows.png' -%}
|
||||
{%- set filename = 'i2pbrowser-install-win64-_en-US.exe' -%}
|
||||
{%- set hash = 'b84752ec44970832687d07616e7a8ab8855b2a31597a483dfb1336be36101bf7' -%}
|
||||
{%- set filename = 'i2pbrowser-install-win64-2.0-beta4_en-US.exe' -%}
|
||||
{%- set hash = '65a2f84a7dca9d000e359dc1cd5168555f363a29a837fadbbf9fff58c8b7bad9' -%}
|
||||
{% call package_outer('windows', name, icon) %}
|
||||
<div class = "file">
|
||||
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-beta3/windows64/i2pbrowser-install-win64-_en-US.exe">
|
||||
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-beta4/windows64/i2pbrowser-install-win64-2.0-beta4_en-US.exe">
|
||||
<span class = "name">{{ filename }}</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -100,16 +100,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-beta3/windows64/">https://download.i2p2.de/experimental/i2pbrowser-beta3/windows64/</a>
|
||||
<a href="https://download.i2p2.de/experimental/i2pbrowser-beta4/windows64/">https://download.i2p2.de/experimental/i2pbrowser-beta4/windows64/</a>
|
||||
{% endcall %}
|
||||
|
||||
{%- set name = 'Mac OS X' -%}
|
||||
{%- set icon = 'images/download/mac-osx.png' -%}
|
||||
{%- set filename = 'I2PBrowser--osx64_en-US.dmg' -%}
|
||||
{%- set hash = '551ba066d59fb12d26bb897e6f26521c12765d06fa76a8ba0dd0bb1534866894' -%}
|
||||
{%- set filename = 'I2PBrowser-2.0-beta4-osx64_en-US.dmg' -%}
|
||||
{%- set hash = '95dff56f2443920f027a9a649793f67a37db55850980035956d7dcaad95f0d93' -%}
|
||||
{% call package_outer('mac-osx', name, icon) %}
|
||||
<div class = "file">
|
||||
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-beta3/macosx64/I2PBrowser--osx64_en-US.dmg">
|
||||
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-beta4/macosx64/I2PBrowser-2.0-beta4-osx64_en-US.dmg">
|
||||
<span class = "name">{{ filename }}</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -123,16 +123,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-beta3/macosx64/">https://download.i2p2.de/experimental/i2pbrowser-beta3/macosx64/</a>
|
||||
<a href="https://download.i2p2.de/experimental/i2pbrowser-beta4/macosx64/">https://download.i2p2.de/experimental/i2pbrowser-beta4/macosx64/</a>
|
||||
{% endcall %}
|
||||
|
||||
{%- set name = 'Linux' -%}
|
||||
{%- set icon = 'images/download/freebsd-tux.png' -%}
|
||||
{%- set filename = 'i2p-browser-linux64-_en-US.tar.xz' -%}
|
||||
{%- set hash = 'bd39f23311bf20a41112c7a90f2ebc0df1647d46184654daa903fbdecd2f6a42' -%}
|
||||
{%- set filename = 'i2p-browser-linux64-2.0-beta4_en-US.tar.xz' -%}
|
||||
{%- set hash = 'da772ebe03937b09915f9016d9c09b64666025b4ae4c9353861dcf40d916ca7d' -%}
|
||||
{% call package_outer('freebsd-tux', name, icon) %}
|
||||
<div class = "file">
|
||||
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-beta3/linux64.1/i2p-browser-linux64-_en-US.tar.xz">
|
||||
<a class = "default" href="https://download.i2p2.de/experimental/i2pbrowser-beta4/linux64/i2p-browser-linux64-2.0-beta4_en-US.tar.xz">
|
||||
<span class = "name">{{ filename }}</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -146,7 +146,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-beta3/linux64.1">https://download.i2p2.de/experimental/i2pbrowser-beta3/linux64.1</a>
|
||||
<a href="https://download.i2p2.de/experimental/i2pbrowser-beta4/linux64">https://download.i2p2.de/experimental/i2pbrowser-beta4/linux64</a>
|
||||
{% endcall %}
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user