Merge branch 'i2p.i2p.2.2.1-not-bob-icon' into 'master'

add notbob and ramble icons

See merge request i2p-hackers/i2p.i2p!96
This commit is contained in:
idk
2023-06-29 04:43:47 +00:00
4 changed files with 3 additions and 3 deletions

View File

@@ -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!

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -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()
{