{% extends "global/layout.html" %} {% block title %}{{ _('Contact') }}{% endblock %} {% block content %}

{{ _('Email') }}

{% trans -%} Please do not use these email addresses for support requests. These are not public email lists. We do not provide help via email. {%- endtrans %}

IRC

{% trans -%} Our primary IRC network is the Irc2P network within I2P; a default tunnel to this network is set up with new router installs. We are also present on multiple standard networks like OFTC, EIN and Freenode. All I2P-related channels on all these network are linked to the main channels on Irc2P via relay bots. {%- endtrans %}

{% filter escape %}
{{ _('Channel list:') }}

#i2p       {{ _('General i2p discussion and help channel') }}
#i2p-chat  {{ _('Offtopic') }}
#i2p-dev   {{ _('Development talk') }}
#i2pd-dev  {{ _('Purple I2P (I2Pd) Development talk') }}
#Abscond   {{ _('Abscond browser bundle discussion and development') }}
{% endfilter %}

{{ _('Forums') }}

{% trans zzz=i2pconv('zzz.i2p') -%} Most of the discussion about I2P's development happens on the I2P developer forum. This is usually the best place to start with inquiries, if the dev IRC channel is inactive. {%- endtrans %}

{{ _('Mailing lists') }}

{% trans -%} I2P does have a mailing list, but it is rarely used as the current small team of developers prefer to communicate via IRC or the developer forum. This may change in future. {%- endtrans %}

{{ _('Subscribing') }}

{% trans -%} To subscribe to a mailing list, go to the list information page (linked below) and fill out the form. I2P-internal email addresses (foobar@mail.i2p) can be used. {%- endtrans %}

{{ _('Unsubscribing') }}

{% trans -%} To unsubscribe from a mailing list or edit your subscription options, go to the list information page (linked below) and enter your subscription email address. {%- endtrans %}

{{ _('Lists') }}

NNTP

{% trans -%} You don't like mailing lists? Then this is for you. All mailing lists are available via NNTP as well. {%- endtrans %}

{% filter escape %}
{{ _('Group-List-mapping:') }}

alt.privacy.i2p.general       i2p-general
alt.privacy.i2p.dev           i2p-dev

{{ _('Servers:') }}

news.welterde.de     news.welterde.i2p
{% endfilter %}
{% endblock %}