34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
![]() |
{% extends "global/layout.html" %}
|
||
|
{% block title %}I2P Lab{% endblock %}
|
||
|
{% block content %}
|
||
|
<h1>{{ _('I2P Laboratory') }}</h1>
|
||
|
{% trans forum='https://i2pforum.net'-%}
|
||
|
<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 %}
|