Files
i2p.www/i2p2www/pages/site/research/index.html

22 lines
1.4 KiB
HTML
Raw Normal View History

{% extends "global/layout.html" %}
2013-01-18 09:45:49 +00:00
{% block title %}{{ _('Academic Research') }}{% endblock %}
{% block content %}
2013-01-18 09:45:49 +00:00
<p>{% trans -%}
Academic research and analysis of I2P is an important part of ensuring that the software and network performs as expected and is safe for users in hostile environments.
2013-01-18 09:45:49 +00:00
{%- endtrans %}</p>
2013-01-18 09:45:49 +00:00
<p>{% trans -%}
2013-01-16 10:42:51 +00:00
I2P can be run as a separate test network by controlling the locations that a new router reseeds from so that it only finds other test routers. Additionally, the router can be run on its own in a virtual network mode to enable testing the router in isolation; to enable this mode, add <code>i2p.vmCommSystem=true</code> to the router.config before starting.
2013-01-18 09:45:49 +00:00
{%- endtrans %}</p>
2013-01-16 10:42:51 +00:00
2013-01-18 09:45:49 +00:00
<p>{% trans contact=site_url('contact') -%}
If you are planning on conducting research on the live I2P network, please <a href="{{ contact }}">contact us</a> before you commence your testing. While we do not discourage researchers from responsibly testing their ideas on the live network, if an attack becomes apparent and we don't have any line of communication then we will end up taking countermeasures which could interfere with the test.
{%- endtrans %}</p>
2013-01-16 10:42:51 +00:00
2013-01-18 09:45:49 +00:00
<h2>{{ _('Prior Research') }}</h2>
2013-01-16 10:42:51 +00:00
2013-01-18 09:45:49 +00:00
<p>{% trans papers=site_url('research/papers') -%}
A list of known published papers about I2P is available <a href="{{ papers }}">here</a>.
{%- endtrans %}</p>
{% endblock %}