I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 168c2132 authored by z3d's avatar z3d
Browse files

Some string mods and tagging and so forth; "midnight" console theme futzage.

parent 3df5540a
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,12 @@ class Dummy { ...@@ -23,9 +23,12 @@ class Dummy {
_("SAM application bridge"); _("SAM application bridge");
_("Application tunnels"); _("Application tunnels");
_("My eepsite web server"); _("My eepsite web server");
_("I2P webserver (eepsite)");
_("Browser launch at startup"); _("Browser launch at startup");
_("BOB application bridge"); _("BOB application bridge");
_("I2P Router Console");
_("Open Router Console in web browser at startup");
// tunnel nicknames, taken from i2ptunnel.config so they will display // tunnel nicknames, taken from i2ptunnel.config so they will display
// nicely under 'local destinations' in the summary bar // nicely under 'local destinations' in the summary bar
// note that if the wording changes in i2ptunnel.config, we have to // note that if the wording changes in i2ptunnel.config, we have to
...@@ -33,6 +36,8 @@ class Dummy { ...@@ -33,6 +36,8 @@ class Dummy {
_("shared clients"); _("shared clients");
_("IRC proxy"); _("IRC proxy");
_("eepsite"); _("eepsite");
_("I2P webserver");
_("HTTP Proxy");
// older names for pre-0.7.4 installs // older names for pre-0.7.4 installs
_("eepProxy"); _("eepProxy");
_("ircProxy"); _("ircProxy");
...@@ -41,9 +46,11 @@ class Dummy { ...@@ -41,9 +46,11 @@ class Dummy {
// hardcoded in iMule? // hardcoded in iMule?
_("iMule"); _("iMule");
// standard themes for ConfigUIHelper // standard themes for ConfigUIHelper
_("classic"); _("classic");
_("dark"); _("dark");
_("light"); _("light");
_("midnight");
} }
} }
...@@ -14,26 +14,26 @@ clientApp.0.startOnLoad=true ...@@ -14,26 +14,26 @@ clientApp.0.startOnLoad=true
# SAM bridge # SAM bridge
clientApp.1.main=net.i2p.sam.SAMBridge clientApp.1.main=net.i2p.sam.SAMBridge
clientApp.1.name=SAM Application Bridge clientApp.1.name=SAM application bridge
clientApp.1.args=sam.keys 127.0.0.1 7656 i2cp.tcp.host=127.0.0.1 i2cp.tcp.port=7654 clientApp.1.args=sam.keys 127.0.0.1 7656 i2cp.tcp.host=127.0.0.1 i2cp.tcp.port=7654
clientApp.1.startOnLoad=false clientApp.1.startOnLoad=false
# poke the i2ptunnels defined in i2ptunnel.config # poke the i2ptunnels defined in i2ptunnel.config
clientApp.2.main=net.i2p.i2ptunnel.TunnelControllerGroup clientApp.2.main=net.i2p.i2ptunnel.TunnelControllerGroup
clientApp.2.name=Application Tunnels clientApp.2.name=Application tunnels
clientApp.2.args=i2ptunnel.config clientApp.2.args=i2ptunnel.config
clientApp.2.startOnLoad=true clientApp.2.startOnLoad=true
# run our own eepsite with a seperate jetty instance # run our own eepsite with a seperate jetty instance
clientApp.3.main=org.mortbay.jetty.Server clientApp.3.main=org.mortbay.jetty.Server
clientApp.3.name=Local Anonymous I2P Webserver clientApp.3.name=I2P webserver (eepsite)
clientApp.3.args="eepsite/jetty.xml" clientApp.3.args="eepsite/jetty.xml"
clientApp.3.delay=30 clientApp.3.delay=30
clientApp.3.startOnLoad=true clientApp.3.startOnLoad=true
# load a browser pointing at the web console whenever we start up # load a browser pointing at the web console whenever we start up
clientApp.4.main=net.i2p.apps.systray.UrlLauncher clientApp.4.main=net.i2p.apps.systray.UrlLauncher
clientApp.4.name=Launch web browser and load I2P Router Console at startup clientApp.4.name=Open Router Console in web browser at startup
clientApp.4.args=http://127.0.0.1:7657/index.jsp clientApp.4.args=http://127.0.0.1:7657/index.jsp
clientApp.4.delay=15 clientApp.4.delay=15
clientApp.4.startOnLoad=true clientApp.4.startOnLoad=true
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# #
# eepproxy # eepproxy
tunnel.0.name=eepProxy tunnel.0.name=I2P HTTP Proxy
tunnel.0.description=HTTP proxy for browsing eepsites and the web tunnel.0.description=HTTP proxy for browsing eepsites and the web
tunnel.0.type=httpclient tunnel.0.type=httpclient
tunnel.0.sharedClient=true tunnel.0.sharedClient=true
...@@ -64,7 +64,7 @@ tunnel.2.option.i2cp.reduceQuantity=1 ...@@ -64,7 +64,7 @@ tunnel.2.option.i2cp.reduceQuantity=1
tunnel.2.startOnLoad=false tunnel.2.startOnLoad=false
# local eepserver # local eepserver
tunnel.3.name=eepsite tunnel.3.name=I2P webserver
tunnel.3.description=My eepsite tunnel.3.description=My eepsite
tunnel.3.type=httpserver tunnel.3.type=httpserver
tunnel.3.targetHost=127.0.0.1 tunnel.3.targetHost=127.0.0.1
......
...@@ -535,9 +535,6 @@ h2 { ...@@ -535,9 +535,6 @@ h2 {
border-top: 1px solid #99f; border-top: 1px solid #99f;
border-left: 1px solid #99f; border-left: 1px solid #99f;
background: #000008; background: #000008;
background-image: url("images/h2bg.png");
background-repeat: no-repeat;
background-position: right center;
font-variant: small-caps; font-variant: small-caps;
text-transform: capitalize; text-transform: capitalize;
letter-spacing: 0.07em; letter-spacing: 0.07em;
...@@ -559,6 +556,12 @@ h3 a { ...@@ -559,6 +556,12 @@ h3 a {
font-weight: bold !important; font-weight: bold !important;
} }
h2, h3 {
background-image: url("images/h2bg.png");
background-repeat: no-repeat;
background-position: right center;
}
.proxyfooter{ .proxyfooter{
font-size: 7pt; font-size: 7pt;
display: none !important; display: none !important;
...@@ -592,6 +595,7 @@ th { ...@@ -592,6 +595,7 @@ th {
padding: 8px 2px; padding: 8px 2px;
text-align: center; text-align: center;
border-bottom: 1px solid #99f; border-bottom: 1px solid #99f;
font-size: 8pt !important;
} }
tt { tt {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment