minor tweaks to strict countries page

This commit is contained in:
idk
2021-07-05 22:49:27 -04:00
parent 72d96941a7
commit a039090dd9

View File

@@ -1,16 +1,15 @@
{% extends "global/layout.html" %} {% extends "global/layout.html" %}
{% block title %}{{ _('Strict Countries') }}{% endblock %} {% block title %}{{ _('Strict Countries') }}{% endblock %}
{% block content %} {% block content %}
<p>{% trans -%}This implementation of I2P(the Java implementation distributed from geti2p.net) <p>{% trans -%}This implementation of I2P(the Java implementation distributed on this site)
includes a "Strict Countries List" which we use to decide how routers should behave includes a "Strict Countries List" which we use to decide how routers should behave
within regions where applications like I2P may be limited by law. For example, while within regions where applications like I2P may be limited by law. For example, while
no countries that we know of prohibit using I2P, some have broad prohibitions on no countries that we know of prohibit using I2P, some have broad prohibitions on
participating in routing for others. Routers that appear to be in the "Restricted" participating in routing for others. Routers that appear to be in the "Strict"
countries will automatically be placed into "Hidden" mode.{%- endtrans %}</p> countries will automatically be placed into "Hidden" mode.{%- endtrans %}</p>
<p>{% trans -%}Since we are not legal experts, we currently rely on the information from: <p>{% trans -%}
<a href="https://freedomhouse.org/">Freedom House</a>. Our general guidance is to include countries with a Civil The Project relies on the research provided by civil and digital rights organizations in order to make decisions that offers protections for its users. In this case the ongoing research provided by <a href="https://freedomhouse.org/">Freedom House</a> has been referenced. General guidance is to include countries with a Civil Liberties (CL) score of 16 or less or an Internet Freedom score of 39 or less (not free). {%- endtrans %}</p>
Liberties (CL) score of 16 or less or a Internet Freedom score of 39 or less (not free). {%- endtrans %}</p>
<h4>{% trans -%}Hidden Mode Summary{%- endtrans %}</h4> <h4>{% trans -%}Hidden Mode Summary{%- endtrans %}</h4>
<p>{% trans -%}When a router is placed into hidden mode, three key things change about it's behavior. <p>{% trans -%}When a router is placed into hidden mode, three key things change about it's behavior.
@@ -65,4 +64,6 @@ others.{%- endtrans %}</p>
/* Western Sahara */ "EH", /* Western Sahara */ "EH",
/* Yemen */ "YE" /* Yemen */ "YE"
</code></pre> </code></pre>
<p><a href="https://i2pgit.org/i2p/i2p.i2p/">{% trans -%}If you think a country should be added to the strict countries, file an issue on the I2P gitlab.{%- endtrans %}</a></p>
{% endblock %} {% endblock %}