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>

View File

@@ -1,6 +1,6 @@
{% extends "global/layout.html" %}
{% block title %}{{ _('Roadmap') }}{% endblock %}
{% block lastupdated %}{% trans %}January 2018{% endtrans %}{% endblock %}
{% block lastupdated %}{% trans %}February 2018{% endtrans %}{% endblock %}
{% block content %}
<p>
@@ -210,7 +210,7 @@ Bug fixes, translation updates, geoip updates
<h2 id="v0.9.33">0.9.33</h2>
<p><b>Target release date: Late January 2018</b></p>
<p><b>Released: January 30, 2018</b></p>
<ul><li>
Reseed support for proxies
</li><li>
@@ -258,13 +258,17 @@ User support
<h2 id="0.9.34">0.9.34</h2>
<p><b>Target release date: Late March 2018</b></p>
<p><b>Note: To be updated</b></p>
<p><b>Target release date: Mid-April 2018</b></p>
<ul><li>
Susimail fixes, improvements, refactoring part 2
</li><li>
I2PControl plugin fixed
</li></ul>
<p><b>Note: To be updated below here</b></p>
<ul><li>
Versioning/caps props 136/137/TBD?
</li><li>
Susimail fixes, improvements, refactoring part 2
</li><li>
Debian packaging changes and improvements
</li><li>
Ready indication for Tails
@@ -376,7 +380,7 @@ Integrated chat client?
<h2 id="2h2018">0.9.36 - 0.9.37 Late 2018</h2>
<p><b>Note: To be updated</b></p>
<ul>
<ul><li>
Complete I2PControl API 2 spec, implement in plugin (proposal #118)
</li><li>
Bundle (un-pluginize) I2PControl with API 2 (proposal #118)