update browser pages, downloads

This commit is contained in:
hankhill19580
2019-11-04 23:37:55 +00:00
parent e38edcd6da
commit 404985edf2
3 changed files with 80 additions and 19 deletions

View File

@@ -38,7 +38,7 @@
{%- if detected_os == 'windows' -%}
{%- set name = 'Windows' -%}
{%- set icon = 'images/browser/garlic.svg' -%}
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta6/windows64/i2pbrowser-install-win64-2.0-beta6_en-US.exe' -%}
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta7/windows64/i2pbrowser-install-win64-2.0-beta7_en-US.exe' -%}
{% call browser_download(name, icon, link) %}
Get I2P Browser for Windows
{% endcall %}
@@ -46,7 +46,7 @@
{%- elif detected_os == 'macosx' -%}
{%- set name = 'Mac OS X' -%}
{%- set icon = 'images/browser/garlic.svg' -%}
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta6/macosx64/I2PBrowser-2.0-beta6-osx64_en-US.dmg' -%}
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta7/macosx64/I2PBrowser-2.0-beta7-osx64_en-US.dmg' -%}
{% call browser_download(name, icon, link) %}
Get I2P Browser for Mac OS X
{% endcall %}
@@ -54,7 +54,7 @@
{%- elif detected_os == 'linux' -%}
{%- set name = 'Linux' -%}
{%- set icon = 'images/browser/garlic.svg' -%}
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta6/linux64/i2p-browser-linux64-2.0-beta6_en-US.tar.xz' -%}
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta7/linux64/i2p-browser-linux64-2.0-beta7_en-US.tar.xz' -%}
{% call browser_download(name, icon, link) %}
Get I2P Browser for Linux x64
{% endcall %}

View File

@@ -36,7 +36,7 @@
binaries for 64bit systems. 32bit builds for Linux and Windows are planned.
{%- endtrans %}</p>
<p>{% trans -%}
As of beta6, I2P Browser also ships with an I2P router. It can co-exist
As of beta7, I2P Browser also ships with an I2P router. It can co-exist
with an existing I2P router, but it does not require the installation or
configuration of any supporting software.
{%- endtrans %}</p>
@@ -51,13 +51,13 @@
{%- set name = 'Windows' -%}
{%- set icon = 'images/download/windows.png' -%}
{%- set filename = 'i2pbrowser-install-win64-2.0-beta6_en-US.exe' -%}
{%- set hash = '11ac304415c5eae23dc420304fcd5ee5506f7464f81cef8c91d30f8d043b90ed' -%}
{%- set filename = 'i2pbrowser-install-win64-2.0-beta7_en-US.exe' -%}
{%- set hash = '71f2baad93c1309ee744951e5296b2eb17f0fcc92d45a3149cae5393527ebea3' -%}
{% call package_outer('windows', name, icon) %}
<div class="file">
<h3 id="windows">Windows</h3>
<a class="default"
href="https://download.i2p2.de/experimental/i2pbrowser-beta6/windows64/i2pbrowser-install-win64-2.0-beta6_en-US.exe">
href="https://download.i2p2.de/experimental/i2pbrowser-beta7/windows64/i2pbrowser-install-win64-2.0-beta7_en-US.exe">
<span class="name">{{ filename }}</span>
</a>
</div>
@@ -72,18 +72,18 @@
if you want to see if we have the browser in your language.
{%- endtrans %}</p>
<a
href="https://download.i2p2.de/experimental/i2pbrowser-beta6/windows64/">https://download.i2p2.de/experimental/i2pbrowser-beta6/windows64/</a>
href="https://download.i2p2.de/experimental/i2pbrowser-beta7/windows64/">https://download.i2p2.de/experimental/i2pbrowser-beta7/windows64/</a>
{% endcall %}
{%- set name = 'Mac OS X' -%}
{%- set icon = 'images/download/mac-osx.png' -%}
{%- set filename = 'I2PBrowser-2.0-beta6-osx64_en-US.dmg' -%}
{%- set hash = 'fad0c6758fc09d986fe92786f2ac7478082147255738551e3bd558f9f7f3e3d2' -%}
{%- set filename = 'I2PBrowser-2.0-beta7-osx64_en-US.dmg' -%}
{%- set hash = '99b2a9b917fb8f66e192b4950116f63f6b386fe76f68d78b014ade2f05d18e7f' -%}
{% call package_outer('mac-osx', name, icon) %}
<div class="file">
<h3 id="macosx">Mac OS X</h3>
<a class="default"
href="https://download.i2p2.de/experimental/i2pbrowser-beta6/macosx64/I2PBrowser-2.0-beta6-osx64_en-US.dmg">
href="https://download.i2p2.de/experimental/i2pbrowser-beta7/macosx64/I2PBrowser-2.0-beta7-osx64_en-US.dmg">
<span class="name">{{ filename }}</span>
</a>
</div>
@@ -98,18 +98,18 @@
if you want to see if we have the browser in your language.
{%- endtrans %}</p>
<a
href="https://download.i2p2.de/experimental/i2pbrowser-beta6/macosx64/">https://download.i2p2.de/experimental/i2pbrowser-beta6/macosx64/</a>
href="https://download.i2p2.de/experimental/i2pbrowser-beta7/macosx64/">https://download.i2p2.de/experimental/i2pbrowser-beta7/macosx64/</a>
{% endcall %}
{%- set name = 'Linux' -%}
{%- set icon = 'images/download/freebsd-tux.png' -%}
{%- set filename = 'i2p-browser-linux64-2.0-beta6_en-US.tar.xz' -%}
{%- set hash = '0677488d7b732861f8b8e783a0808914fcb2667076313a503115aa220a7bb302' -%}
{%- set filename = 'i2p-browser-linux64-2.0-beta7_en-US.tar.xz' -%}
{%- set hash = '67664d298216450921c5c9638d2c6b9ce0c69aaeb2d177be23440d33e98fdbcf' -%}
{% call package_outer('freebsd-tux', name, icon) %}
<div class="file">
<h3 id="linux">Linux</h3>
<a class="default"
href="https://download.i2p2.de/experimental/i2pbrowser-beta6/linux64/i2p-browser-linux64-2.0-beta6_en-US.tar.xz">
href="https://download.i2p2.de/experimental/i2pbrowser-beta7/linux64/i2p-browser-linux64-2.0-beta7_en-US.tar.xz">
<span class="name">{{ filename }}</span>
</a>
</div>
@@ -124,7 +124,7 @@
if you want to see if we have the browser in your language.
{%- endtrans %}</p>
<a
href="https://download.i2p2.de/experimental/i2pbrowser-beta6/linux64">https://download.i2p2.de/experimental/i2pbrowser-beta6/linux64</a>
href="https://download.i2p2.de/experimental/i2pbrowser-beta7/linux64">https://download.i2p2.de/experimental/i2pbrowser-beta7/linux64</a>
{% endcall %}
</section>

