diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html
index 48faf5ef4..ebee7e198 100644
--- a/installer/resources/readme/readme.html
+++ b/installer/resources/readme/readme.html
@@ -26,10 +26,10 @@
Invisible Internet & Public Web Browsing
On I2P you can access anonymous websites (aka eepsites) and other services (eg. ssh over I2p, your own IRC server etc) in addition to being able to host your own services, 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 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 [Needs developers!], an anonymous, secure implementation of a Gnutella network, accessible using I2Phex, and additional facilities including browser-based file hosting etc.
- Anonymous Chat
Start your IRC client (eg. chatzilla, pidgin, x-chat)
+ Anonymous Chat
Start your IRC client (eg. Chatzilla, Pidgin, XChat)
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 [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! Also, there are quite a few forums running on I2P in various languages; see below for some suggestions.
- 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.
+ 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.
Anonymous Encrypted Webserving on I2P
@@ -86,5 +86,5 @@ your eepsite will be visible (but not discoverable) to others. Detailed instruct
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 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!
+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 volunteers page on the website. Thanks in advance!
diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index b37fead3e..ef764f364 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -954,15 +954,15 @@ div.joblog li {
div.joblog ul {
word-wrap: break-word !important;
text-align: justify;
- margin-bottom: 0px;
+ margin: 0px 0 10px;
}
div.joblog li:first-child {
- margin-top: 10px;
+ margin-top: 0px;
}
div.joblog li:last-child {
- margin-bottom: -15px;
+ margin-bottom: -25px;
}
div.joblog form:first-child {
diff --git a/installer/resources/themes/console/dark/console_big.css b/installer/resources/themes/console/dark/console_big.css
index d07c8a60b..cf2c46374 100644
--- a/installer/resources/themes/console/dark/console_big.css
+++ b/installer/resources/themes/console/dark/console_big.css
@@ -1,7 +1,16 @@
/* I2P Theme Override: Dark */
-/* Comment: Larger text (and other tweaks) for Chinese */
+/* Comment: Larger text (and other tweaks) for Chinese & other doublebyte charactersets */
/* Author: dr|z3d */
+body {
+ font: 9pt/130% Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
+}
+
+div.news {
+ font-size: 9.5pt;
+ font-style: normal !important;
+}
+
div.routersummary table {
font-size: 8.5pt;
}
@@ -10,6 +19,11 @@ div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersumma
text-shadow: 0 0 0 #fff !important;
}
+div.routersummary h4 {
+ font-size: 10pt;
+ font-weight: normal;
+}
+
div.routersummary b {
font-size: 9pt;
font-weight: normal;
@@ -17,12 +31,27 @@ div.routersummary b {
div.routersummary a {
font-size: 10pt;
+ font-weight: normal;
}
-.smallhead {
- font-size: 8.5pt
+b, a, a:link, a:hover, a:visited {
+ font-weight: normal;
+}
+
+button, button:visited {
+ font: normal 10pt Verdana,"Bitstream Vera Sans",Tahoma,Helvetica,sans-serif !important;
+}
+
+code, pre, tt {
+ font-size: 10pt;
+ font-weight: normal;
+}
+
+.smallhead, th {
+ font-size: 8.5pt;
+ font-weight: normal;
}
table {
- font: 8.5pt/130% "Lucida Sans Unicode", Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
+ font: 8.5pt/130% Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
}
\ No newline at end of file