From 2de2badb0b7f36cfd71460f06eea99e0f7dc7b41 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Sat, 28 Mar 2020 19:55:00 +0000 Subject: [PATCH] tooltips on config options --- webui/src/main/webapp/ConfigurationPage.jsp | 96 +++++++++++++++++---- 1 file changed, 77 insertions(+), 19 deletions(-) diff --git a/webui/src/main/webapp/ConfigurationPage.jsp b/webui/src/main/webapp/ConfigurationPage.jsp index 942f2ff3..4ee39709 100644 --- a/webui/src/main/webapp/ConfigurationPage.jsp +++ b/webui/src/main/webapp/ConfigurationPage.jsp @@ -50,7 +50,11 @@ Exception error = (Exception) application.getAttribute("MWConfigError");

name="searchComments" value="true">

- <%=Util._t("Allow browsing")%> + +
<%=Util._t("Allow browsing")%> + <%=Util._t("Allow other MuWire users to browse your shared files?")%> +
+

name="browseFiles" value="true">

@@ -59,15 +63,24 @@ Exception error = (Exception) application.getAttribute("MWConfigError");

<%=Util._t("Downloads")%>

- + - + - +
<%=Util._t("Download retry frequency (seconds)")%>
<%=Util._t("Download retry frequency (seconds)")%> + <%=Util._t("MuWire retries failed downloads automatically. This value controls how often to retry.")%> +
+

<%=Util._t("Directory for downloaded files")%>
<%=Util._t("Directory for downloaded files")%> + <%=Util._t("Where to save downloaded files. MuWire must be able to write to this location")%> +
+

<%=Util._t("Directory for incomplete files")%>
<%=Util._t("Directory for incomplete files")%> + <%=Util._t("Where to store partial data of files which are currently being downloaded.")%> +
+

@@ -76,11 +89,17 @@ Exception error = (Exception) application.getAttribute("MWConfigError");

<%=Util._t("Upload")%>

- + - +
<%=Util._t("Total upload slots (-1 means unlimited)")%>
<%=Util._t("Total upload slots (-1 means unlimited)")%> + <%=Util._t("How many files at most should MuWire upload at the same time")%> +
+

<%=Util._t("Upload slots per user (-1 means unlimited)")%>
<%=Util._t("Upload slots per user (-1 means unlimited)")%> + <%=Util._t("How many files should MuWire upload to any given user at the same time")%> +
+

@@ -89,11 +108,17 @@ Exception error = (Exception) application.getAttribute("MWConfigError");

<%=Util._t("Sharing")%>

- + - +
<%=Util._t("Share downloaded files")%>
<%=Util._t("Share downloaded files")%> + <%=Util._t("Whether to automatically share files which you have downloaded with MuWire")%> +
+

name="shareDownloadedFiles" value="true">

<%=Util._t("Share hidden files")%>
<%=Util._t("Share hidden files")%> + <%=Util._t("Should MuWire share files marked as Hidden by the operating system?")%> +
+

name="shareHiddenFiles" value="true">

@@ -102,15 +127,23 @@ Exception error = (Exception) application.getAttribute("MWConfigError");

<%=Util._t("Publishing")%>

- + - + - +
<%=Util._t("Enable my feed")%>
<%=Util._t("Enable my feed")%> + <%=Util._t("Enable your personal file feed?")%>
+

name="fileFeed" value="true">

<%=Util._t("Advertise my feed in search results")%>
<%=Util._t("Advertise my feed in search results")%> + <%=Util._t("If this is enabled MuWire will let other users know about your personal file feed")%> +
+

name="advertiseFeed" value="true">

<%=Util._t("Publish shared files automatically")%>
<%=Util._t("Publish shared files automatically")%> + <%=Util._t("If enabled, all files you share in the future will be published to your feed automatically.")%> +
+

name="autoPublishSharedFiles" value="true">

@@ -119,19 +152,32 @@ Exception error = (Exception) application.getAttribute("MWConfigError");

<%=Util._t("Default settings for new feeds")%>

- + - + + - + - +
<%=Util._t("Download published files automatically")%>
<%=Util._t("Download published files automatically")%> + <%=Util._t("If enabled, MuWire will download every file published to the given feed")%> +
+

name="defaultFeedAutoDownload" value="true">

<%=Util._t("Download each file sequentially")%>
<%=Util._t("Download each file sequentially")%> + <%=Util._t("Whether to download files from this feed sequentially. This helps with previewing media files, but may reduce availability of the file for others.")%> +
+

name="defaultFeedAutoDownload" value="true">

<%=Util._t("Feed update frequency (minutes)")%>
<%=Util._t("Feed update frequency (minutes)")%> + <%=Util._t("How often to check for updates to this feed")%> +
+

<%=Util._t("Number of items to keep on disk (-1 means unlimited)")%>
<%=Util._t("Number of items to keep on disk (-1 means unlimited)")%> + <%=Util._t("MuWire will only remember this many published items across restarts, unless you set the value to -1")%> +
+

@@ -140,19 +186,31 @@ Exception error = (Exception) application.getAttribute("MWConfigError");

<%=Util._t("Trust")%>

- + - + - + - +
<%=Util._t("Allow only trusted connections")%>
<%=Util._t("Allow only trusted connections")%> + <%=Util._t("If enabled, MuWire will only connect to users you have marked as Trusted")%> +
+

name="allowUntrusted" value="true">

<%=Util._t("Search extra hop")%>
<%=Util._t("Search extra hop")%> + <%=Util._t("If only trusted connections are allowed, MuWire will search only users that are directly connected to you. Use this setting to search further out. It has no effect if untrusted connections are allowed")%> +
+

name="searchExtraHop" value="true">

<%=Util._t("Allow others to view my trust list")%>
<%=Util._t("Allow others to view my trust list")%> + <%=Util._t("Whether to allow other MuWire users to see who you have marked as Trusted and Distrusted")%> +
+

name="allowTrustLists" value="true">

<%=Util._t("Trust list update frequency (hours)")%>
<%=Util._t("Trust list update frequency (hours)")%> + <%=Util._t("How often to check for updates to the trust lists you are subscribed to.")%> +
+