Merge branch 'apps-guide' into 'master'

remove outdated section from get involved blurb at bottom

See merge request i2p-hackers/i2p.www!6
This commit is contained in:
idk
2020-10-16 06:24:08 +00:00

View File

@ -133,12 +133,8 @@ roadmap=site_url('get-involved/roadmap') -%}
The I2P development <a href="{{ team }}">team</a> is an open group, welcome to all
who are interested in <a href="{{ volunteer }}">getting involved</a>, and all of
the code is <a href="{{ licenses }}">open source</a>. The core I2P SDK and the
current router implementation is done in Java (currently working with both
sun and kaffe, gcj support planned for later), and there is a
<a href="{{ sam }}">simple socket based API</a> for accessing the network from
other languages (with a C library available, and both Python and Perl in
development). The network is actively being developed and has not yet reached
the 1.0 release, but the current <a href="{{ roadmap }}">roadmap</a> describes
our schedule.
current router implementation is done in Java. The network is actively being developed
and has not yet reached the 1.0 release, but the current <a href="{{ roadmap }}">roadmap</a>
describes our schedule.
{%- endtrans %}</p>
{% endblock %}