Files
i2p.www/www.i2p2/pages/getinvolved.html

10 lines
588 B
HTML
Raw Normal View History

2008-01-31 20:38:37 +00:00
{% 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>
2008-01-31 20:38:37 +00:00
{% endblock %}