10 lines
588 B
HTML
10 lines
588 B
HTML
{% extends "_layout.html" %}
|
|
{% block title %}getinvolved{% endblock %}
|
|
{% block content %}<p>To get involved, please feel free to join us on the #i2p IRC channel (on
|
|
irc.freenode.net, or within I2P on irc.duck.i2p or irc.postman.i2p). In
|
|
addition, we have a <a href="http://dev.i2p.net/pipermail/i2p/">mailing list</a>
|
|
And meetings are held every Tuesday at 9PM GMT on IRC
|
|
(with meeting logs kept <a href="meetings">online</a>).</p>
|
|
<p>If you're interested in joining our <a href="team">team</a>, please get in
|
|
touch as we're always looking for eager contributors!</p>
|
|
{% endblock %} |