View File

@@ -6,13 +6,20 @@
<h4>{{ _('Navigation') }}</h4>
</li>
<li style="list-style: none;">{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</li>
<li style="list-style: none;"><a href="#r20b5">{% trans %}Version 2.0 Beta 6{% endtrans %}</a></li>
<li style="list-style: none;">{% trans %}Release Notes{% endtrans %}</li>
<li style="list-style: none;"><a href="#r20b7">{% trans %}Version 2.0 Beta 7{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#r20b6">{% trans %}Version 2.0 Beta 6{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#r20b5">{% trans %}Version 2.0 Beta 5{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#r20b4">{% trans %}Version 2.0 Beta 4{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#r20b3">{% trans %}Version 2.0 Beta 3{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#r20b2">{% trans %}Version 2.0 Beta 2{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#r20b1">{% trans %}Version 2.0 Beta 1{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#r10b1">{% trans %}Version 1.0 Beta 1{% endtrans %}</a></li>
</ol>
<ol>
<li style="list-style: none;">{% trans %}Roadmap{% endtrans %}</li>
<li style="list-style: none;"><a href="#r20b8">{% trans %}Version 2.0 Beta 8{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#r30b9">{% trans %}Version 3.0 Beta 9{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#r30b10">{% trans %}Version 3.0 Beta 10{% endtrans %}</a></li>
</ol>
{% endblock %}
@@ -21,6 +28,19 @@
<h1>{% trans %}Release Notes{% endtrans %}</h1>
<h3 id="r20b7">
<span class="permalink">
<a href="#r20b7">{% trans %}2.0 Beta 7 (Sep 16 2019){% endtrans %}</a>
</span>
</h3>
<ol style="list-style-type: square;">
<li>Fix NoScript Bug</li>
<li>JSON-RPC2 client for router communication</li>
<li>Delay the user dialog</li>
<li>Implement continuous integration</li>
</ol>
<h3 id="r20b6">
<span class="permalink">
<a href="#r20b6">{% trans %}2.0 Beta 6 (Sep 16 2019){% endtrans %}</a>
@@ -112,6 +132,47 @@
<p>Lost in history, was labeled "Abscond Browser" at the time.</p>
<h1>{% trans %}Road Map{% endtrans %}</h1>
<h3 id="r20b8">
<span class="permalink">
<a href="#r20b8">{% trans %}2.0 Beta 8 (Nov 2019){% endtrans %}</a>
</span>
</h3>
<ol style="list-style-type: square;">
<li>Design for Dynamic Themes/Contextual Identities</li>
<li>Smart Landing Page</li>
<li>Investigate adding a "new tab" application list</li>
<li>HTTP Proxy Readiness indicator</li>
<li>Application Dialog Boxes with Description of Applications</li>
<li>Update/explain long-term product goals on web site</li>
</ol>
<h3 id="r30b9">
<span class="permalink">
<a href="#r30b9">{% trans %}3.0 Beta 9 (Dec 2019){% endtrans %}</a>
</span>
</h3>
<ol style="list-style-type: square;">
<li>Release using ESR 68, deprecate ESR 60</li>
<li>Move JSON-RPC and I2PControl to web extension, simplify I2Pbutton</li>
<li>Protocol Handlers for Router Console and Mailto</li>
<li>Dynamic Themes/Contextual Identities</li>
<li>Donation Call-to-Action</li>
<li>Smart Landing Page improvements</li>
</ol>
<h3 id="r30b10">
<span class="permalink">
<a href="#r30b10">{% trans %}3.0 Beta 10 (Jan 2019){% endtrans %}</a>
</span>
</h3>
<ol style="list-style-type: square;">
<li>Research I2P Plugins Support</li>
<li>Research Peer-to-Peer messaging support compatible with BiglyBT</li>
</ol>
{% endblock %}