1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 12:34:17 +00:00

templates/faq.html: apply fixes by 'user'

This commit is contained in:
Hidden Z 2010-11-05 22:06:14 +00:00
parent b281f034b0
commit cd3895c7d1

View File

@ -10,43 +10,42 @@
{% endfor %} {% endfor %}
</ul> </ul>
</li> </li>
<li>Adding throught our service. <li>Adding through our service.
</li> </li>
</ol> </ol>
<h3>Publish requirements</h3> <h3>Publish requirements</h3>
To get published host must match the following criteria: To get published a host must meet the following criteria:
<ul> <ul>
<li>Must be added at least 3 days ago</li> <li>Must have been added at least 3 days ago</li>
<li>Must be up</li> <li>Must be up</li>
<li>Must be approved by admin</li> <li>Must be approved by admin</li>
</ul> </ul>
<p style="notice">Admin's approval isn't really necessary, it only needs for <p style="notice">Admin's approval isn't really necessary, it is only needed in
eliminate possible hijacking and mass registration attempts. order to eliminate possible hijacking and mass registration attempts.
</p> </p>
<h3>Expiration</h3> <h3>Expiration</h3>
<p> <p>
Hosts gets checked for availability every 12 hours. If host alive, registration period Hosts gets checked for availability every 12 hours. If the host is alive, registration period
prolongated to 1 month. Until this period ends hosts are published in our hosts.txt. prolongated 1 month. Until this period ends, hosts are published in our hosts.txt.
</p> </p>
<p> <p>
If host expired, name/key pair will be keeped for 2 years but will not be When a host has expired, its name/key pair will be keept for 2 years but will not be
published. Until this period ends, it's impossible to register this hostname published any longer. Until this period ends, it's impossible to register this hostname
again. again.
</p> </p>
<h3>Deletion of expired hosts</h3> <h3>Deletion of expired hosts</h3>
<p> <p>
Hosts expired 2 years ago gets completely deleted from our database and becomes Hosts expired 2 years ago get completely deleted from our database and become
available for registration. available for a new registration.
</p> </p>
<h3>Deletion of dead hosts</h3> <h3>Deletion of dead hosts</h3>
<p> <p>
If host was added from external source and we're never seen it alive, it will be If a host was added from an external source and we've never seen it alive, it
deleted after 1 year since adding date and after 14 days if it is was added will be deleted after 1 year since its adding date, and after 14 days if it is
throught us. We're giving such small period because such hosts weren't published was added through our registration service.
by us because they fails availability test.
</p> </p>
{% endblock %} {% endblock %}