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

53 lines
2.4 KiB
HTML
Raw Normal View History

2008-01-31 20:38:37 +00:00
{% extends "_layout.html" %}
2008-04-26 21:41:15 +00:00
{% block title %}Get Involved!{% endblock %}
2009-06-14 10:59:48 +00:00
{% block content %}
<h1>We need your help!</h1>
<p>To get involved, please feel free to join us on the #i2p IRC channel (on
2011-06-19 20:35:56 +00:00
irc.freenode.net, or within I2P on irc.freshcoffee.i2p or irc.postman.i2p).</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-04-26 21:41:15 +00:00
<p>
We need help in many areas, and you don't need to know Java to contribute!
2011-06-19 20:35:56 +00:00
Here's a list to help you get started!</p>
2008-04-26 21:41:15 +00:00
<ul>
2011-06-19 20:35:56 +00:00
<li><b>Spread the Word!</b> &mdash;
Tell people about I2P on forums, blogs, and comments to articles.
2010-03-21 19:41:10 +00:00
Fix up the Wikipedia article about I2P in your language.
Tell your friends.
2011-06-19 20:35:56 +00:00
</li><li><b>Testing</b> &mdash;
2008-04-26 21:41:15 +00:00
Run the latest builds from <a href="monotone.html">monotone</a>
2010-11-26 17:26:57 +00:00
and report results on #i2p or as bugs on <a href="http://trac.i2p2.de/report/1">Trac</a>.
2011-06-19 20:35:56 +00:00
</li><li><b>Documentation</b> &mdash;
2008-04-26 21:41:15 +00:00
Help fix the parts of the website that are outdated or incomplete.
2008-05-18 22:51:53 +00:00
Translate pages into other languages.
2011-06-19 20:35:56 +00:00
</li><li><b>Pictures</b> &mdash;
2008-04-26 21:41:15 +00:00
Make some more pictures, fix the old ones on the website
2011-06-19 20:35:56 +00:00
</li><li><b>Content</b> &mdash;
2008-04-26 21:41:15 +00:00
Make an eepsite! Add some content! Contribute to the community!
2011-06-19 20:35:56 +00:00
</li><li><b>Services</b> &mdash;
2008-04-26 21:41:15 +00:00
Run a service on an eepsite. It could be a proxy, a forum, a tracker,
a naming service, a search engine, an eepsite monitor... many of these
aren't that hard.
2011-06-19 20:35:56 +00:00
</li><li><b>Applications</b> &mdash;
2008-04-26 21:41:15 +00:00
Write or port applications for I2P! There's some guidelines and
a list of ideas on the <a href="applications.html">applications page</a>.
2011-06-19 20:35:56 +00:00
</li><li><b>Coding</b> &mdash;
2008-04-26 21:41:15 +00:00
There's plenty to do if you know Java or are ready to learn.
2010-11-26 17:26:57 +00:00
Check for open tickets on <a href="http://trac.i2p2.de/report/1">Trac</a>
2008-04-26 21:41:15 +00:00
or the TODO list on <a href="http://zzz.i2p/">zzz.i2p</a> for
some ideas on where to start.
See the <a href="newdevelopers.html">new developer's guide</a> for details.
2011-06-19 20:35:56 +00:00
</li><li><b>Translation</b> &mdash;
Help translate the website and the software into your language.
See the <a href="newtranslators.html">new translator's guide</a> for details.
2011-06-19 20:35:56 +00:00
</li><li><b>Analysis</b> &mdash;
Study or test the code to look for vulnerabilities.
Both anonymity vulnerabilities from the various
<a href="how_threatmodel.html">threat models</a>,
and DOS and other weaknesses due to securities holes,
need researching.
</li><li><b><a href="donate.html">Donate</a></b>
2008-04-26 21:41:15 +00:00
</li></ul>
{% endblock %}