NSIS Bundle is now live, also two blog posts that have been in draft status

This commit is contained in:
idk
2021-09-16 15:00:01 -04:00
parent a530bcf8ea
commit 5c61370c02
9 changed files with 38 additions and 16 deletions

View File

@@ -99,13 +99,19 @@ I2P connections.</p>
<h5>{%- trans %}I2P for Windows{%- endtrans %}</h5>
{% call package('windows') %}
<p>{% trans -%}
Download the file and double-click to run it.
After installing Java, download the file and double-click to run it.
{%- endtrans %}</p>
<div class="file">
<a class="default" href="{{ get_url('downloads_windows') }}">{% trans %}Here is a helpful guide to installing I2P for Windows.{% endtrans %}</a>
<p></p>
<a class="default" href="/nsis"><strong>{% trans %}It's now possible to install all
I2P components using a single package(No Java Required). To try out the new installer,
click here. I2P Easy-Install Bundle(Beta).{% endtrans %}</strong>{% trans %}This
bundle can also be used to configure a Firefox Profile. It will not interfere with an
existing I2P installation if one exists.{% endtrans %}</a>
</div>
<div class="file">
<a class="default" href="/firefox">{% trans %}I2P Firefox Browser Profile{% endtrans %}</a>
<p></p>
<a class="default" href="{{ get_url('downloads_windows') }}">{% trans %}Here is a helpful guide to installing I2P for Windows using a separate Java installation and the classic installer.{% endtrans %}</a>
</div>
{% endcall %}