forked from I2P_Developers/i2p.www
Page header fixes
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{{ _('Contact') }}{% endblock %}
|
||||
{% block content %}
|
||||
<h1>{{ _('Email') }}</h1>
|
||||
<h2>{{ _('Email') }}</h2>
|
||||
<ul>
|
||||
<li><a href="mailto:press@geti2p.net">press@geti2p.net</a> - Press contact</li>
|
||||
<li><a href="mailto:security@geti2p.net">security@geti2p.net</a> - Vulnerability disclosure</li>
|
||||
</ul>
|
||||
|
||||
<h1>IRC</h1>
|
||||
<h2>IRC</h2>
|
||||
<p>{% 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 <a href="http://www.oftc.net/oftc/OFTC">OFTC</a>,
|
||||
@@ -25,28 +25,28 @@
|
||||
{% endfilter %}
|
||||
</pre>
|
||||
|
||||
<h1>{{ _('Forums') }}</h1>
|
||||
<h2>{{ _('Forums') }}</h2>
|
||||
<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>
|
||||
|
||||
<h1>{{ _('Mailing lists') }}</h1>
|
||||
<h2>{{ _('Mailing lists') }}</h2>
|
||||
<p>{% 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 %}</p>
|
||||
|
||||
|
||||
<h2>{{ _('Subscribing') }}</h2>
|
||||
<h3>{{ _('Subscribing') }}</h3>
|
||||
<p>{% 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 %}</p>
|
||||
|
||||
<h2>{{ _('Unsubscribing') }}</h2>
|
||||
<h3>{{ _('Unsubscribing') }}</h3>
|
||||
<p>{% 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 %}</p>
|
||||
|
||||
<h2>{{ _('Lists') }}</h2>
|
||||
<h3>{{ _('Lists') }}</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<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/>
|
||||
@@ -55,7 +55,7 @@
|
||||
</ul>
|
||||
|
||||
|
||||
<h1>NNTP</h1>
|
||||
<h2>NNTP</h2>
|
||||
<p>{% trans -%}
|
||||
You don't like mailing lists? Then this is for you. All mailing lists are available via NNTP as well.
|
||||
{%- endtrans %}</p>
|
||||
|
Reference in New Issue
Block a user