forked from I2P_Developers/i2p.www
Reorganized several URLs
This commit is contained in:
66
i2p2www/pages/site/contact.html
Normal file
66
i2p2www/pages/site/contact.html
Normal file
@@ -0,0 +1,66 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}Contact{% endblock %}
|
||||
{% block content %}
|
||||
<h1>IRC</h1>
|
||||
<p>
|
||||
We are present on multiple networks like <a href="https://www.oftc.net/oftc/">OFTC</a>, <a href="http://www.einirc.de/">EIN</a>, IRC2P(TODO: link) or <a href="http://freenode.net/">Freenode</a>.
|
||||
All i2p-related channels on all these network are linked together via relay bots.
|
||||
</p>
|
||||
<pre>
|
||||
{% filter escape %}
|
||||
Channel list:
|
||||
|
||||
#i2p General i2p discussion
|
||||
#i2p-chat Offtopic
|
||||
#i2p-dev Development talk
|
||||
#i2p-help Help channel
|
||||
{% endfilter %}
|
||||
</pre>
|
||||
|
||||
<h1>Forums</h1>
|
||||
<p>
|
||||
TODO..
|
||||
</p>
|
||||
|
||||
<h1>Mailing lists</h1>
|
||||
<p>
|
||||
...
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Subscribing</h2>
|
||||
<p>
|
||||
...
|
||||
</p>
|
||||
|
||||
<h2>Unsubscribing</h2>
|
||||
<p>
|
||||
...
|
||||
</p>
|
||||
|
||||
<h2>Lists</h2>
|
||||
<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/>
|
||||
General I2P discussion - anything that doesn't fit in a different list goes here.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1>NNTP</h1>
|
||||
<p>
|
||||
You don't like mailing lists? Then this is for you.. All mailing lists are available via NNTP as well.
|
||||
</p>
|
||||
<pre>
|
||||
{% filter escape %}
|
||||
Group-List-mapping:
|
||||
|
||||
i2p.general i2p-general
|
||||
|
||||
Servers:
|
||||
|
||||
news.welterde.de news.welterde.i2p
|
||||
{% endfilter %}
|
||||
</pre>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user