2010-10-24 13:54:49 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<h2>About</h2>
|
2010-11-05 08:23:39 +00:00
|
|
|
<p>{{ title }} is a domain name registration service for I2P. Hostnames in I2P aren't
|
2010-10-24 18:35:17 +00:00
|
|
|
globally unique. {{ title }} doesn't act as "central authority", it only provides a
|
2010-11-05 08:39:22 +00:00
|
|
|
way to publish hosts as an easy means of access to them. You can read more about how
|
|
|
|
I2P naming works in the <a href=http://www.i2p2.i2p/naming.html>official
|
2010-11-05 08:27:03 +00:00
|
|
|
docs</a>.
|
2010-10-24 18:35:17 +00:00
|
|
|
</p>
|
2010-11-05 21:12:58 +00:00
|
|
|
<p>To find out how we're registering and publishing hosts, look at
|
|
|
|
<a href={% url faq %}>FAQ</a> page.
|
|
|
|
</p>
|
|
|
|
|
2010-10-24 13:54:49 +00:00
|
|
|
<h2>Addressbook service</h2>
|
2010-11-05 21:12:58 +00:00
|
|
|
<p>
|
2010-10-24 13:54:49 +00:00
|
|
|
To start getting new hostnames from {{ title }}, add this
|
2010-11-05 08:39:22 +00:00
|
|
|
<a href=/export/alive-hosts.txt>subscription link</a> into your <a
|
2010-11-05 08:26:40 +00:00
|
|
|
href=http://localhost:7657/susidns/subscriptions.jsp>router's
|
|
|
|
addressbook</a>.
|
2010-11-05 11:27:49 +00:00
|
|
|
</p>
|
2010-11-05 21:12:58 +00:00
|
|
|
|
2010-10-24 13:54:49 +00:00
|
|
|
<h2>Jump service</h2><p>
|
|
|
|
{{ title }} also provides a jump service. For accessing hosts through it,
|
2010-11-05 11:27:49 +00:00
|
|
|
use urls like
|
|
|
|
<a href="{% url pyi2phosts.jump.views.jumper 'example.i2p' %}">
|
|
|
|
http://{{ domain }}{% url pyi2phosts.jump.views.jumper "example.i2p" %}</a>.
|
2010-10-24 13:54:49 +00:00
|
|
|
</p>
|
2010-11-05 21:12:58 +00:00
|
|
|
|
2010-11-05 08:39:44 +00:00
|
|
|
<h2>Registration service</h2>
|
2010-11-05 08:23:39 +00:00
|
|
|
<p>If you are running an eepsite or another service and want a human-readable domain name
|
2010-11-05 16:28:58 +00:00
|
|
|
for them, consider <a href={% url pyi2phosts.postkey.views.addkey %}>registering it</a>.
|
2010-11-05 11:27:49 +00:00
|
|
|
</p>
|
2010-10-24 13:54:49 +00:00
|
|
|
{% endblock %}
|
2010-11-05 14:39:06 +00:00
|
|
|
|
|
|
|
{%block footer-addon %}
|
|
|
|
<a href=http://{{ b32 }}>b32</a> |
|
|
|
|
<a href=http://localhost:7657/susidns/addressbook.jsp?book=private&hostname={{ domain }}&destination={{ b64 }}>
|
|
|
|
add</a> |
|
|
|
|
{% endblock %}
|