From a0ab72e36278a777b725e0e76ef4d88aacd24229 Mon Sep 17 00:00:00 2001 From: zzz Date: Sun, 22 Mar 2015 12:26:05 +0000 Subject: [PATCH] more /configreseed help text --- apps/routerconsole/jsp/configreseed.jsp | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/apps/routerconsole/jsp/configreseed.jsp b/apps/routerconsole/jsp/configreseed.jsp index c9e092506..2bb42d522 100644 --- a/apps/routerconsole/jsp/configreseed.jsp +++ b/apps/routerconsole/jsp/configreseed.jsp @@ -20,11 +20,18 @@ <%@include file="formhandler.jsi" %> +

<%=intl._("Reseeding is the bootstrapping process used to find other routers when you first install I2P, or when your router has too few router references remaining.")%> +<%=intl._("If reseeding has failed, you should first check your network connection.")%> +<%=intl._("See {0} for instructions on reseeding manually.", "" + intl._("the FAQ") + "")%> +

+

<%=intl._("Manual Reseed from URL")%>

<%=intl._("Enter zip or su3 URL")%> : +
<%=intl._("The su3 format is preferred, as it will be verifed as signed by a trusted source.")%> +<%=intl._("The zip format is unsigned; use a zip file only from a source that you trust.")%>

" /> @@ -36,6 +43,8 @@

<%=intl._("Manual Reseed from File")%>

<%=intl._("Select zip or su3 file")%> : +
<%=intl._("The su3 format is preferred, as it will be verifed as signed by a trusted source.")%> +<%=intl._("The zip format is unsigned; use a zip file only from a source that you trust.")%>

" /> @@ -45,6 +54,7 @@

<%=intl._("Create Reseed File")%>

<%=intl._("Create a new reseed zip file you may share for others to reseed manually.")%> +<%=intl._("This file will never contain your own router's identity or IP.")%>

" /> @@ -54,11 +64,8 @@

<%=intl._("Reseeding Configuration")%>

-

<%=intl._("Reseeding is the bootstrapping process used to find other routers when you first install I2P, or when your router has too few router references remaining.")%> -<%=intl._("If reseeding has failed, you should first check your network connection.")%>

<%=intl._("The default settings will work for most people.")%> -<%=intl._("Change these only if HTTP is blocked by a restrictive firewall, reseed has failed, and you have access to an HTTP proxy.")%> -<%=intl._("See {0} for instructions on reseeding manually.", "" + intl._("the FAQ") + "")%> +<%=intl._("Change these only if HTTPS is blocked by a restrictive firewall and reseed has failed.")%>