diff --git a/i2p2www/pages/downloads/lab.html b/i2p2www/pages/downloads/lab.html index 3ad2830ecd4895eff6e71272ecbad45f7f01c6c7..b02a3f76a4011c6dbb7b1e586fc2358b93a64dad 100644 --- a/i2p2www/pages/downloads/lab.html +++ b/i2p2www/pages/downloads/lab.html @@ -23,13 +23,16 @@ We welcome your feedback at the <a href="{{ forum }}">I2P Forum</a>. <div class = "labproject" > <h5>{{ _('Zero-Dependency installer') }}</h5> <p> -{% trans %} +{% trans forum='https://i2pforum.net/viewforum.php?f=36' %} This is an I2P installer for Windows that does not depend on an existing Java installation. It includes all required dependencies. +<p>This installer is built using the Java 9+ utility JLink which bundles a minimum JRE and creates an executable. The source code is in the monotone branch "i2p.jlink". After that an NSIS script is used to create the actual installer. The source code for that script is in the monotone "i2p.wininst" branch.</p> +<p>You can report bugs in the <a href="{{ forum }}">I2P Lab Forum</a>.</p> {%- endtrans %} </p> {% trans %} -Status: Proof-Of-Concept +<p>Status: Proof-Of-Concept</p> +<p>Known Bugs And Limitations: plugins that use pack200 compression do not work.</p> {%- endtrans %} {%- set name = 'Windows' -%}