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.
47 lines
1.9 KiB
47 lines
1.9 KiB
{% extends "base.html" %} |
|
|
|
{% block content %} |
|
<h2>About</h2> |
|
<p>{{ 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 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 |
|
docs</a>. |
|
</p> |
|
<p>To find out how we're registering and publishing hosts, look at |
|
<a href={% url faq %}>FAQ</a> page. |
|
</p> |
|
<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> |
|
|
|
<h2>Addressbook service</h2> |
|
<p> |
|
To start getting new hostnames from {{ title }}, add this |
|
<a href=/export/alive-hosts.txt>subscription link</a> into your <a |
|
href=http://localhost:7657/susidns/subscriptions.jsp>router's |
|
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. |
|
</p> |
|
|
|
<h2>Jump service</h2><p> |
|
{{ title }} also provides a jump service. For accessing hosts through it, |
|
use urls like |
|
<a href="{% url pyi2phosts.jump.views.jumper 'example.i2p' %}"> |
|
http://{{ domain }}{% url pyi2phosts.jump.views.jumper "example.i2p" %}</a>. |
|
</p> |
|
|
|
<h2>Registration service</h2> |
|
<p>If you are running an eepsite or another service and want a human-readable domain name |
|
for them, consider <a href={% url pyi2phosts.postkey.views.addkey %}>registering it</a>. |
|
</p> |
|
{% endblock %} |
|
|
|
{%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 %}
|
|
|