diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html
index d9dd07316..1b27b685b 100644
--- a/installer/resources/readme/readme.html
+++ b/installer/resources/readme/readme.html
@@ -13,21 +13,21 @@
Welcome to I2P!
-If you've just started I2P, the Active: numbers on the left should start to
+
- If you've just started I2P, the Active: numbers 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). Once green stars are indicated next to your local destinations, there are a range of services you can access including:
+ listed at the bottom of the sidepanel on the left (if not, see below). Once green stars are indicated next to your local destinations, there are a range of services you can access including:
-
- - Anonymous File Transfer
I2PSnark is integrated into I2P, providing anonymous, encrypted bittorrent. There is also a port of e-mule to I2P called i-mule. [Urgently needs developers!]
+
+ - Anonymous File Transfer
I2PSnark is integrated into I2P, providing anonymous, encrypted bittorrent. Alternately, Sponge develops an alternative bittorrent client called Robert written in Python. There is also a port of e-mule to I2P called i-mule [Urgently needs developers!], a hookup into the gnutella network, filedumps, webuploads et al.
- Anonymous E-mail
Postman's I2P-based mail system can be accessed either via I2P's built-in webmail (aka susimail) or using any mail client that supports smtp and pop3. Accounts can send and receive mail from the normal internet. For an account, visit hq.postman.i2p. Alternately, I2P-Bote is a new serverless, end-to-end encrypted e-mail system (with web interface), installable as a plugin.
- Anonymous Chat
Start your IRC client (eg. chatzilla)
and connect to the server at 127.0.0.1 port 6668
. This points at
one of two IRC servers hosted on I2P by Postman and Badger, but neither you nor they know
where the other is, and your ISP or government is unable to intercept your conversation!
- - Forums & Blogging
Syndie is a distributed forum and blogging plaform for I2P. [Urgently needs developers!]
+ - Forums & Blogging
Syndie is a distributed forum and blogging plaform 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.
- Plugins for I2P
Extend the usefulness of I2P by installing plugins… you can browse the plugins and related info on i2plugins.i2p.
- - Darknet & Public Web browsing
I2P makes anonymously hosted websites (aka eepsites) possible, and you can also access the normal web anonymously via I2P. Configure your browser to use the HTTP proxy at 127.0.0.1 port 4444
, then
- browse to an eepsite (anonymous, encrypted webserver run over I2P) or a normal http://
address. Some useful resources are listed below:
+ - 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. Some useful resources are listed below:
-Want your own eepsite?
-We've bundled some software to let you run your own eepsite - a Jetty
- instance listening on http://127.0.0.1:7658/.
- Simply place your files in the eepsite/docroot/
directory (or place
- any standard JSP/Servlet .war
files under eepsite/webapps
,
- or standard CGI script under eepsite/cgi-bin
) and they'll show
- up. After starting up an eepsite tunnel pointing at
+
Your Own Anonymous Webserver
+