From 731933af4738098d29f8f8a1a48fb8ec97bd6341 Mon Sep 17 00:00:00 2001 From: zab2 <zab2@mail.i2p> Date: Sat, 22 Jun 2019 13:08:26 +0000 Subject: [PATCH] updpdate lab page for Zero --- i2p2www/pages/downloads/lab.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/i2p2www/pages/downloads/lab.html b/i2p2www/pages/downloads/lab.html index 3ad2830ec..b02a3f76a 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' -%} -- GitLab