I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 0a552d86 authored by zzz's avatar zzz
Browse files

Download page bundle cleanup/consistency

parent 978979f3
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ If you would like to try the latest experimental I2P projects, visit the <a href
to run it. {%- endtrans %}</p>
<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>
<p>{% trans %}It is now possible to install all I2P components using a single package (<strong>No Java required</strong>). To try out the new installer, click below. 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 For Windows (Beta){% endtrans %}</a>
</div>
<h3>{% trans %}Detailed Install Guide{% endtrans %}</h3>
......@@ -51,13 +51,13 @@ If you would like to try the latest experimental I2P projects, visit the <a href
</div>
{% endcall %}
<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 Easy Install for Mac OSX{% endtrans %}</h3>
<p>{% trans i2pversion=ver() -%}I2P Easy Install 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>
<h5>{%- trans %}I2P Easy Install Bundle for Mac OS X{%- endtrans %}</h5>
{% call package_outer('mac', "Mac OS X", 'images/download/mac-osx.png') %}
<h3>{% trans %}I2P Easy Install Bundle for Mac OS X{% endtrans %}</h3>
<p>{% trans i2pversion=ver() -%}The I2P Easy Install Bundle for Mac OS X 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.
{%- endtrans %}</p>
<div class="file">
<a class="default" href="{{ get_url('downloads_mac') }}">{% trans %}I2P Easy Install for Mac OSX{% endtrans %}</a>
<a class="default" href="{{ get_url('downloads_mac') }}">{% trans %}I2P Easy Install Bundle for Mac OS X{% endtrans %}</a>
</div>
{% endcall %}
......@@ -153,4 +153,4 @@ If you would like to try the latest experimental I2P projects, visit the <a href
<h3>{{ _('Previous Releases') }}</h3>
{% trans echelon=i2pconv('echelon.i2p') -%} Previous releases are available on <a href="http://code.google.com/p/i2p/downloads/list?can=1">Google Code</a> and <a href="https://launchpad.net/i2p/trunk">Launchpad</a> and within the I2P network on <a href="http://{{ echelon }}/">{{ echelon }}</a>.
{%- endtrans %} {% endblock %}
\ No newline at end of file
{%- endtrans %} {% endblock %}
{% extends "global/layout.html" %}
{%- from "downloads/macros" import package_outer with context -%}
{% block title %}Mac OS Easy Install Bundle{% endblock %}
{% block title %}Mac OS X Easy Install Bundle{% endblock %}
{% block content %}
<h1>{{ _('Mac OS Easy Install Bundle') }}</h1>
<h1>{{ _('Mac OS X Easy Install Bundle') }}</h1>
<p>{% trans -%}
We are excited to offer you a DMG-based bundle for Mac OS. It installs and behaves
the same way many other Mac OS applications do and does not require a Java
We are excited to offer you a DMG-based bundle for Mac OS X. It installs and behaves
the same way many other Mac OS X applications do and does not require a Java
Runtime Environment to be available.
{%- endtrans %}</p>
<p>{% trans perf="https://i2pgit.org/i2p-hackers/i2p-jpackage-mac/-/issues/1" -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment