From d23e05b431a393cda86ace09c1f5bedca9b7c683 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 3 Apr 2015 12:26:12 +0000 Subject: [PATCH] Embedding: Updates I2CP: Add proposal for additional SetDate messages Ports: Reserve port 7668 for eepsite SSL --- .../site/docs/applications/embedding.html | 32 +++++++++++++++++-- i2p2www/pages/site/docs/ports.html | 5 +-- i2p2www/pages/site/docs/spec/i2cp.html | 11 +++++-- 3 files changed, 41 insertions(+), 7 deletions(-) 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 %}Overview{% endtrans %}

@@ -227,6 +227,15 @@ We plan to migrate to Java 7 in 2015. If you're building Debian / Ubuntu packages, you should require the I2P package from our PPA instead of bundling it. You almost certainly do not need susimail, susidns, the router console, and i2psnark, for example. {%- endtrans %}

+

{% 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 %}