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.
21 lines
900 B
21 lines
900 B
{% extends "base.html" %} |
|
{% load i18n %} |
|
|
|
{% block content %} |
|
{% blocktrans %} |
|
<h3>Direct contact methods:</h3> |
|
<ul> |
|
<li>IRC: #i2p-dev, nick "slow". This is the fastest contact method and should be used first.</li> |
|
<li>Email: hiddenz@mail.i2p. You can send your message here, but don't expect a fast reply.</li> |
|
</ul> |
|
{% endblocktrans %} |
|
|
|
{% blocktrans %} |
|
<h3>Public discussions about service, feedback, proposals and feature requests</h3> |
|
<ul> |
|
<li><a href="http://hiddenchan.i2p/d/res/4222.html">Thread at hiddenchan.i2p</a>: the best place for discussion (russian and english are allowed)</li> |
|
<li><a href="http://forum.i2p/viewtopic.php?t=5083">Thread at forum.i2p</a>: very rarely readable (english)</li> |
|
<li><a href="http://zzz.i2p/topics/733">py-i2phosts thread at zzz.i2p</a>: thread about py-i2phosts development, rarely readable (english)</li> |
|
</ul> |
|
{% endblocktrans %} |
|
{% endblock %}
|
|
|