File: index.html

package info (click to toggle)
pcb-rnd 3.1.7b-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,108 kB
  • sloc: ansic: 213,400; yacc: 6,241; sh: 4,698; awk: 3,016; makefile: 2,254; lex: 1,166; python: 519; xml: 261; lisp: 154; tcl: 67; perl: 34; javascript: 6; ruby: 5
file content (36 lines) | stat: -rw-r--r-- 1,382 bytes parent folder | download | duplicates (4)
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>