|
|
|
@ -57,7 +57,7 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<div class="tooltip"><%=Util._t("Allow browsing")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Allow other MuWire users to browse your shared files?")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Allow other users to browse your shared files")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="checkbox" <% if (core.getMuOptions().getBrowseFiles()) out.write("checked"); %> name="browseFiles" value="true"></p></td>
|
|
|
|
@ -65,7 +65,7 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<div class="tooltip"><%=Util._t("Allow tracking")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Allow trackers to track your shared files?")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Allow trackers to track your shared files")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="checkbox" <% if (core.getMuOptions().getAllowTracking()) out.write("checked"); %> name="allowTracking" value="true"></p></td>
|
|
|
|
@ -84,7 +84,7 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Directory for downloaded files")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Where to save downloaded files. MuWire must be able to write to this location")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Where to save downloaded files. MuWire must be able to write to this location.")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="text" size="30" name="downloadLocation" value="<%= core.getMuOptions().getDownloadLocation().getAbsoluteFile()%>"></p></td>
|
|
|
|
@ -103,14 +103,14 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Total upload slots (-1 means unlimited)")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("How many files at most should MuWire upload at the same time")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Maximum files to upload at once")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="text" size="1" name="totalUploadSlots" class="right" value="<%= core.getMuOptions().getTotalUploadSlots() %>"></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Upload slots per user (-1 means unlimited)")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("How many files should MuWire upload to any given user at the same time")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Maximum files to upload to a single user at once")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="text" size="1" name="uploadSlotsPerUser" class="right" value="<%= core.getMuOptions().getUploadSlotsPerUser() %>"></p></td>
|
|
|
|
@ -122,14 +122,14 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Share downloaded files")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Whether to automatically share files which you have downloaded with MuWire")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Automatically share files you have downloaded with MuWire")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="checkbox" <% if (core.getMuOptions().getShareDownloadedFiles()) out.write("checked"); %> name="shareDownloadedFiles" value="true"></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Share hidden files")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Should MuWire share files marked as Hidden by the operating system?")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Share files marked as hidden by the operating system")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="checkbox" <% if (core.getMuOptions().getShareHiddenFiles()) out.write("checked"); %> name="shareHiddenFiles" value="true"></p></td>
|
|
|
|
@ -141,20 +141,20 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Enable my feed")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Enable your personal file feed?")%></span></div>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Enable your personal file feed")%></span></div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="checkbox" <% if (core.getMuOptions().getFileFeed()) out.write("checked"); %> name="fileFeed" value="true"></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Advertise my feed in search results")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("If this is enabled MuWire will let other users know about your personal file feed")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Allow other users to find your personal file feed")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="checkbox" <% if (core.getMuOptions().getAdvertiseFeed()) out.write("checked"); %> name="advertiseFeed" value="true"></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Publish shared files automatically")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("If enabled, all files you share in the future will be published to your feed automatically.")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("All files you share in the future will be published to your feed automatically.")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="checkbox" <% if (core.getMuOptions().getAutoPublishSharedFiles()) out.write("checked"); %> name="autoPublishSharedFiles" value="true"></p></td>
|
|
|
|
@ -166,14 +166,14 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Download published files automatically")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("If enabled, MuWire will download every file published to the given feed")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Download every file published to the given feed")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="checkbox" <% if (core.getMuOptions().getDefaultFeedAutoDownload()) out.write("checked"); %> name="defaultFeedAutoDownload" value="true"></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Download each file sequentially")%>
|
|
|
|
|
<span class="tooltiptext"><%=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.")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Download files from this feed sequentially. This helps with previewing media files, but may reduce availability of the file for others.")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
@ -188,7 +188,7 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Number of items to keep on disk (-1 means unlimited)")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("MuWire will only remember this many published items across restarts, unless you set the value to -1")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Only remember this many published items across restarts, unless you set the value to -1")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="text" size="1" name="defaultFeedItemsToKeep" class="right" value="<%= core.getMuOptions().getDefaultFeedItemsToKeep() %>"></p></td>
|
|
|
|
@ -200,21 +200,21 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Allow only trusted connections")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("If enabled, MuWire will only connect to users you have marked as Trusted")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Only connect to users you have marked as Trusted")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="checkbox" <% if (!core.getMuOptions().getAllowUntrusted()) out.write("checked"); %> name="allowUntrusted" value="true"></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Search extra hop")%>
|
|
|
|
|
<span class="tooltiptext"><%=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")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("If only trusted connections are allowed, search only users that are directly connected to you. Use this setting to enable searches of additional users. It has no effect if untrusted connections are allowed.")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="checkbox" <% if (core.getMuOptions().getSearchExtraHop()) out.write("checked"); %> name="searchExtraHop" value="true"></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div class="tooltip"><%=Util._t("Allow others to view my trust list")%>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Whether to allow other MuWire users to see who you have marked as Trusted and Distrusted")%></span>
|
|
|
|
|
<span class="tooltiptext"><%=Util._t("Allow other MuWire users to see who you have marked as Trusted and Distrusted")%></span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><p align="right"><input type="checkbox" <% if (core.getMuOptions().getAllowTrustLists()) out.write("checked"); %> name="allowTrustLists" value="true"></p></td>
|
|
|
|
|