forked from I2P_Developers/i2p.i2p
Console: Fix text, anchors and tooltips for links to reachability help
Fix list of subscriptions in /help
This commit is contained in:
@@ -178,10 +178,10 @@ class SummaryBarRenderer {
|
||||
.append("</a>\n");
|
||||
svcs.put(tx, rbuf.toString());
|
||||
|
||||
tx = _t("Reachability");
|
||||
tx = _t("Network");
|
||||
rbuf.setLength(0);
|
||||
rbuf.append("<a href=\"/help#reachability\" target=\"_top\" title=\"")
|
||||
.append(_t("A short guide to the sidebar's network reachability notification"))
|
||||
rbuf.append("<a href=\"/help#reachabilityhelp\" target=\"_top\" title=\"")
|
||||
.append(_t("Information about the network status"))
|
||||
.append("\">")
|
||||
.append(nbsp(tx))
|
||||
.append("</a>\n");
|
||||
@@ -714,8 +714,8 @@ class SummaryBarRenderer {
|
||||
default:
|
||||
buf.append("testing");
|
||||
}
|
||||
buf.append("\"><a href=\"/help#confignet\" target=\"_top\" title=\"")
|
||||
.append(_t("Help with configuring your firewall and router for optimal I2P performance"))
|
||||
buf.append("\"><a href=\"/help#reachabilityhelp\" target=\"_top\" title=\"")
|
||||
.append(_t("Information about the network status"))
|
||||
.append("\">")
|
||||
.append(_t("Network"))
|
||||
.append(": ")
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
<%=intl._t("You may wish to add one or two to your <a href=\"/susidns/subscriptions\">subscription list</a>.")%>
|
||||
<ul>
|
||||
<li><code>http://stats.i2p/cgi-bin/newhosts.txt</code></li>
|
||||
<li><code>http://no.i2p/export/alive-hosts.txt</code></li>
|
||||
<li><code>http://identiguy.i2p/hosts.txt</code></li>
|
||||
<li><code>http://notbob.i2p/hosts.txt</code></li>
|
||||
</ul>
|
||||
|
||||
<p><%=intl._t("Note that subscribing to a hosts.txt service is an act of trust, as a malicious subscription could give you incorrect addresses, so be careful subscribing to lists from unknown sources.")%>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<h2><%=intl._t("Reachability Help")%></h2>
|
||||
<h2><%=intl._t("Network Help")%></h2>
|
||||
<p>
|
||||
<%=intl._t("While I2P will work fine behind most firewalls, your speeds and network integration will generally improve if the I2P port is forwarded for both UDP and TCP.")%>
|
||||
<%=intl._t("If you think you have opened up your firewall and I2P still thinks you are firewalled, remember that you may have multiple firewalls, for example both software packages and external hardware routers.")%>
|
||||
|
||||
Reference in New Issue
Block a user