Files
i2p.www/i2p2www/pages/downloads/lab.html

34 lines
1.1 KiB
HTML
Raw Normal View History

{% extends "global/layout.html" %}
{% block title %}I2P Lab{% endblock %}
{% block content %}
<h1>{{ _('I2P Laboratory') }}</h1>
2019-02-12 00:01:22 +00:00
{% trans forum='https://i2pforum.net/viewforum.php?f=36'-%}
<p>Welcome to the I2P Laboratory! This is the home of various experimental projects that are not yet ready to go live. We invite you to look around and give them a try, but we do not offer support for them. Any of these projects may be discontinued at any time.
</p>
<p>
We welcome your feedback at the <a href="{{ forum }}">I2P Forum</a>
<p>
{%- endtrans %}
<hr>
<h3>{{ _('Current Projects') }}</h3>
<h5>{{ _('Zero-Dependency installer') }}</h5>
{% trans installer='https://download.i2p2.de/experimental/Zero-Installer-0.9.38.exe' %}
<p>
This is an I2P installer for Windows that does not depend on Java. It comes with everything it needs out of the box.
</p>
<p>
<a href="{{ installer }}">Download the installer</a> and double-click on it.
</p>
{%- endtrans %}
<!--
{% trans signer='zlatinb',
signingkey=url_for('static', filename='zlatinb.key.crt') -%}
The files are signed by {{ signer }},
<a href="{{ signingkey }}">whose key is here</a>.
{%- endtrans %}
-->
{% endblock %}