User Tools

Site Tools


01_user_documentation:11_plugin

This is an old revision of the document!


Plugins

This section present the plugin management in GroIMP.

Managing plugins

GroIMP plugins are located in directories by default:

  1. /path/where/groimpisinstalled/plugins/
  2. ~/.grogra.de-platform/plugins/

Additionally, it is possible to add a directory with the argument -p /path/to/directory/. (e.g. java -jar core.jar -p /dir/).

When GroIMP starts it will automatically load every plugin in the given paths.

Note: It is possible to ignore a plugin path by adding it to the blacklisted file in ~/.grogra.de-platform/blacklisted.

→ Read more...

Structure

Any repository with a plugin.xml and plugin.properties files is considered as a plugin by GroIMP. To be properly loadable though, the plugin.xml needs to include:

<?xml version="1.0" encoding="UTF-8"?> 
<plugin id="your.plugin.id" 
version="x.x" 
xmlns="http://grogra.de/registry" >

where plugin id and version need to be filled with the plugin information.

→ Read more...

01_user_documentation/11_plugin.1738230887.txt.gz · Last modified: 2025/01/30 10:54 by gaetan