i2pcontrol minor fixes
roadmap minor changes add i2pforum.i2p
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{{ _('I2PControl - Remote Control Service') }}{% endblock %}
|
||||
{% block lastupdated %}February 2018{% endblock %}
|
||||
{% block content %}
|
||||
<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>.
|
||||
@ -211,10 +212,10 @@ Parameters are only provided in a named way (maps).
|
||||
<ul>{{ _('SetAll:') }} – {% trans %}Set the sent key-value pairs, remove everything else{% endtrans %}
|
||||
<li>{"setting-key": "setting-value", ...} – [Map<String, String>]</li>
|
||||
</ul>
|
||||
<ul>{{ _('Get:') }} – {% trans %}Set the sent key-value pairs, remove everything else{% endtrans %}
|
||||
<ul>{{ _('Get:') }} – {% trans %}Get the key-value pairs for the sent keys{% endtrans %}
|
||||
<li>"setting-key" – [String]</li>
|
||||
</ul>
|
||||
<ul>{{ _('GetAall:') }}
|
||||
<ul>{{ _('GetAll:') }} – {% trans %}Get all the key-value pairs{% endtrans %}
|
||||
</ul>
|
||||
</ul>
|
||||
<p>* {% trans %}denotes an optional value.{% endtrans %}</p>
|
||||
|
Reference in New Issue
Block a user