diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp index dc1708090..6e91fcf2d 100644 --- a/apps/routerconsole/jsp/help.jsp +++ b/apps/routerconsole/jsp/help.jsp @@ -3,7 +3,7 @@ -I2P Router Console - logs +I2P Router Console - help @@ -12,13 +12,36 @@
hmm. we should probably have some help text here.
-This "routerconsole" application runs on top of a trimmed down Jetty -instance (trimmed down, as in, we do not include the demo apps or other add-ons), allowing you to deploy standard -JSP/Servlet web applications into your router. Jetty in turn makes use of Apache's javax.servlet (javax.servlet.jar) -implementation, as well as their xerces-j XML parser (xerces.jar). Their XML parser requires the Sun XML -APIs (JAXP) which is included in binary form (xml-apis.jar) as required by their binary code license. -This product includes software developed by the Apache Software Foundation (http://www.apache.org/). See the -I2P site or the source for more license details. + +

Legal stuff

+The I2P router (router.jar) and SDK (i2p.jar) are almost entirely public domain, with +a few notable exceptions: + +

On top of the I2P router are a series of client applications, each with their own set of +licenses and dependencies. This webpage is being served as part of the I2P routerconsole +client application, which is built off a trimmed down Jetty +instance (trimmed down, as in, we do not include the demo apps or other add-ons, and we simplify configuration), +allowing you to deploy standard JSP/Servlet web applications into your router. Jetty in turn makes use of +Apache's javax.servlet (javax.servlet.jar) implementation, as well as their xerces-j XML parser (xerces.jar). +Their XML parser requires the Sun XML APIs (JAXP) which is included in binary form (xml-apis.jar) as required +by their binary code license. This product includes software developed by the Apache Software Foundation +(http://www.apache.org/).

+ +

Another application you can see on this webpage is I2PTunnel +(your web interface) - a GPL'ed application written by mihi that +lets you tunnel normal TCP/IP traffic over I2P (such as the eepproxy and the irc proxy).

+ +

The router by default also includes human's public domain SAM bridge, +which other client applications (such as aum's stasher) can use. For +details on other applications available, as well as their licenses, please see the +license policy. Source for the I2P code and most bundled +client applications can be found on our download page, and is +in cvs.