finally announce that the browser is going on hiatus

This commit is contained in:
hankhill19580
2020-03-01 18:42:24 +00:00
parent acd3af266b
commit c825766305
4 changed files with 57 additions and 48 deletions

View File

@@ -21,7 +21,7 @@
{% macro browser_download(name, icon, dlink) -%}
<div class="browser-front-download">
<div class="download-details">
<img class="browser-clip-circle" src="{{ url_for('static', filename=icon) }}" alt="{{ name }}" title="{{ name }}" />
<!--<img class="browser-clip-circle" src="{{ url_for('static', filename=icon) }}" alt="{{ name }}" title="{{ name }}" />-->
<a class="get-i2p-browser" href="{{ dlink }}">{{ caller() }}</a>
{% trans download=get_url('browser_download'), bname=browser_name() %}<a href="{{ download }}">Click here to download {{ bname }} in another language or platform</a>{% endtrans %}
@@ -31,10 +31,50 @@
{% block content %}
<section class="browser-front-wrapper">
<h1>{% trans bname=browser_name(), bsuff=browser_postname()%}{{ bname }} {{ bsuff }}{% endtrans %}</h1>
</section>
<section class="browser-onboarding">
<div class="row">
<div class="row-image">
<img src="{{ url_for('static', filename='images/browser/routing.svg') }}" />
</div>
<div class="row-text">
<h4>{% trans bname=browser_name() %} {{ bname }} {% endtrans %}</h4>
<p>
<strong>{% trans bname=browser_name(), bsuff=browser_postname() %}{{ bname }} {{ bsuff }} is on hiatus for the
next six months.</strong> 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 %}
</p>
<p>
{% 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 %}
</p>
{% trans %}You may want to consider one of the following alternatives:{% endtrans %}
</p>
<ul>
<li> <strong><a href="/firefox">{% trans %}I2P Firefox Profile for Windows:{% endtrans %}</a></strong>
{% trans %} If you are using Windows, the recommended way of accessing I2P is using the Firefox profile.{% endtrans %}
</li>
<li> <strong><a href="placeholder">{% trans %}I2P in Private Browsing Mode for Firefox:{% endtrans %}</a></strong>
{% trans %} This cross-platform webextension configures an isolated contextual identity for using I2P and for
each I2P application. It was designed to work with or without I2P Browser.{% endtrans %}
</li>
</ul>
<p>
{% trans bname=browser_name(), bsuff=browser_postname() %}Old versions of {{ bname }} {{ bsuff }} are
still available from the link below:
{% endtrans %}
</p>
</div>
</div>
</section>
<section class="browser-front-wrapper">
{%- if detected_os == 'windows' -%}
{%- set version = browser_version() -%}
{%- set bname = browser_name()-%}
@@ -68,27 +108,4 @@
{%- endif -%}
</section>
<section class="browser-onboarding">
<div class="row">
<div class="row-image">
<img src="{{ url_for('static', filename='images/browser/routing.svg') }}" />
</div>
<div class="row-text">
<h4>{% trans bname=browser_name() %} {{ bname }} {% endtrans %}</h4>
{% 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 %}
</div>
</div>
<div class="row">
<h1>{% trans intro=get_url('browser_intro'), bname=browser_name() %}<a href="{{ intro }}">Take The Tour</a>{% endtrans %}</h1>
</div>
</section>
{% endblock %}

View File

@@ -16,6 +16,11 @@
{% trans bname=browser_name() %}
<p>
<strong>I2P Browser is on a 6-month hiatus, to re-evaluate the resources required
to sustain it.</strong> 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.

View File

@@ -24,27 +24,27 @@
<section id="download">
<h1>{% trans bname=browser_name() %}{{ bname }} Downloads {% endtrans %}</h1>
<p>{% trans bname=browser_name(), bsuff=browser_postname(), bvers=browser_version() -%}
<strong> The {{ bname }} {{ bsuff }} is on hiatus for the next six months while the resources
required to maintain it are re-evaluated.</strong> Downloads are still available for
archival and testing purposes.
{%- endtrans %}</p>
<p>{% 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 %}</p>
<p>{% 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 %}</p>
<p>{% 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 %}</p>
{% trans bname=browser_name(), bsuff=browser_postname(), bvers=browser_version() %}
Status: {{ bvers }}
Status: {{ bvers }} {% endtrans %}
<ul>
<li><a href="https://github.com/i2p/i2p-browser">Firefox Branch</a></li>
<li><a href="https://github.com/mikalv/i2p-browser-build-scripts">Build Scripts</a></li>
<li><a href="https://github.com/i2p/i2pbutton">Browser Extension</a></li>
</ul>
{%- endtrans %}
{%- set version = browser_version() -%}
{%- set name = 'Windows' -%}

View File

@@ -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 {