Fixup some language on firefox.html
This commit is contained in:
@ -5,12 +5,15 @@
|
||||
<h1>{{ _('I2P Firefox Browser Profile') }}</h1>
|
||||
<p>{% trans -%}
|
||||
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
|
||||
also keeps your I2P search activity separate from your internet search activity.
|
||||
{%- endtrans %}</p>
|
||||
<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.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
|
@ -7,7 +7,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" || exit
|
||||
cd "$DIR"
|
||||
|
||||
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 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
|
||||
|
Reference in New Issue
Block a user