itoopie.net -> itoopie.i2p

This commit is contained in:
str4d
2013-08-30 09:21:38 +00:00
parent 92734bdd20
commit f6750f78f8
2 changed files with 3 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
{% block title %}I2PControl API{% endblock %}
{% block content %}
<h1>{% trans %}I2PControl - Remote Control Service{% endtrans %}</h1>
<p>{% trans itoopie='http://itoopie.net/' -%}
<p>{% trans itoopie='http://'+i2pconv('itoopie.i2p')+'/' -%}
I2P enables a <a href="http://en.wikipedia.org/wiki/JSON-RPC">JSONRPC2</a> interface via the plugin <a href="{{ itoopie }}">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>.