propagate from branch 'i2p.www' (head e3db0e6a87a9bdf9505016ef90069beb21cadb69)

to branch 'i2p.www.revamp' (head 6b55da3ed369752ad914f36b972ab52e6652af88)
This commit is contained in:
str4d
2012-12-06 02:20:35 +00:00
22 changed files with 1449 additions and 220 deletions

View File

@ -2,7 +2,7 @@
{% block title %}I2PControl API{% endblock %}
{% block content %}
<h1>I2PControl - Remote Control Service</h1>
<p>I2P enables a <a href="http://en.wikipedia.org/wiki/JSON-RPC">JSONRPC2</a> interface via the plugin I2PControl.
<p>I2P enables a <a href="http://en.wikipedia.org/wiki/JSON-RPC">JSONRPC2</a> interface via the plugin <a href="http://itoopie.net/">I2PControl</a>.
The aim of the interface is to provide simple way to interface with a running I2P node. A client, itoopie, has been developed in parallel.
The JSONRPC2 implementation for the client as well as the plugin is provided by the java libraries <a href="http://software.dzhuvinov.com/json-rpc-2.0.html">JSON-RPC 2.0</a>.
A list of implementations of JSON-RPC for various languages can be found at <a href="http://json-rpc.org/wiki/implementations">the JSON-RPC wiki</a>.