Update plugins.html
This commit is contained in:
@ -5,8 +5,8 @@
|
||||
{% block content %}
|
||||
<h2>{% trans %}General Information{% endtrans %}</h2>
|
||||
<p>{% trans -%}
|
||||
I2P includes a plugin architecture
|
||||
to support easy development and installation of additional software.
|
||||
The I2P network includes a plugin architecture
|
||||
to support both easy development and installation of new plugins.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<p>{% trans -%}
|
||||
@ -14,7 +14,7 @@ There are now plugins available that support distributed email, blogs, IRC
|
||||
clients, distributed file storage, wikis, and more.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<h3>{% trans -%}Easy Installation of Applications{%- endtrans %}</h3>
|
||||
<h3>{% trans -%}Adding Plugins To Your I2P Router{%- endtrans %}</h3>
|
||||
<p>{% trans -%}
|
||||
I2P Plugins can be installed by copying the plugin download URL onto
|
||||
the appropriate section on the <a href="http://127.0.0.1:7657/configplugins">Router Console Plugin Configuration Page</a>.
|
||||
@ -131,8 +131,7 @@ builds).
|
||||
|
||||
<h3>{% trans %}Development{% endtrans %}</h3>
|
||||
<p>{% trans pluginspec=site_url('docs/spec/plugin'), zzz=i2pconv('zzz.i2p') -%}
|
||||
See the latest <a href="{{ pluginspec }}">plugin specification</a> and the
|
||||
<a href="http://{{ zzz }}/forums/16">plugin forum</a> on {{ zzz }}.
|
||||
See the latest <a href="{{ pluginspec }}">plugin specification</a>
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<p>{% trans pluginsite=i2pconv('plugins.i2p') -%}
|
||||
@ -141,10 +140,6 @@ as <a href="http://{{ pluginsite }}/plugins/snowman">snowman</a>, were developed
|
||||
specifically as examples.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<p>{% trans -%}
|
||||
<b>Developers wanted!</b> Plugins are a great way to learn more about I2P
|
||||
or easily add some feature.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<h3>{% trans %}Getting Started{% endtrans %}</h3>
|
||||
<p>{% trans url='https://github.com/i2p/i2p.scripts/tree/master/plugin/makeplugin.sh' -%}
|
||||
|
Reference in New Issue
Block a user