From 625a56ab0cadc13ae4aa26a49c67d9e1d055e4b2 Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 5 Jan 2022 10:57:04 -0500 Subject: [PATCH] Download page fixes for Mac OSX --- i2p2www/pages/downloads/list.html | 27 +++++++++++++++------------ i2p2www/pages/downloads/macros | 6 +++--- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html index c1ee9fd2..9a3e7148 100644 --- a/i2p2www/pages/downloads/list.html +++ b/i2p2www/pages/downloads/list.html @@ -25,9 +25,9 @@ If you would like to try the latest experimental I2P projects, visit the

{{ _('Getting Started') }}

{% trans %}Basic Steps{% endtrans %}

-

{% trans %}For most platforms and systems, setting I2P installed and running will -consist of up to three steps.{% endtrans %}

-

+

{% trans -%} Windows: Java 8 is recommended. Java 9 or higher may not work. {%- endtrans %} @@ -118,11 +121,11 @@ I2P connections.

{% endcall %}
{%- trans %}I2P for Mac OSX{%- endtrans %}
-{% call package('mac') %} -

{% trans %}DMG Bundle{% endtrans %}

-

I2P for Mac OSX is packaged using OSX's standard ".dmg" package type, which +{% call package_outer('mac', "Mac OSX", 'images/download/mac-osx.png') %} +

{% trans %}Download the I2P for Mac DMG Bundle{% endtrans %}

+

{% 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.

+ install the package. It does not require Java to be installed to use.{%- endtrans %}

{% trans %}Mac OS DMG I2P Bundle{% endtrans %}
diff --git a/i2p2www/pages/downloads/macros b/i2p2www/pages/downloads/macros index 0d06534d..68a0bfc0 100644 --- a/i2p2www/pages/downloads/macros +++ b/i2p2www/pages/downloads/macros @@ -65,10 +65,10 @@ {%- elif type == 'unix' -%} {%- set name = 'Linux / BSD / Solaris' -%} {%- set icon = 'images/download/freebsd-tux.png' -%} + {%- set filename = 'i2pinstall_%s.jar' -%} + {%- set signame = 'i2pinstall_%s.jar.sig' -%} + {%- set hash = i2pinstall_jar_hash -%} {%- endif -%} - {%- set filename = 'i2pinstall_%s.jar' -%} - {%- set signame = 'i2pinstall_%s.jar.sig' -%} - {%- set hash = i2pinstall_jar_hash -%} {%- endif -%} {%- set details = caller() -%}