mirror of https://github.com/r4sas/py-i2phosts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
885 B
15 lines
885 B
{% load i18n %} |
|
|
|
<h2>{% trans "Domain name registration policy" %}</h2> |
|
<ul> |
|
<li>{% trans "Domain name registration is free." %}</li> |
|
<li>{% trans "Anyone can register a domain name." %}</li> |
|
<li>{% trans "Domain names are available on a 'first come, first serve' basis." %}</li> |
|
<li>{% trans "A domain name's destination must be active." %} |
|
{% trans "Inactive destinations cannot be published." %}</li> |
|
<li>{% trans "Domain name hoarding through mass registration (cybersquatting) is not allowed." %}</li> |
|
<li>{% trans "Domain name registrations will not be rejected based on content." %}</li> |
|
<li>{% trans "Domain name registrations will stop propagating after some period of inactivity." %}</li> |
|
<li>{% trans "Temporary or test sites should not be registered. Use b32 address instead." %}</li> |
|
<li>{% trans "Changing key for existing domains is prohibited." %}</li> |
|
</ul>
|
|
|