From 757e98197b3ddc5bed611e5279a62e47fc85f129 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Sun, 24 Oct 2010 18:35:17 +0000 Subject: [PATCH] web/templates/index.html: moar default content --- web/templates/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/web/templates/index.html b/web/templates/index.html index fd6e3e3..12d0027 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -2,14 +2,20 @@ {% block content %}

About

+

{{ title }} is a domain names registration service for I2P. Hostnames in I2P isn't + globally unique. {{ title }} doesn't act as "central authority", it only provides a + way to publish a hosts to give easy accessability for them. You can read more about how + does I2P naming works in official docs +

Addressbook service

To start getting new hostnames from {{ title }}, add this - subscription link into router's addressbook. + subscription link into router's addressbook.

Jump service

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

Adding hosts

-
Here +

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