mirror of https://github.com/r4sas/py-i2phosts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.0 KiB
22 lines
1.0 KiB
14 years ago
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h2>About</h2>
|
||
14 years ago
|
<p>{{ 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 <a href=http://www.i2p2.i2p/naming.html>official docs</a>
|
||
|
</p>
|
||
14 years ago
|
<h2>Addressbook service</h2>
|
||
|
To start getting new hostnames from {{ title }}, add this
|
||
14 years ago
|
<a href=/export/alive-hosts.txt>subscription link</a> into router's addressbook.
|
||
14 years ago
|
<h2>Jump service</h2><p>
|
||
|
{{ title }} also provides a jump service. For accessing hosts through it,
|
||
|
use urls like <a href={% url jump.views.jumper 'example.i2p' %}>
|
||
|
http://{{ domain }}{% url jump.views.jumper 'example.i2p' %}<a/>
|
||
|
</p>
|
||
|
<h2>Adding hosts</h2>
|
||
14 years ago
|
<p>If you are running an eepsite or another service and wants a human-readable domain name
|
||
|
for them, consider to <a href={% url postkey.views.addkey %}>register it</a>
|
||
14 years ago
|
{% endblock %}
|