User Tools

Site Tools


01_user_documentation:11_plugin:01_structure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
01_user_documentation:11_plugin:01_structure [2025/11/01 03:45] gaetan01_user_documentation:11_plugin:01_structure [2025/11/01 03:55] (current) gaetan
Line 1: Line 1:
 ====== Structure ====== ====== Structure ======
  
-The structure of a plugin is fixed as the core will always look for the required files following the same pattern. When running GroIMP requires the compiled layout presented belowWhereonly the two files plugin.xml and plugin.propreties are required.+ 
 +Any repository with ''plugin.xml'' and ''plugin.properties'' files is considered as a plugin by GroIMP. 
 +To be properly loadable though, the ''plugin.xml'' needs to include: 
 + 
 +<code xml> 
 +<?xml version="1.0" encoding="UTF-8"?>  
 +<plugin id="your.plugin.id"  
 +version="x.x"  
 +xmlns="http://grogra.de/registry"
 +</code> 
 + 
 +where ''plugin id'' and ''version'' need to be filled with the plugin information. 
  
 =====  ===== =====  =====
01_user_documentation/11_plugin/01_structure.1761965134.txt.gz · Last modified: 2025/11/01 03:45 by gaetan