diff --git a/i2p2www/pages/site/docs/protocol/i2cp.html b/i2p2www/pages/site/docs/protocol/i2cp.html index e465d4d8..ae46e284 100644 --- a/i2p2www/pages/site/docs/protocol/i2cp.html +++ b/i2p2www/pages/site/docs/protocol/i2cp.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}I2CP{% endblock %} -{% block lastupdated %}{% trans %}December 2014{% endtrans %}{% endblock %} -{% block accuratefor %}0.9.17{% endblock %} +{% block lastupdated %}{% trans %}Fegruary 2016{% endtrans %}{% endblock %} +{% block accuratefor %}0.9.24{% endblock %} {% block content %}

{% trans -%} The I2P Client Protocol (I2CP) exposes a strong separation of concerns between @@ -709,6 +709,11 @@ turns the gzip effort setting to 0, which may save a little CPU. +

+Note: I2P protocol numbers 224-254 are reserved for experimental protocols. +I2P protocol number 255 is reserved for future expansion. +

+

{% trans -%} Data integrity is verified with the standard gzip CRC-32 as specified by RFC 1952. diff --git a/i2p2www/pages/site/docs/spec/plugin.html b/i2p2www/pages/site/docs/spec/plugin.html index fc78ec7e..037fe41d 100644 --- a/i2p2www/pages/site/docs/spec/plugin.html +++ b/i2p2www/pages/site/docs/spec/plugin.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}I2P Plugin Specification{% endblock %} -{% block lastupdated %}January 2016{% endblock %} -{% block accuratefor %}0.9.24{% endblock %} +{% block lastupdated %}February 2016{% endblock %} +{% block accuratefor %}0.9.25{% endblock %} {% block content %}

Overview

@@ -129,13 +129,17 @@ The first three must be identical to those in the installed plugin for an update - The following optional property may be used to add a custom icon on the console: + The following optional properties may be used to add a custom icon on the console:

 
 	console-icon (supported as of 0.9.20) Only for webapps.
 		A path within the webapp to a 32x32 image, e.g. /icon.png
                 Applies to all webapps in the plugin.
 
+	icon-code (supported as of 0.9.25) 
+		Provides a console icon for plugins without web resources.
+		A B64 string produced by calling 'net.i2p.data.Base64 encode FILE' 
+		on a 32x32 image png file.
 
 
The following properties are used by the plugin installer: diff --git a/i2p2www/pages/site/get-involved/roadmap.html b/i2p2www/pages/site/get-involved/roadmap.html index 2ea44019..7fb474aa 100644 --- a/i2p2www/pages/site/get-involved/roadmap.html +++ b/i2p2www/pages/site/get-involved/roadmap.html @@ -47,23 +47,21 @@ Bug fixes, translation updates, geoip updates

0.9.25

-

Target release date: March 2016

+

Target release date: mid-to-late March 2016

@@ -76,6 +74,8 @@ Bug fixes, translation updates, geoip updates