diff --git a/i2p2www/pages/downloads/lab.html b/i2p2www/pages/downloads/lab.html index e17cdec5..d453f883 100644 --- a/i2p2www/pages/downloads/lab.html +++ b/i2p2www/pages/downloads/lab.html @@ -1,4 +1,5 @@ {% extends "global/layout.html" %} +{%- from "downloads/macros" import package_outer with context -%} {% block title %}I2P Lab{% endblock %} {% block content %}
-This is an I2P installer for Windows that does not depend on Java. It comes with everything it needs out of the box. -
--Download the installer and double-click on it. -
+{% trans %} +This is an I2P installer for Windows that does not depend on existing Java installation . It comes with everything it needs out of the box. {%- endtrans %} + +{% trans %} +Status: Proof-Of-Concept +{%- endtrans %} + +{%- set name = 'Windows' -%} +{%- set icon = 'images/download/windows.png' -%} +{%- set filename = 'Zero-Installer-0.9.38.exe' -%} +{%- set hash = '113cc899939e918cbdbd6f06efd33479d3623b02ab5e26acd360144b44c08601' -%} +{% call package_outer('windows', name, icon) %} + + +{% trans -%} +Download that file and run it. +{%- endtrans %}
+{% endcall %} +