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

@@ -16,11 +16,9 @@ The aim of itoopie is to provide an interface that is simpler and has a lower lu
I2PControl is an I2P plugin providing a JSONRPC interface for the I2P router. The interface supports setting basic settings (bandwidth, ports etc.), reading many stats and is provided over an SSL encrypted HTTP connection. I2PControl is an I2P plugin providing a JSONRPC interface for the I2P router. The interface supports setting basic settings (bandwidth, ports etc.), reading many stats and is provided over an SSL encrypted HTTP connection.
More information and instructions can be found at `itoopie.net`_, `itoopie.i2p.to`_ (via proxy)and `itoopie.i2p`_ (anonymously). More information and instructions can be found at `{{ i2pconv('itoopie.i2p') }}`_.
.. _`itoopie.net`: http://itoopie.net .. _`{{ i2pconv('itoopie.i2p') }}`: http://{{ i2pconv('itoopie.i2p') }}
.. _`itoopie.i2p.to`: http://itoopie.i2p.to
.. _`itoopie.i2p`: http://itoopie.i2p
This project has been funded by the VPN services `Relakks`_ & `Ipredator`_ and was initiated by Jan-Erik Fiske and `Peter Sunde`_. This project has been funded by the VPN services `Relakks`_ & `Ipredator`_ and was initiated by Jan-Erik Fiske and `Peter Sunde`_.

View File

@@ -2,7 +2,7 @@
{% block title %}I2PControl API{% endblock %} {% block title %}I2PControl API{% endblock %}
{% block content %} {% block content %}
<h1>{% trans %}I2PControl - Remote Control Service{% endtrans %}</h1> <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>. 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 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>. 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>.