Index: doc/developer/plugin_core_simple.html =================================================================== --- doc/developer/plugin_core_simple.html (revision 15429) +++ doc/developer/plugin_core_simple.html (revision 15430) @@ -17,6 +17,10 @@
  • $long long description - used for documantation; no length limitation, but must be a single line
  • $state either works or disabled
  • $lstate [optional] a chance to explain why the value of default is what it is; e.g. why a plugin is disabled +
  • $package when pcb-rnd is packaged for a distribution or OS, which package this plugin should end up in (see also: trunk/doc/developer/packaging/) +
  • $fmt-native only for io_ plugins: whether this format is considered native (see also: io_lihata's pup) +
  • $fmt-feature-r only for io_ plugins: a read/load feature supported by the plugin (multiple entries of this should be added; see also: io_lihata's pup) +
  • $fmt-feature-w only for io_ plugins: a write/save feature supported by the plugin (multiple entries of this should be added; see also: io_lihata's pup)
  • default disable-all or disable or buildin or plugin
  • dep [optional] a single plugin name on which plg depends; multiple dep lines can be added
  • conflict [optional] a single plugin name on which plg conflicts with; multiple dep lines can be added