{% 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 -%}Please visit our I2P user forum, which is frequented by developers/contributors too - {%- endtrans %} {{ i2pconv('i2pforum.i2p') }} ({% trans -%}available on clearnet at https://i2pforum.net and on I2P at http://i2pforum.i2p{%- endtrans %})

{% trans zzz=i2pconv('zzz.i2p') -%} Most of the discussion about I2P's development happens on the I2P developer forum (only reachable from within I2P network). 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') }}

{% endblock %}