Reviewed plugins.
This commit is contained in:
@ -86,7 +86,7 @@ Plugins are a great way to learn more about I2P or easily add some feature.
|
|||||||
<h3>Getting Started</h3>
|
<h3>Getting Started</h3>
|
||||||
To create a plugin from an existing binary package you will need to get
|
To create a plugin from an existing binary package you will need to get
|
||||||
makeplugin.sh from
|
makeplugin.sh from
|
||||||
<a href="http://stats.i2p/cgi-bin/viewmtn/branch/head/browse/i2p.scripts/plugin/makeplugin.sh">the i2p.scripts branch in monotone</a>.
|
<a href="http://trac.i2p2.de/browser/plugin/makeplugin.sh?rev=776519571fda0689ef09c42f66e7398f30432e87">the i2p.scripts branch in monotone</a>.
|
||||||
|
|
||||||
|
|
||||||
<h3>Known Issues</h3>
|
<h3>Known Issues</h3>
|
||||||
@ -98,23 +98,23 @@ Updates of a plugin with included jars (not wars) won't be recognized if the plu
|
|||||||
it requires class loader trickery to flush the class cache;
|
it requires class loader trickery to flush the class cache;
|
||||||
a full router restart is required.
|
a full router restart is required.
|
||||||
<li>
|
<li>
|
||||||
Automatic updates (and check-for-updates) unimplemented.
|
Automatic updates (and check-for-updates) are currently unimplemented.
|
||||||
<li>
|
<li>
|
||||||
Stop button displayed even if there is nothing to stop.
|
The stop button is displayed even if there is nothing to stop.
|
||||||
<li>
|
<li>
|
||||||
Plugins running in a separate JVM create a logs/ directory in $CWD.
|
Plugins running in a separate JVM create a logs/ directory in $CWD.
|
||||||
<li>
|
<li>
|
||||||
No initial keys except for jrandom and zzz (using same keys as for router update),
|
No initial keys are present, except for jrandom and zzz (using the same keys as for router update),
|
||||||
so the first key seen for a signer is automatically accepted - there is no signing key authority.
|
so the first key seen for a signer is automatically accepted - there is no signing key authority.
|
||||||
<li>
|
<li>
|
||||||
When deleting a plugin, the directory is not always deleted, especially on Windows.
|
When deleting a plugin, the directory is not always deleted, especially on Windows.
|
||||||
<li>
|
<li>
|
||||||
Installing a plugin requiring Java 1.6 on a Java 1.5 machine will result in a "plugin is corrupt"
|
Installing a plugin requiring Java 1.6 on a Java 1.5 machine will result in a "plugin is corrupt"
|
||||||
message if pack200 is used.
|
message if pack200 compression of the plugin file is used.
|
||||||
<li>
|
<li>
|
||||||
Theme and translation plugins are untested.
|
Theme and translation plugins are untested.
|
||||||
<li>
|
<li>
|
||||||
Disabling autostart doesn't always work
|
Disabling autostart doesn't always work.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Reference in New Issue
Block a user