File: terms.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 (23 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<body>
<h1> pcb-rnd - plugin development - terminology </h1>
<p>
The <b>core</b> is pcb-rnd's core source code that lives in pcb-rnd svn, in
trunk/src. Maintained by the pcb-rnd team.
<p>
A <b>plugin</b> is a small portion of the code.
<p>
<b>Core plugins</b> are those plugins that are in pcb-rnd svn,
in trunk/src_plugins. Maintained by the pcb-rnd team.
<p>
<b>External plugins</b> are those plugins that are written, maintained
and hosted by developers not part of the pcb-rnd team. External plugins
are not hosted in the pcb-rnd svn and are not supported by the pcb-rnd team.
<p>
A core plugin can be <b>disabled</b> (not compiled at all),
static linked (<b>builtin</b>), or dynamically linked (<b>plugin</b>). This is
selected during pcb-rnd ./configure time. An external plugin is always dynamically
linked.

</body>
</html>