i2pcontrol minor fixes

roadmap minor changes
add i2pforum.i2p
This commit is contained in:
zzz
2018-02-14 13:08:20 +00:00
parent a620e8e1be
commit 2f3c97a5a8
3 changed files with 15 additions and 9 deletions

View File

@ -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:') }} &ndash; {% trans %}Set the sent key-value pairs, remove everything else{% endtrans %}
<li>{"setting-key": "setting-value", ...} &ndash; [Map<String, String>]</li>
</ul>
<ul>{{ _('Get:') }} &ndash; {% trans %}Set the sent key-value pairs, remove everything else{% endtrans %}
<ul>{{ _('Get:') }} &ndash; {% trans %}Get the key-value pairs for the sent keys{% endtrans %}
<li>"setting-key" &ndash; [String]</li>
</ul>
<ul>{{ _('GetAall:') }}
<ul>{{ _('GetAll:') }} &ndash; {% trans %}Get all the key-value pairs{% endtrans %}
</ul>
</ul>
<p>* {% trans %}denotes an optional value.{% endtrans %}</p>