diff --git a/i2p2www/pages/site/browser/_front.html b/i2p2www/pages/site/browser/_front.html index 3f6eb6d5..44d9f3e7 100644 --- a/i2p2www/pages/site/browser/_front.html +++ b/i2p2www/pages/site/browser/_front.html @@ -21,7 +21,7 @@ {% macro browser_download(name, icon, dlink) -%}
- {{ name }} + {{ caller() }} {% trans download=get_url('browser_download'), bname=browser_name() %}Click here to download {{ bname }} in another language or platform{% endtrans %} @@ -31,10 +31,50 @@ {% block content %} - -

{% trans bname=browser_name(), bsuff=browser_postname()%}{{ bname }} {{ bsuff }}{% endtrans %}

+
+ +
+
+
+ +
+
+

{% trans bname=browser_name() %} {{ bname }} {% endtrans %}

+

+ {% trans bname=browser_name(), bsuff=browser_postname() %}{{ bname }} {{ bsuff }} is on hiatus for the + next six months. I2P Browser was originally a 6 month project, which we have brought as far as we can + without reevaluating the resources required to take it further. The project roadmap goals for the next + 6 months will focus on modernizing the applications that were highlighted in the I2P Browser once the + router was bundled. Browser development will potentially resume mid year. This page will be left up for + informational purposes.{% endtrans %} +

+

+ {% trans %}Thank you to everyone who tested the Beta releases - it is obvious that there is a need for this product. We encourage everyone + to continue with feedback for the I2P Browser.{% endtrans %} +

+ {% trans %}You may want to consider one of the following alternatives:{% endtrans %} +

+ +

+ {% trans bname=browser_name(), bsuff=browser_postname() %}Old versions of {{ bname }} {{ bsuff }} are + still available from the link below: + {% endtrans %} +

+
+
+
+ +
{%- if detected_os == 'windows' -%} {%- set version = browser_version() -%} {%- set bname = browser_name()-%} @@ -68,27 +108,4 @@ {%- endif -%}
-
-
-
- -
-
-

{% trans bname=browser_name() %} {{ bname }} {% endtrans %}

- {% trans bname=browser_name() %} - {{ bname }} is an enhanced private browser(Originally based on Tor Browser/Firefox ESR) for the - decentralized, private I2P network and an easy to use client for I2P applications like - peer-to-peer file-sharing, messaging, and e-mail. - {% endtrans %} -
-
-
-

{% trans intro=get_url('browser_intro'), bname=browser_name() %}Take The Tour{% endtrans %}

-
-
- - - - {% endblock %} - diff --git a/i2p2www/pages/site/browser/develop.html b/i2p2www/pages/site/browser/develop.html index 1feb8fea..1c41d498 100644 --- a/i2p2www/pages/site/browser/develop.html +++ b/i2p2www/pages/site/browser/develop.html @@ -16,6 +16,11 @@ {% trans bname=browser_name() %}

+I2P Browser is on a 6-month hiatus, to re-evaluate the resources required +to sustain it. The code is available to the community, and those of us +who can will help community members who ask, but we are not working on it +officially at this time. + Like other browsers, {{ bname }} is actually built from a group of tools that work together to start and stop applications, configure settings, and secure the user against attacks. diff --git a/i2p2www/pages/site/browser/download.html b/i2p2www/pages/site/browser/download.html index 9d100b10..f853cd44 100644 --- a/i2p2www/pages/site/browser/download.html +++ b/i2p2www/pages/site/browser/download.html @@ -24,27 +24,27 @@

{% trans bname=browser_name() %}{{ bname }} Downloads {% endtrans %}

+ +

{% trans bname=browser_name(), bsuff=browser_postname(), bvers=browser_version() -%} + The {{ bname }} {{ bsuff }} is on hiatus for the next six months while the resources + required to maintain it are re-evaluated. Downloads are still available for + archival and testing purposes. + {%- endtrans %}

{% trans bname=browser_name(), bsuff=browser_postname(), bvers=browser_version() -%} The {{ bname }} {{ bsuff }} is a fork of TorBrowser/Mozilla Firefox ESR that comes preconfigured to use I2P securely. {%- endtrans %}

{% trans -%} - Builds for Linux, Windows and Mac OS X are available. Currently we provide - binaries for 64bit systems. 32bit builds for Linux and Windows are planned. - {%- endtrans %}

-

{% trans bname=browser_name(), bsuff=browser_postname(), bvers=browser_version() -%} - As of beta5, {{ bname }} 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. + Builds for Linux, Windows and Mac OS X are available. We provide + binaries for 64bit systems. {%- endtrans %}

{% trans bname=browser_name(), bsuff=browser_postname(), bvers=browser_version() %} - Status: {{ bvers }} + Status: {{ bvers }} {% endtrans %} - {%- endtrans %} {%- set version = browser_version() -%} {%- set name = 'Windows' -%} diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css index c72e4173..b54429be 100644 --- a/i2p2www/static/styles/duck/default.css +++ b/i2p2www/static/styles/duck/default.css @@ -695,20 +695,7 @@ pre.literal-block { **/ .get-i2p-browser { display: block; - top: 50%; padding: .5em; - line-height: 1em; - font-size: 2em; - color: white; - font-family: Arial, Helvetica, sans-serif; - font-weight: bold; - text-transform: uppercase; - text-decoration: none; - text-align: center; - background: green; - border-radius: .3em; - text-shadow: 1px 1px 1px rgba(0,0,0,.2); - box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 1em 3em 2em 0.5em rgba(255, 255, 255, 0.3) inset, inset -.2em -.5em 1em -0em rgba(0,0,0,.3); } a.get-i2p-browser:hover {