1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<html>
<body>
<h1> pcb-rnd - plugin development </h1>
<h2> basics </h2>
<ul>
<li> <a href="terms.html">terminology</a>
<li> when to create a <a href="new_plugin.html">new plugin</a>
<li> plugin <a href="naming.html">naming conventions</a>
<li> how to <a href="core_simple.html">create a new plugin</a>
<li> explanation of the <a href="api.html">basic API skeleton</a> and plugin initialization process
<li> syntax of <a href="pup.html">pup files</a>
<li> variables in <a href="tmpasm_vars.html">tmpasm files</a>
<li> standard <a href="cookie.html">plugin cookies</a>
<li> how to <a href="actions.html">create actions</a>
<li> how to <a href="menu.html">create per plugin menu items</a>
</ul>
<h2> advanced topics </h2>
<ul>
<li> how to <a href="events.html">bind pcb-rnd events</a>
<li> how to get notified about <a href="conf_chg.html">config node change</a>
<li> how to create <a href="conf.html">local plugin config</a>
<li> how to create <a href="conf_file.html">default config file</a>
<li> how to register an <a href="io.html">I/O handler</a>
</ul>
<h2> external plugins </h2>
<ul>
<li> why <b>not</b> to create <a href="ext_dont.html">an external plugin</a>
<li> how to create an external plugin - <a href="ext_fungw.html">as fungw plugin </a>
<li> how to create an external plugin - <a href="ext_pup.html">as a puplug plugin </a>
</ul>
</body>
</html>
|