Moved contact page into support

This commit is contained in:
str4d
2012-11-11 02:34:57 +00:00
parent acc429a1e7
commit b34b194128
2 changed files with 2 additions and 2 deletions

View File

@@ -54,6 +54,7 @@
<li class="has-sub"><a href="#"><span>{{ _('Support') }}</span></a>
<ul>
<li><a href="{{ site_url('support/faq') }}"><span>{{ _('FAQ') }}</span></a></li>
<li><a href="{{ site_url('support/contact') }}"><span>{{ _('Contact us') }}</span></a></li>
<li><a href="http://forum.i2p2.de/"><span>{{ _('Forums') }}</span></a></li>
<li><a href="http://trac.i2p2.i2p/"><span>Trac</span></a></li>
</ul>

View 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 %}