diff --git a/i2p2www/pages/site/docs/applications/embedding.html b/i2p2www/pages/site/docs/applications/embedding.html index 2ccabad2..e4b6e8ea 100644 --- a/i2p2www/pages/site/docs/applications/embedding.html +++ b/i2p2www/pages/site/docs/applications/embedding.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}Embedding I2P in your Application{% endtrans %}{% endblock %} -{% block lastupdated %}{% trans %}November 2014{% endtrans %}{% endblock %} -{% block accuratefor %}0.9.17{% endblock %} +{% block lastupdated %}{% trans %}April 2015{% endtrans %}{% endblock %} +{% block accuratefor %}0.9.19{% endblock %} {% block content %}
{% trans -%} +The following files should be included in the I2P installation directory, specified with the "i2p.dir.base" property. +Don't forget certificates/reseed and certificates/ssl, required for reseeding, and blocklist.txt for IP validation. +The geoip directory is optional, but recommended so the router can make decisions based on location. +The hosts.txt file may be necessary, you may modify it to include any hosts your application uses. +You may add a router.config file to the base directory to override initial defaults. +
{% trans -%} +License requirements may require you to include the LICENSES.txt file and the licenses directory. +{%- endtrans %}
{% trans -%} @@ -310,6 +334,8 @@ together with Jetty webapps, as is done in our Java packages. As always, state management is the difficult part. {%- endtrans %}
- ++See also: the Router javadocs. +
{% endblock %} diff --git a/i2p2www/pages/site/docs/ports.html b/i2p2www/pages/site/docs/ports.html index 4c462dd2..514debab 100644 --- a/i2p2www/pages/site/docs/ports.html +++ b/i2p2www/pages/site/docs/ports.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}Ports Used by I2P{% endtrans %}{% endblock %} -{% block lastupdated %}{% trans %}May 2013{% endtrans %}{% endblock %} -{% block accuratefor %}0.9.6{% endblock %} +{% block lastupdated %}{% trans %}April 2015{% endtrans %}{% endblock %} +{% block accuratefor %}0.9.19{% endblock %} {% block content %}{% trans -%} @@ -51,6 +51,7 @@ in the 766x range.
@@ -154,6 +154,10 @@ A basic summary of the I2CP protocol versions is as follows. For details, see be
The current date and time. Sent from Router to Client as a part of the initial handshake. +As of release 0.9.20, may also be sent at any time after the handshake to notify the client of a clock shift.