diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java index a4581f19e..72ddcfdc9 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java @@ -95,8 +95,8 @@ public class HomeHelper extends HelperBase { //_x("The Tin Hat") + S + _x("Privacy guides and tutorials") + S + "http://secure.thetinhat.i2p/" + S + I + "thetinhat.png" + S + //_x("Ugha's Wiki") + S + S + "http://ugha.i2p/" + S + I + "billiard_marker.png" + S + //"sponge.i2p" + S + _x("Seedless and the Robert BitTorrent applications") + S + "http://sponge.i2p/" + S + I + "user_astronaut.png" + S + - "notbob.i2p" + S + _x("Not Bob's Address Servies") + S + "http://notbob.i2p/" + S + I + "notbob.png" + S + - "[Ramble]" + S + _x("Ramble user-moderated forum aggregator") + S + "http://ramble.i2p/" + S + I + "notbob.png" + S + + "notbob.i2p" + S + _x("Not Bob's Address Servies") + S + "http://notbob.i2p/" + S + I + "notblob.png" + S + + "[Ramble]" + S + _x("Ramble user-moderated forum aggregator") + S + "http://ramble.i2p/" + S + I + "ramble.png" + S + ""; // No commas allowed in text strings! diff --git a/apps/routerconsole/jsp/themes/console/images/notblob.png b/apps/routerconsole/jsp/themes/console/images/notblob.png new file mode 100644 index 000000000..086aa5b2c Binary files /dev/null and b/apps/routerconsole/jsp/themes/console/images/notblob.png differ diff --git a/apps/routerconsole/jsp/themes/console/images/ramble.png b/apps/routerconsole/jsp/themes/console/images/ramble.png new file mode 100644 index 000000000..671fc355d Binary files /dev/null and b/apps/routerconsole/jsp/themes/console/images/ramble.png differ diff --git a/apps/susidns/src/java/src/i2p/susi/dns/SubscriptionsBean.java b/apps/susidns/src/java/src/i2p/susi/dns/SubscriptionsBean.java index 179f44fd2..51dc7c500 100644 --- a/apps/susidns/src/java/src/i2p/susi/dns/SubscriptionsBean.java +++ b/apps/susidns/src/java/src/i2p/susi/dns/SubscriptionsBean.java @@ -46,7 +46,7 @@ public class SubscriptionsBean extends BaseBean private String fileName, content; private static final String SUBS_FILE = "subscriptions.txt"; // If you change this, change in Addressbook Daemon also - private static final String DEFAULT_SUB = "http://i2p-projekt.i2p/hosts.txt"; + private static final String DEFAULT_SUB = "http://i2p-projekt.i2p/hosts.txt\nhttp://notbob.i2p/hosts.txt"; public String getFileName() {