From b31a3c0bcd09948877793008d0f89ca101234efb Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Wed, 15 Sep 2021 15:06:52 -0400 Subject: [PATCH] add Jpackage section to What is In It part --- i2p2www/pages/downloads/firefox.html | 4 ++++ i2p2www/pages/downloads/nsis.html | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/i2p2www/pages/downloads/firefox.html b/i2p2www/pages/downloads/firefox.html index c471fce54..bcb97fb01 100644 --- a/i2p2www/pages/downloads/firefox.html +++ b/i2p2www/pages/downloads/firefox.html @@ -66,6 +66,10 @@ The files are signed by {{ signer }}, {%- endtrans %} <h2>{{ _('What is in it?') }}</h2> +<p>{% trans -%}The I2P router is "jpackaged" which means that it includes all +the required Java components it needs to run successfully. It does not require +a separate Java installation. +{%- endtrans %}</p> <p>{% trans -%} This browser profile also includes both the NoScript and HTTPSEverywhere plugin for better protection Javascript based attacks and HTTPS support where available. It diff --git a/i2p2www/pages/downloads/nsis.html b/i2p2www/pages/downloads/nsis.html index 767b30ed4..a750f478a 100644 --- a/i2p2www/pages/downloads/nsis.html +++ b/i2p2www/pages/downloads/nsis.html @@ -67,8 +67,12 @@ The files are signed by {{ signer }}, {%- endtrans %} <h2>{{ _('What is in it?') }}</h2> +<p>{% trans -%}The I2P router is "jpackaged" which means that it includes all +the required Java components it needs to run successfully. It does not require +a separate Java installation. +{%- endtrans %}</p> <p>{% trans -%} -This browser profile also includes both the NoScript and HTTPSEverywhere plugin for +The browser profile also includes both the NoScript and HTTPSEverywhere plugin for better protection Javascript based attacks and HTTPS support where available. It also keeps your I2P search activity separate from your visible internet search activity. The profile configures the I2P Proxy for all sites and browser features. -- GitLab