Edit downloads list for consistency
This commit is contained in:
@ -38,11 +38,11 @@ If you would like to try the latest experimental I2P projects, visit the <a href
|
||||
{% call package('windows') %}
|
||||
<p>{% trans java='https://java.com/download' -%}The default I2P installer requires Java to be installed. You can obtain it from <a href="{{java}}">Oracle</a> or from your choice of Java distribution. After installing Java, download the file and double-click
|
||||
to run it. {%- endtrans %}</p>
|
||||
<h3>{% trans %}Easy-Install Bundle (Beta){% endtrans %}</h3>
|
||||
<h3>{% trans %}Easy Install Bundle For Windows (Beta){% endtrans %}</h3>
|
||||
<div class="file">
|
||||
<p>{% trans %}It's now possible to install all I2P components using a single package(<strong>No Java Required</strong>). To try out the new installer, click here. This bundle can also be used to configure a Firefox Profile. It will not interfere
|
||||
with an existing I2P installation if one exists. {% endtrans %}</p>
|
||||
<a class="default" href="/nsis">{% trans %}I2P Easy Install Bundle (Beta){% endtrans %}</a>
|
||||
<a class="default" href="/nsis">{% trans %}I2P Easy Install Bundle For Windows (Beta){% endtrans %}</a>
|
||||
</div>
|
||||
<h3>{% trans %}Detailed Install Guide{% endtrans %}</h3>
|
||||
<div class="file">
|
||||
@ -51,13 +51,13 @@ If you would like to try the latest experimental I2P projects, visit the <a href
|
||||
</div>
|
||||
{% endcall %}
|
||||
|
||||
<h5>{%- trans %}I2P for Mac OSX{%- endtrans %}</h5>
|
||||
<h5>{%- trans %}I2P Easy Install for Mac OSX{%- endtrans %}</h5>
|
||||
{% call package_outer('mac', "Mac OSX", 'images/download/mac-osx.png') %}
|
||||
<h3>{% trans %}Download the I2P for Mac DMG Bundle{% endtrans %}</h3>
|
||||
<p>{% trans i2pversion=ver() -%}I2P for Mac OSX is packaged using OSX's standard ".dmg" package type, which allows it to use Apple's built-in tools to securely, reliably, and easily install the package. It does not require Java to be installed to use.{%-
|
||||
endtrans %}</p>
|
||||
<h3>{% trans %}Download the I2P Easy Install for Mac OSX{% endtrans %}</h3>
|
||||
<p>{% trans i2pversion=ver() -%}I2P Easy Install for Mac OSXis packaged using OSX's standard ".dmg" package type, which allows it to use Apple's built-in tools to securely, reliably, and easily install the package. It does not require Java to be installed
|
||||
to use.{%- endtrans %}</p>
|
||||
<div class="file">
|
||||
<a class="default" href="{{ get_url('downloads_mac') }}">{% trans %}Mac OS DMG I2P Bundle{% endtrans %}</a>
|
||||
<a class="default" href="{{ get_url('downloads_mac') }}">{% trans %}I2P Easy Install for Mac OSX{% endtrans %}</a>
|
||||
</div>
|
||||
{% endcall %}
|
||||
|
||||
|
Reference in New Issue
Block a user