From cb333b1282d14d76ecb8f96ff4c86c588a080098 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Fri, 5 Nov 2010 08:27:03 +0000 Subject: [PATCH] templates/index.html: add points where needed --- pyi2phosts/templates/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 %}