Fixup some language on firefox.html

This commit is contained in:
idk
2021-08-13 16:43:44 -04:00
parent 05fb9a2513
commit c968066ae8
2 changed files with 6 additions and 3 deletions

View File

@ -5,12 +5,15 @@
<h1>{{ _('I2P Firefox Browser Profile') }}</h1> <h1>{{ _('I2P Firefox Browser Profile') }}</h1>
<p>{% trans -%} <p>{% trans -%}
Now that you have joined the I2P network, you will want to see I2P Sites and and Now that you have joined the I2P network, you will want to see I2P Sites and and
other content that is hosted on the network. The Firefox browser is other content that is hosted on the network. The Firefox browser profile is
pre-configured to allow you to access the content available on the network. It pre-configured to allow you to access the content available on the network. It
also keeps your I2P search activity separate from your internet search activity. also keeps your I2P search activity separate from your internet search activity.
{%- endtrans %}</p> {%- endtrans %}</p>
<p>{% trans -%} <p>{% trans -%}
This browser also includes both the NoScrpt and HTTPSEverywhere plugin for WHAT IS WRONG?
{%- endtrans %}</p>
<p>{% trans -%}
This browser profile also includes both the NoScrpt and HTTPSEverywhere plugin for
better protection Javascript based attacks and HTTPS support where available. better protection Javascript based attacks and HTTPS support where available.
{%- endtrans %}</p> {%- endtrans %}</p>

View File

@ -7,7 +7,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" || exit
cd "$DIR" cd "$DIR"
git pull origin master git pull origin master
docker build -t i2p-mirror/i2p.www . docker build --no-cache -t i2p-mirror/i2p.www .
docker rm -f mirror.i2p.www docker rm -f mirror.i2p.www
docker run -itd $i2p_www_docker_run_args --name mirror.i2p.www -p 0.0.0.0:8090:80 i2p-mirror/i2p.www docker run -itd $i2p_www_docker_run_args --name mirror.i2p.www -p 0.0.0.0:8090:80 i2p-mirror/i2p.www
#docker run -td --name mirror.i2p.www --restart=always -p 0.0.0.0:5000:5000 i2p-mirror/i2p.www #docker run -td --name mirror.i2p.www --restart=always -p 0.0.0.0:5000:5000 i2p-mirror/i2p.www