diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp index 29dbc5ce6..730ad8697 100644 --- a/apps/routerconsole/jsp/help.jsp +++ b/apps/routerconsole/jsp/help.jsp @@ -15,171 +15,10 @@ <%@include file="summary.jsi" %>

I2P Router Help & Support

-If you'd like to help improve or translate the documentation, or -help with other aspects of the project, please see the documentation for -volunteers. -

Further assistance is available here:

- -
You may also try the I2P forum -or IRC. -

Summary Bar Information

-Many of the stats on the summary bar may be -configured to be -graphed for further analysis. -

General

Peers

Bandwidth in/out

-Should be self-explanatory. All values are in bytes per second, not bits per second. -Change your bandwidth limits on the configuration page. -Bandwidth is graphed by default.
- -

Local destinations

-The local applications connecting through your router. -These may be clients started through I2PTunnel -or external programs connecting through SAM, BOB, or directly to I2CP. -

Tunnels in/out

-The actual tunnels are shown on the the tunnels page.
- -

Congestion

-Some basic indications of router overload:
- -

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. -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). There is also a -susimail web based mail client available on -the console, which is a GPL'ed application written by susi23. The addressbook application, written by -Ragnarok helps maintain your hosts.txt files (see ./addressbook/ for -more information).

- -

The router by default also includes human's public domain SAM bridge, -which other client applications (such the bittorrent port) can use. -There is also an optimized library for doing large number calculations - jbigi - which in turn uses the -LGPL licensed GMP library, tuned for various PC architectures. Launchers for windows users -are built with Launch4J, and the installer is built with -IzPack. 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. -.

+<%@include file="help/help.jsi" %> +<%@include file="help/legal.jsi" %> +<%@include file="help/sidebar.jsi" %>

Change Log

diff --git a/apps/routerconsole/jsp/help/help.jsi b/apps/routerconsole/jsp/help/help.jsi new file mode 100644 index 000000000..d1fbccf8b --- /dev/null +++ b/apps/routerconsole/jsp/help/help.jsi @@ -0,0 +1,9 @@ +If you'd like to help improve or translate the documentation, or +help with other aspects of the project, please see the documentation for +volunteers. +

Further assistance is available here:

+ +
You may also try the I2P forum +or IRC. diff --git a/apps/routerconsole/jsp/help/legal.jsi b/apps/routerconsole/jsp/help/legal.jsi new file mode 100644 index 000000000..45c160cf8 --- /dev/null +++ b/apps/routerconsole/jsp/help/legal.jsi @@ -0,0 +1,38 @@ +

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. +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). There is also a +susimail web based mail client available on +the console, which is a GPL'ed application written by susi23. The addressbook application, written by +Ragnarok helps maintain your hosts.txt files (see ./addressbook/ for +more information).

+ +

The router by default also includes human's public domain SAM bridge, +which other client applications (such the bittorrent port) can use. +There is also an optimized library for doing large number calculations - jbigi - which in turn uses the +LGPL licensed GMP library, tuned for various PC architectures. Launchers for windows users +are built with Launch4J, and the installer is built with +IzPack. 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.

diff --git a/apps/routerconsole/jsp/help_ar.jsp b/apps/routerconsole/jsp/help/old-translations/help_ar.jsp similarity index 100% rename from apps/routerconsole/jsp/help_ar.jsp rename to apps/routerconsole/jsp/help/old-translations/help_ar.jsp diff --git a/apps/routerconsole/jsp/help_fr.jsp b/apps/routerconsole/jsp/help/old-translations/help_fr.jsp similarity index 100% rename from apps/routerconsole/jsp/help_fr.jsp rename to apps/routerconsole/jsp/help/old-translations/help_fr.jsp diff --git a/apps/routerconsole/jsp/help_nl.jsp b/apps/routerconsole/jsp/help/old-translations/help_nl.jsp similarity index 100% rename from apps/routerconsole/jsp/help_nl.jsp rename to apps/routerconsole/jsp/help/old-translations/help_nl.jsp diff --git a/apps/routerconsole/jsp/help_ru.jsp b/apps/routerconsole/jsp/help/old-translations/help_ru.jsp similarity index 100% rename from apps/routerconsole/jsp/help_ru.jsp rename to apps/routerconsole/jsp/help/old-translations/help_ru.jsp diff --git a/apps/routerconsole/jsp/help/sidebar.jsi b/apps/routerconsole/jsp/help/sidebar.jsi new file mode 100644 index 000000000..2cd4a4185 --- /dev/null +++ b/apps/routerconsole/jsp/help/sidebar.jsi @@ -0,0 +1,117 @@ +

Summary Bar Information

+Many of the stats on the summary bar may be +configured to be +graphed for further analysis. +

General

Peers

Bandwidth in/out

+Should be self-explanatory. All values are in bytes per second, not bits per second. +Change your bandwidth limits on the configuration page. +Bandwidth is graphed by default.
+ +

Local destinations

+The local applications connecting through your router. +These may be clients started through I2PTunnel +or external programs connecting through SAM, BOB, or directly to I2CP. +

Tunnels in/out

+The actual tunnels are shown on the the tunnels page.
+ +

Congestion

+Some basic indications of router overload: