From 1f67ec12e75e457d4ba39013b93111ab4b9e5b5e Mon Sep 17 00:00:00 2001 From: Sadie Mascis <50714166+Shoalsteed@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:45:33 -0400 Subject: [PATCH] Update plugins.html --- i2p2www/pages/site/docs/plugins.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/i2p2www/pages/site/docs/plugins.html b/i2p2www/pages/site/docs/plugins.html index d2519f98d..8f2719047 100644 --- a/i2p2www/pages/site/docs/plugins.html +++ b/i2p2www/pages/site/docs/plugins.html @@ -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' -%} -- GitLab