Differences
This shows you the differences between two versions of the page.
plugins:development.reference_plugin [2009/03/27 17:41] Linegod |
plugins:development.reference_plugin [2019/10/29 15:16] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Reference Plugins ====== | ====== Reference Plugins ====== | ||
+ | FIXME The reference plugin is under development. Nothing to see here yet. | ||
The [[plugin:reference|Reference Plugin(s)]] are generic plugins that implement key pieces of the [[plugins:architecture|Plugin Architecture]] (PA). | The [[plugin:reference|Reference Plugin(s)]] are generic plugins that implement key pieces of the [[plugins:architecture|Plugin Architecture]] (PA). | ||
Line 89: | Line 90: | ||
===== File Structure ===== | ===== File Structure ===== | ||
+ | All plugin files should reside under the plugin directory - in these examples 'ref_one'. | ||
+ | |||
+ | <file> | ||
+ | ref_one/ | ||
+ | docs/ | ||
+ | CHANGELOG | ||
+ | images/ | ||
+ | mylogo.png | ||
+ | html/ | ||
+ | LICENSE | ||
+ | README | ||
+ | index.php | ||
+ | setup.php | ||
+ | </file> |