diff --git a/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java b/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java
index c7bec6906..b530adbd4 100644
--- a/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java
+++ b/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java
@@ -437,7 +437,7 @@ public class SnarkManager implements Snark.CompleteListener {
if (Theme != null) {
if(!Theme.equals(_config.getProperty(PROP_THEME))) {
_config.setProperty(PROP_THEME, Theme +"");
- addMessage(_("Theme changed."));
+ addMessage (Theme+(_(" theme locked and loaded.")));
changed = true;
}
}
diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html
index 062ce5956..af98383de 100644
--- a/installer/resources/readme/readme.html
+++ b/installer/resources/readme/readme.html
@@ -13,8 +13,8 @@
Welcome to the Invisible Internet
-- Starting Up…
If you've just started I2P, the number of active peers indicated under the Peers Section in the sidepanel on the left should start to grow over the next few minutes and you'll see a "shared clients" local destination
- listed at the bottom of the sidepanel on the left (if not, see below). The first time you start I2P it may take a few minutes to bootstrap you into the network and find additional peers to optimize your integration, so please be patient. Once green stars are indicated next to your Local Destinations, there is a wide variety of things you can do with I2P, and below we introduce you to some of them.
+- Starting Up…
If you've just started I2P, the number of Active Peers indicated under the Peers Section in the sidepanel on the left should start to grow over the next few minutes and you'll see a Local Destination named Shared Clients listed at the bottom of the lefthand sidepanel
+ (if not, see below). The first time you start I2P it may take a few minutes to bootstrap you into the network and find additional peers to optimize your integration, so please be patient. Once green stars are indicated next to your Local Destinations, there is a wide variety of things you can do with I2P, and below we introduce you to some of them.
Services on I2P
- Anonymous File Transfer
I2PSnark is integrated into I2P, providing anonymous, encrypted BitTorrent transfers. In addition, Sponge develops a bittorrent client called Robert written in Python. There is also a port of eMule to I2P called iMule [Urgently needs developers!], a hookup into the Gnutella network in the shape of I2Phex, and additional facilities including web-based file hosting etc.
@@ -23,7 +23,7 @@
and connect to the server at 127.0.0.1 port 6668
. Your local I2P IRC proxy on localhost:6668 will direct you to one of two IRC servers hosted on I2P by Postman and Badger, but neither you nor they know where the other is, and your mom, ISP or government is unable to intercept your conversation! Once you're there, #i2p, #i2p-help, #i2p-chat and #i2p-dev are just a few of the available channels you may wish to /join. There's also a I2P based instant messenger for unmonitorable, uncensorable, anonymous chat.
- Forums & Blogging
Syndie is a distributed forum and blogging platform for I2P [Urgently needs developers!]. There's also an I2P plugin port of the Java-based pebble blogging platform ported to I2P by zzz, available on i2plugins.i2p. And of course all normal blogging, forum and cms software will run over I2P, though you're advised to take extra precautions with security when setting up and keep all associated software (eg. Php, MySql, Python, Apache etc) up to date and locked down!
- Plugins for I2P
Extend the usefulness of I2P by installing plugins… blogging, chatting, filesharing and other plugins have already been written or ported and await your installation! Browse the plugins and related info at i2plugins.i2p. If you're a developer, a complete language agnostic framework for writing your own plugins is provided with documentation; I2P plugins can be coded in any language.
- - I2P Darknet & Public Web browsing
On I2P you can host anonymous websites (aka eepsites) and other services (eg. ssh over I2p, your own irc server etc), and you can also access the normal web anonymously via I2P. Configure your browser to use the HTTP proxy I2P provides at 127.0.0.1 port 4444
, then
+ - I2P Darknet & Public Web browsing
On I2P you can host anonymous websites (aka eepsites) and other services (eg. ssh over I2p, your own IRC server etc), and you can also access the normal web anonymously via I2P. Configure your browser to use the HTTP proxy I2P provides at 127.0.0.1 port 4444
, then
browse to an eepsite or a normal http://
address. Below we list some of the sites hosted on I2P.
Anonymous Encrypted Webserving on I2P
@@ -61,7 +61,7 @@ your eepsite will be visible (but not discoverable) to others. Detailed instruct
-
+Troubleshooting & Further Assistance
- Be patient!
I2P may be slow to start the first time as it searches for peers.
If, after 30 minutes, your Active: connected/recent count has less than 10 connected
@@ -74,9 +74,9 @@ your eepsite will be visible (but not discoverable) to others. Detailed instruct
to review the information on the I2P website,
post up messages to the I2P discussion forum,
or swing by
- #i2p-help, #i2p or #i2p-chat on I2P's internal IRC network (irc.postman.i2p
or irc.freshcoffee.i2p
). These channels are also available outside of I2P's encrypted, anonymous servers via Freenode IRC.
+ #i2p-help, #i2p or #i2p-chat on I2P's internal IRC network (irc.postman.i2p
or irc.freshcoffee.i2p
). These channels are also available outside of I2P's encrypted, anonymous servers via Freenode IRC.
- Reporting Bugs
If you'd like to report a bug, please file a ticket on trac.i2p2.i2p. For developer related discussions, please visit zzz's developer forums or come and visit the developer channel on I2P's IRC network. Developers can browse source at zzz's mtn repository viewer or Sponge's instance, or via trac.i2p2.i2p.
-- Get Involved!
I2P is developed and maintained entirely through unfunded, voluntary participation by community members. We're always looking for capable Java coders and translators to help I2P grow. For further info on how you can help visit the website. Thanks in advance!
+- Get Involved!
I2P is developed and maintained mostly through unfunded, voluntary participation by community members. We're happy to accept donations, which go towards essential hosting and administrative costs. We have cash bounties for aspects of I2P for developers looking for incentives to participate, and we're always looking for more Java coders, translators, promoters and users to help I2P grow. For further info on how you can help visit the website. Thanks in advance!