Compare commits

...

4 Commits

Author SHA1 Message Date
idk
1fe04fdf77 fix typo 2023-06-29 12:24:41 -04:00
idk
f58dd0e2d0 make notbob to DEFAULT_SUB 2023-06-28 16:29:46 -04:00
idk
61a9cafd8d make notbob to DEFAULT_SUB 2023-06-28 16:28:47 -04:00
idk
fca32689ac add notbob and ramble icons 2023-06-28 15:40:14 -04: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 Services") + 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()
{