2010-10-24 13:54:49 +00:00
|
|
|
{% extends "base.html" %}
|
2011-02-19 13:26:28 +00:00
|
|
|
{% load i18n %}
|
2010-10-24 13:54:49 +00:00
|
|
|
|
|
|
|
{% block content %}
|
2013-09-27 18:19:49 +00:00
|
|
|
{% url 'faq' as faq_url %}
|
2011-02-19 13:26:28 +00:00
|
|
|
{% blocktrans %}
|
2010-10-24 13:54:49 +00:00
|
|
|
<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>
|
2011-02-19 13:26:28 +00:00
|
|
|
|
2010-11-05 21:12:58 +00:00
|
|
|
<p>To find out how we're registering and publishing hosts, look at
|
2011-02-19 13:26:28 +00:00
|
|
|
<a href={{ faq_url }}>FAQ</a> page.
|
2010-11-05 21:12:58 +00:00
|
|
|
</p>
|
2010-11-20 18:21:23 +00:00
|
|
|
<p>
|
|
|
|
If you have any questions, feel free to ask <a href="http://forum.i2p/viewtopic.php?t=5083">here</a>
|
|
|
|
publicly. Private questions can be asked through <a href="http://i2pbote.i2p/">i2pbote</a>
|
|
|
|
using <em>uxGqmWz4HxLqjPVm7eSGGRqaGInm5hh8lZYubYdUX4Cih4Qhna2tSSMrupbWdDj80zDNoXvBc-le0GsywgVulw</em>
|
|
|
|
identity.
|
|
|
|
</p>
|
2011-02-19 13:26:28 +00:00
|
|
|
{% endblocktrans %}
|
2010-11-05 21:12:58 +00:00
|
|
|
|
2011-02-19 13:26:28 +00:00
|
|
|
{% blocktrans %}
|
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
|
2010-11-07 17:59:54 +00:00
|
|
|
addressbook</a>. Of course, you should <a
|
|
|
|
href=http://localhost:7657/susidns/addressbook.jsp?book=private&hostname={{ domain }}&destination={{ b64 }}>add INR</a>'s destination before.
|
2010-11-05 11:27:49 +00:00
|
|
|
</p>
|
2011-02-19 13:26:28 +00:00
|
|
|
{% endblocktrans %}
|
2010-11-05 21:12:58 +00:00
|
|
|
|
2013-09-27 18:19:49 +00:00
|
|
|
{% url 'pyi2phosts.jump.views.jumper' 'example.i2p' as jump_url %}
|
|
|
|
{% url 'pyi2phosts.jump.views.index' as jump_index %}
|
2011-02-19 13:26:28 +00:00
|
|
|
{% blocktrans %}
|
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
|
2011-02-19 13:26:28 +00:00
|
|
|
<a href="{{ jump_url }}">
|
|
|
|
http://{{ domain }}{{ jump_url }}</a>.
|
2011-02-06 14:15:34 +00:00
|
|
|
I2P since 0.8.3 gives possibility to add a custom jump-servers. Go to the i2ptunnel
|
|
|
|
<a href="http://localhost:7657/i2ptunnel/edit?tunnel=0">eeproxy configuration page
|
2011-02-19 13:26:28 +00:00
|
|
|
</a> and add <em>http://{{ domain }}{{ jump_index }}</em> to "Jump URL List" section.
|
2011-02-06 14:15:34 +00:00
|
|
|
</p>
|
2011-02-19 13:26:28 +00:00
|
|
|
{% endblocktrans %}
|
2010-11-05 21:12:58 +00:00
|
|
|
|
2013-09-27 18:19:49 +00:00
|
|
|
{% url 'pyi2phosts.postkey.views.addkey' as addkey_url %}
|
2011-02-19 13:26:28 +00:00
|
|
|
{% blocktrans %}
|
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
|
2011-02-19 13:26:28 +00:00
|
|
|
for them, consider <a href={{ addkey_url }}>registering it</a>.
|
2010-11-05 11:27:49 +00:00
|
|
|
</p>
|
2011-02-19 13:26:28 +00:00
|
|
|
{% endblocktrans %}
|
2010-10-24 13:54:49 +00:00
|
|
|
{% endblock %}
|
2010-11-05 14:39:06 +00:00
|
|
|
|
2011-02-19 13:26:28 +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 }}>{% trans "add" %}</a> |
|
2010-11-05 14:39:06 +00:00
|
|
|
{% endblock %}
|