1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 06:18:05 +00:00

templates/index.html: some fixes

This commit is contained in:
Hidden Z 2010-11-05 11:27:49 +00:00
parent 9fdef74093
commit c695871938

View File

@ -13,12 +13,15 @@
<a href=/export/alive-hosts.txt>subscription link</a> into your <a <a href=/export/alive-hosts.txt>subscription link</a> into your <a
href=http://localhost:7657/susidns/subscriptions.jsp>router's href=http://localhost:7657/susidns/subscriptions.jsp>router's
addressbook</a>. addressbook</a>.
</p>
<h2>Jump service</h2><p> <h2>Jump service</h2><p>
{{ title }} also provides a jump service. For accessing hosts through it, {{ title }} also provides a jump service. For accessing hosts through it,
use urls like <a href={% url pyi2phosts.jump.views.jumper 'example.i2p' %}> use urls like
http://{{ domain }}{% url pyi2phosts.jump.views.jumper 'example.i2p' %}<a/>. <a href="{% url pyi2phosts.jump.views.jumper 'example.i2p' %}">
http://{{ domain }}{% url pyi2phosts.jump.views.jumper "example.i2p" %}</a>.
</p> </p>
<h2>Registration service</h2> <h2>Registration service</h2>
<p>If you are running an eepsite or another service and want a human-readable domain name <p>If you are running an eepsite or another service and want a human-readable domain name
for them, consider to <a href={% url pyi2phosts.postkey.views.addkey %}>registering it</a>. for them, consider to <a href={% url pyi2phosts.postkey.views.addkey %}>registering it</a>.
</p>
{% endblock %} {% endblock %}