diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html
index 6179fec97..e5f629d63 100644
--- a/installer/resources/readme/readme.html
+++ b/installer/resources/readme/readme.html
@@ -13,9 +13,8 @@
Welcome to the I2P Darknet
-- Starting Up…
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). 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 are a range of things to do with I2P including:
+- Starting Up…
If you've just started I2P, the number of active peers indicated under the Peers Section in router 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 are a range of things to 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. Also, 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 IPhex, filedumps, webuploads et al.
@@ -25,7 +24,23 @@
- 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. 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… you can browse the plugins and related info on 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. Blogging, chatting, filesharing and other plugins have already been written or ported and await your installation!
- 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. Some useful resources are listed below:
Sites of interest
+ browse to an eepsite or a normal http://
address. Some useful resources are listed below:
+
+Anonymous Encrypted Webserving on I2P
+
+
+- Ready to roll!
I2P comes built-in with a ready-to-go webserver for hosting your own anonymous website (eepsite) on the I2P darknet: a Jetty instance listening on http://127.0.0.1:7658/. To host your own content
+ 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. You can also run any alternative webserver platform over I2P and replace the built-in server, or run it on another tunnel.
+ - Start your tunnel
+ After starting up your pre-configured I2P Webserver tunnel,
+your eepsite will be visible (but not discoverable) to others. Detailed instructions for starting
+ your eepsite, registering an .i2p domain and promoting your site to others are accessible via your own I2P websever on http://127.0.0.1:7658/help/.
+
+
+ Sites of interest
- Invisible Internet Project (I2P) Official Website
www.i2p2.i2p and
mirror i2p-projekt.i2p: Secure and
@@ -45,20 +60,6 @@
bookmark your favorites, and visit them often! There's a custom build of Firefox built for especially for I2P called I2PFox you might like to investigate for locked down darknet exploration!
-Anonymous Encrypted Webserving on I2P
-
-
-- Ready to roll!
I2P comes built-in with a ready-to-go webserver for hosting your own anonymous website (eepsite) on the I2P darknet: a Jetty instance listening on http://127.0.0.1:7658/. To host your own content
- 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. You can also run any alternative webserver platform over I2P and replace the built-in server, or run it on another tunnel.
-
-
- - Start your tunnel
- After starting up your pre-configured I2P Webserver tunnel,
-your eepsite will be visible (but not discoverable) to others. Detailed instructions for starting
- your eepsite, registering an .i2p domain and promoting your site to others are accessible via your own I2P websever on http://127.0.0.1:7658/help/.
diff --git a/installer/resources/themes/console/dark/images/i2plogo.png b/installer/resources/themes/console/dark/images/i2plogo.png
index fb343194e..872e4a10a 100644
Binary files a/installer/resources/themes/console/dark/images/i2plogo.png and b/installer/resources/themes/console/dark/images/i2plogo.png differ