diff --git a/pyi2phosts/templates/index.html b/pyi2phosts/templates/index.html index 5f91ddb..ee8157e 100644 --- a/pyi2phosts/templates/index.html +++ b/pyi2phosts/templates/index.html @@ -5,7 +5,8 @@

{{ title }} is a domain name registration service for I2P. Hostnames in I2P aren't globally unique. {{ title }} doesn't act as "central authority", it only provides a way to publish hosts to provide an easy means of access for them. You can read more about how - I2P naming works in official docs + I2P naming works in official + docs.

Addressbook service

To start getting new hostnames from {{ title }}, add this @@ -15,9 +16,11 @@

Jump service

{{ title }} also provides a jump service. For accessing hosts through it, use urls like - http://{{ domain }}{% url pyi2phosts.jump.views.jumper 'example.i2p' %} + http://{{ domain }}{% url pyi2phosts.jump.views.jumper + 'example.i2p' %}.

Adding hosts

If you are running an eepsite or another service and want a human-readable domain name - for them, consider to registering it + for them, consider to registering it. {% endblock %}