diff --git a/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java index 18f6396f14..be3e2c4760 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java @@ -29,10 +29,10 @@ public class HomeHelper extends HelperBase { _x("Configure Language") + S + _x("Console Language Selection") + S + "/configui" + S + I + "wrench_orange.png" + S + _x("Customize Home Page") + S + _x("I2P Home Page Configuration") + S + "/confighome" + S + I + "wrench_orange.png" + S + _x("Email") + S + _x("Anonymous webmail client") + S + "/susimail/susimail" + S + I + "email.png" + S + - _x("Help") + S + _x("I2P Router Help") + S + "/help" + S + I + "help.png" + S + - _x("Router Console") + S + _x("I2P Router Console") + S + "/console" + S + I + "wrench_orange.png" + S + - _x("Torrents") + S + _x("Built-in anonymous BitTorrent Client") + S + "/i2psnark/" + S + I + "film.png" + S + - _x("Website") + S + _x("Local web server") + S + "http://127.0.0.1:7658/" + S + I + "server.png" + S + + _x("Help") + S + _x("I2P Router Help") + S + "/help" + S + I + "support.png" + S + + _x("Router Console") + S + _x("I2P Router Console") + S + "/console" + S + I + "toolbox.png" + S + + _x("Torrents") + S + _x("Built-in anonymous BitTorrent Client") + S + "/i2psnark/" + S + I + "magnet.png" + S + + _x("Website") + S + _x("Local web server") + S + "http://127.0.0.1:7658/" + S + I + "server_32x32.png" + S + ""; static final String DEFAULT_FAVORITES = @@ -41,20 +41,20 @@ public class HomeHelper extends HelperBase { _x("Dev Forum") + S + _x("Development forum") + S + "http://zzz.i2p/" + S + I + "eepsite.png" + S + _x("diftracker") + S + _x("Bittorrent tracker") + S + "http://diftracker.i2p/" + S + I + "eepsite.png" + S + "echelon.i2p" + S + _x("I2P Applications") + S + "http://echelon.i2p/" + S + I + "eepsite.png" + S + - _x("FAQ") + S + _x("Frequently Asked Questions") + S + "http://www.i2p2.i2p/faq" + S + I + "help.png" + S + + _x("FAQ") + S + _x("Frequently Asked Questions") + S + "http://www.i2p2.i2p/faq" + S + I + "question.png" + S + _x("Forum") + S + _x("Community forum") + S + "http://forum.i2p/" + S + I + "eepsite.png" + S + _x("Anonymous Git Hosting") + S + _x("A public anonymous Git hosting site - supports pulling via Git and HTTP and pushing via SSH") + S + "http://git.repo.i2p/" + S + I + "git-logo.png" + S + "Ident " + _x("Microblog") + S + _x("Your premier microblogging service on I2P") + S + "http://id3nt.i2p/" + S + I + "ident_icon_blue.png" + S + - _x("Javadocs") + S + _x("Technical documentation") + S + "http://i2p-javadocs.i2p/" + S + I + "book.png" + S + - //_x("Key Server") + S + _x("OpenPGP Keyserver") + S + "http://keys.i2p/" + S + I + "book.png" + S + + _x("Javadocs") + S + _x("Technical documentation") + S + "http://i2p-javadocs.i2p/" + S + I + "education.png" + S + + //_x("Key Server") + S + _x("OpenPGP Keyserver") + S + "http://keys.i2p/" + S + I + "education.png" + S + _x("killyourtv.i2p") + S + _x("Debian and Tahoe-LAFS repositories") + S + "http://killyourtv.i2p/" + S + I + "eepsite.png" + S + _x("Pastebin") + S + _x("I2P Pastebin") + S + "http://pastethis.i2p/" + S + I + "eepsite.png" + S + "Planet I2P" + S + _x("I2P News") + S + "http://planet.i2p/" + S + I + "eepsite.png" + S + _x("Plugins") + S + _x("Add-on directory") + S + "http://plugins.i2p/" + S + I + "plugin.png" + S + _x("Postman's Tracker") + S + _x("Bittorrent tracker") + S + "http://tracker2.postman.i2p/" + S + I + "eepsite.png" + S + - _x("Project Website") + S + _x("I2P home page") + S + "http://www.i2p2.i2p/" + S + I + "help.png" + S + + _x("Project Website") + S + _x("I2P home page") + S + "http://www.i2p2.i2p/" + S + I + "info_rhombus.png" + S + "stats.i2p" + S + _x("I2P Netowrk Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "eepsite.png" + S + - _x("Technical Docs") + S + _x("Technical documentation") + S + "http://www.i2p2.i2p/how" + S + I + "book.png" + S + + _x("Technical Docs") + S + _x("Technical documentation") + S + "http://www.i2p2.i2p/how" + S + I + "education.png" + S + _x("Trac Wiki") + S + S + "http://trac.i2p2.i2p/" + S + I + "eepsite.png" + S + _x("Ugha's Wiki") + S + S + "http://ugha.i2p/" + S + I + "eepsite.png" + S + _x("Sponge's main site") + S + _x("Seedless and the Robert BitTorrent applications") + S + "http://sponge.i2p/" + S + I + "eepsite.png" + S + diff --git a/installer/resources/themes/console/images/book.png b/installer/resources/themes/console/images/book.png deleted file mode 100644 index b0f4dd7928..0000000000 Binary files a/installer/resources/themes/console/images/book.png and /dev/null differ diff --git a/installer/resources/themes/console/images/book_addresses.png b/installer/resources/themes/console/images/book_addresses.png index b73419ba82..7902464bee 100644 Binary files a/installer/resources/themes/console/images/book_addresses.png and b/installer/resources/themes/console/images/book_addresses.png differ diff --git a/installer/resources/themes/console/images/bug.png b/installer/resources/themes/console/images/bug.png index 2d5fb90ec6..563c364c79 100644 Binary files a/installer/resources/themes/console/images/bug.png and b/installer/resources/themes/console/images/bug.png differ diff --git a/installer/resources/themes/console/images/education.png b/installer/resources/themes/console/images/education.png new file mode 100644 index 0000000000..697672ddff Binary files /dev/null and b/installer/resources/themes/console/images/education.png differ diff --git a/installer/resources/themes/console/images/email.png b/installer/resources/themes/console/images/email.png index 7348aed77f..98a99c2883 100644 Binary files a/installer/resources/themes/console/images/email.png and b/installer/resources/themes/console/images/email.png differ diff --git a/installer/resources/themes/console/images/film.png b/installer/resources/themes/console/images/film.png deleted file mode 100644 index b0ce7bb198..0000000000 Binary files a/installer/resources/themes/console/images/film.png and /dev/null differ diff --git a/installer/resources/themes/console/images/help.png b/installer/resources/themes/console/images/help.png deleted file mode 100644 index 5c870176d4..0000000000 Binary files a/installer/resources/themes/console/images/help.png and /dev/null differ diff --git a/installer/resources/themes/console/images/info_rhombus.png b/installer/resources/themes/console/images/info_rhombus.png new file mode 100644 index 0000000000..036733e748 Binary files /dev/null and b/installer/resources/themes/console/images/info_rhombus.png differ diff --git a/installer/resources/themes/console/images/magnet.png b/installer/resources/themes/console/images/magnet.png new file mode 100644 index 0000000000..35c0db57dc Binary files /dev/null and b/installer/resources/themes/console/images/magnet.png differ diff --git a/installer/resources/themes/console/images/plugin.png b/installer/resources/themes/console/images/plugin.png index 6187b15aec..c1ee68def0 100644 Binary files a/installer/resources/themes/console/images/plugin.png and b/installer/resources/themes/console/images/plugin.png differ diff --git a/installer/resources/themes/console/images/question.png b/installer/resources/themes/console/images/question.png new file mode 100644 index 0000000000..e67fe63983 Binary files /dev/null and b/installer/resources/themes/console/images/question.png differ diff --git a/installer/resources/themes/console/images/server_32x32.png b/installer/resources/themes/console/images/server_32x32.png new file mode 100644 index 0000000000..5b1fb2d7e9 Binary files /dev/null and b/installer/resources/themes/console/images/server_32x32.png differ diff --git a/installer/resources/themes/console/images/support.png b/installer/resources/themes/console/images/support.png new file mode 100644 index 0000000000..c003c0df03 Binary files /dev/null and b/installer/resources/themes/console/images/support.png differ diff --git a/installer/resources/themes/console/images/toolbox.png b/installer/resources/themes/console/images/toolbox.png new file mode 100644 index 0000000000..09507013dc Binary files /dev/null and b/installer/resources/themes/console/images/toolbox.png differ diff --git a/installer/resources/themes/console/images/wrench_orange.png b/installer/resources/themes/console/images/wrench_orange.png index 565a9330e0..f019d0b331 100644 Binary files a/installer/resources/themes/console/images/wrench_orange.png and b/installer/resources/themes/console/images/wrench_orange.png differ