From e1022ecfbd5612f7b7dbe113898bd5d8dc1c191c Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Wed, 22 Sep 2021 17:14:03 -0400 Subject: [PATCH] More adjusted verbiage on firefox and easyinstall pages --- i2p2www/pages/downloads/easyinstall.html | 15 +++++++++++---- i2p2www/pages/downloads/firefox.html | 3 ++- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/i2p2www/pages/downloads/easyinstall.html b/i2p2www/pages/downloads/easyinstall.html index 643d35411..b4303b03d 100644 --- a/i2p2www/pages/downloads/easyinstall.html +++ b/i2p2www/pages/downloads/easyinstall.html @@ -15,7 +15,7 @@ Profile Page</a>. {%- endtrans %}</p> <h2>{{ _('What do I need to use it?') }}</h2> <p><strong>{% trans -%} -Just Firefox(Or Tor Browser){%- endtrans %}</strong> +Just Firefox (Or Tor Browser).{%- endtrans %}</strong> {% trans issueurl="https://i2pgit.org/i2p-hackers/i2p.firefox/-/issues/2" -%} This installer still requires Firefox to be installed on the system, it does not bundle a Firefox installer of its own. Please obtain Firefox from Mozilla, or @@ -37,11 +37,18 @@ it uses is otherwise identical to the "regular" I2P. <h2>{{ _('How do I use it?') }}</h2> <p>{% trans firefox="https://www.mozilla.org/", postfilename=pver('I2P-Profile-Installer-%s.exe') -%} First, download and install <a href="{{ firefox }}">Firefox</a>, then, -just download and install <a href="{{ postfilename }}">this installer</a>. +just download and install <a href="{{ postfilename }}">this installer</a>. To +start an installer, "double-click" the downloaded .exe file. +{%- endtrans %}</p> +<p>{% trans -%} Running the installer will create a shortcut to start browsing I2P in your start menu and on your desktop. Clicking this shortcut will start I2P if necessary, -then start an I2P Browser. You will see a "Toopie" icon in your taskbar to -indicate that I2P is working. I2P Browsing uses a separate, I2P-Only Firefox +then start an I2P Browser. On the first run, you will also be promted with the +bandwidth wizard in your browser window. You will also see a "Toopie" icon in +your taskbar to indicate that I2P is working when the browser window is closed. +{%- endtrans %}</p> +<p>{% trans -%} +I2P Browsing uses a separate, I2P-Only Firefox profile, so it won't interfere with your regular Firefox use or require any special configuration. You don't even need to close existing Firefox windows. {%- endtrans %}</p> diff --git a/i2p2www/pages/downloads/firefox.html b/i2p2www/pages/downloads/firefox.html index 9234e5155..3eebb2aa1 100644 --- a/i2p2www/pages/downloads/firefox.html +++ b/i2p2www/pages/downloads/firefox.html @@ -34,7 +34,8 @@ This keeps you safer while browsing the Invisible Web. <h2>{{ _('How do I use it?') }}</h2> <p>{% trans firefox="https://www.mozilla.org/", postfilename=pver('I2P-Profile-Installer-%s.exe') -%} First, download and install <a href="{{ firefox }}">Firefox</a>, then, -just download and install <a href="{{ postfilename }}">this installer</a>. +just download and install <a href="{{ postfilename }}">this installer</a>. To +start an installer, "double-click" the downloaded .exe file. {%- endtrans %}</p> {%- set name = 'Windows' -%} -- GitLab