From bd9cdd42bdc3d0bbcb89860102cfefe0b6222a2c Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Fri, 5 Nov 2010 08:23:39 +0000 Subject: [PATCH] templates/index.html: fix typo (tnx 'user') --- pyi2phosts/templates/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyi2phosts/templates/index.html b/pyi2phosts/templates/index.html index d1c8614..2da235b 100644 --- a/pyi2phosts/templates/index.html +++ b/pyi2phosts/templates/index.html @@ -2,10 +2,10 @@ {% block content %}

About

-

{{ title }} is a domain names registration service for I2P. Hostnames in I2P isn't +

{{ 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 a hosts to give easy accessability for them. You can read more about how - does I2P naming works in official docs + 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

Addressbook service

To start getting new hostnames from {{ title }}, add this @@ -16,6 +16,6 @@ http://{{ domain }}{% url pyi2phosts.jump.views.jumper 'example.i2p' %}

Adding hosts

-

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

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