2012-11-11 02:34:57 +00:00
{% extends "global/layout.html" %}
2013-01-18 06:33:12 +00:00
{% block title %}{{ _('Contact') }}{% endblock %}
2010-07-27 00:53:24 +00:00
{% block content %}
< h1 > IRC< / h1 >
2013-01-18 06:33:12 +00:00
< p > {% trans -%}
2013-01-16 20:14:26 +00:00
Our primary IRC network is the Irc2P network within I2P; a default tunnel to this network is set up with new router installs.
2013-02-06 01:55:33 +00:00
We are also present on multiple standard networks like < a href = "http://www.oftc.net/oftc/OFTC" > OFTC< / a > ,
2013-01-16 20:14:26 +00:00
< a href = "http://www.einirc.de/" > EIN< / a > and < a href = "http://freenode.net/" > Freenode< / a > .
All I2P-related channels on all these network are linked to the main channels on Irc2P via relay bots.
2013-01-18 06:33:12 +00:00
{%- endtrans %}< / p >
2010-07-27 00:53:24 +00:00
< pre >
{% filter escape %}
2013-01-18 06:33:12 +00:00
{{ _('Channel list:') }}
2010-07-27 00:53:24 +00:00
2013-01-18 06:33:12 +00:00
#i2p {{ _('General i2p discussion') }}
#i2p-chat {{ _('Offtopic') }}
#i2p-dev {{ _('Development talk') }}
#i2p-help {{ _('Help channel') }}
2010-07-27 00:53:24 +00:00
{% endfilter %}
< / pre >
2013-01-18 06:33:12 +00:00
< h1 > {{ _('Forums') }}< / h1 >
< p > {% trans zzz=i2pconv('zzz.i2p') -%}
Most of the discussion about I2P's development happens on the < a href = "http://{{ zzz }}" > I2P developer forum< / a > . This is usually the best place to start with inquiries, if the dev IRC channel is inactive.
{%- endtrans %}< / p >
2010-07-27 00:53:24 +00:00
2013-01-18 06:33:12 +00:00
< h1 > {{ _('Mailing lists') }}< / h1 >
< p > {% trans -%}
2013-01-16 20:14:26 +00:00
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.
2013-01-18 06:33:12 +00:00
{%- endtrans %}< / p >
2010-07-27 00:53:24 +00:00
2013-01-18 06:33:12 +00:00
< h2 > {{ _('Subscribing') }}< / h2 >
< p > {% trans -%}
2013-01-16 20:14:26 +00:00
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.
2013-01-18 06:33:12 +00:00
{%- endtrans %}< / p >
2010-07-27 00:53:24 +00:00
2013-01-18 06:33:12 +00:00
< h2 > {{ _('Unsubscribing') }}< / h2 >
< p > {% trans -%}
2013-01-16 20:14:26 +00:00
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.
2013-01-18 06:33:12 +00:00
{%- endtrans %}< / p >
2010-07-27 00:53:24 +00:00
2013-01-18 06:33:12 +00:00
< h2 > {{ _('Lists') }}< / h2 >
2010-07-27 00:53:24 +00:00
< ul >
< li >
2013-01-18 06:33:12 +00:00
< a href = "https://lists.welterde.de/mailman/listinfo/i2p-general" > i2p-general< / a > (< a href = "https://lists.welterde.de/pipermail/i2p-general/" > {{ _('Archive') }}< / a > )< br / >
{% trans %}General I2P discussion - anything that doesn't fit in a different list goes here.{% endtrans %}
2010-07-27 00:53:24 +00:00
< / li >
< / ul >
< h1 > NNTP< / h1 >
2013-01-18 06:33:12 +00:00
< p > {% trans -%}
2013-01-16 20:14:26 +00:00
You don't like mailing lists? Then this is for you. All mailing lists are available via NNTP as well.
2013-01-18 06:33:12 +00:00
{%- endtrans %}< / p >
2010-07-27 00:53:24 +00:00
< pre >
{% filter escape %}
2013-01-18 06:33:12 +00:00
{{ _('Group-List-mapping:') }}
2010-07-27 00:53:24 +00:00
i2p.general i2p-general
2013-01-18 06:33:12 +00:00
{{ _('Servers:') }}
2010-07-27 00:53:24 +00:00
news.welterde.de news.welterde.i2p
{% endfilter %}
< / pre >
{% endblock %}