diff --git a/www.i2p2/pages/i2pcontrol.html b/i2p2www/pages/site/docs/api/i2pcontrol.html similarity index 99% rename from www.i2p2/pages/i2pcontrol.html rename to i2p2www/pages/site/docs/api/i2pcontrol.html index 4538ae9e..a292bda7 100644 --- a/www.i2p2/pages/i2pcontrol.html +++ b/i2p2www/pages/site/docs/api/i2pcontrol.html @@ -1,4 +1,4 @@ -{% extends "_layout.html" %} +{% extends "global/layout.html" %} {% block title %}I2PControl API{% endblock %} {% block content %}
The ministreaming library was written by mihi as a part of his -I2PTunnel application and then factored out and released +I2PTunnel application and then factored out and released under the BSD license. It is called the "mini"streaming library because it makes some simplifications in the implementation, while a more robust streaming library could be further optimized for operation over I2P. The two main issues with @@ -44,4 +44,4 @@ implementations are introduced. The library is deployed in its own ministreaming.jar. Developers in Java who would like to use it can access the API directly, while developers in other languages can use it through -SAM's streaming support.
{% endblock %} +SAM's streaming support.{% endblock %} diff --git a/www.i2p2/pages/streaming.html b/i2p2www/pages/site/docs/api/streaming.html similarity index 98% rename from www.i2p2/pages/streaming.html rename to i2p2www/pages/site/docs/api/streaming.html index 078230b0..6a9d3c56 100644 --- a/www.i2p2/pages/streaming.html +++ b/i2p2www/pages/site/docs/api/streaming.html @@ -1,4 +1,4 @@ -{% extends "_layout.html" %} +{% extends "global/layout.html" %} {% block title %}Streaming Library{% endblock %} {% block content %} Updated November 2012, current as of router version 0.9.3 @@ -102,9 +102,9 @@ Time values are in ms.Note that higher-layer APIs, such as -SAM, -BOB, and -I2PTunnel, +SAM, +BOB, and +I2PTunnel, may override these defaults with their own defaults. Also note that many options only apply to servers listening for incoming connections.
@@ -369,7 +369,7 @@ There is no checksum field in the streaming protocol.