Index: trunk/doc-rnd/mods/gen.sh =================================================================== --- trunk/doc-rnd/mods/gen.sh (revision 1113) +++ trunk/doc-rnd/mods/gen.sh (revision 1114) @@ -42,11 +42,24 @@ clr = "bgcolor=\"lightgreen\"" else if ((st ~ "fail") || (st ~ "disable")) clr = "bgcolor=\"red\"" + else + clr="" print "" st if (DB["lstate"] != "") print "
(" strip(DB["lstate"]) ")" - print "" DB["default"] + + dfl = DB["default"] + if (dfl ~ "buildin") + clr = "bgcolor=\"lightgreen\"" + else if (dfl ~ "plugin") + clr = "bgcolor=\"yellow\"" + else if ((dfl ~ "fail") || (dfl ~ "disable")) + clr = "bgcolor=\"red\"" + else + clr="" + + print "" dfl if (DB["ldefault"] != "") print "
(" strip(DB["ldefault"]) ")" print "" desc Index: trunk/doc-rnd/mods/index.html =================================================================== --- trunk/doc-rnd/mods/index.html (revision 1113) +++ trunk/doc-rnd/mods/index.html (revision 1114) @@ -1,67 +1,70 @@ - +
+
module size [sloc] status configure
default
description + +
autoplace 604 works - buildin + buildin Automatically place elements.
autoroute 4172 works - buildin + buildin Automatically route selected or all rats. This is the original autorouter.
dbus 438 disabled
(TODO: needs scconfig support) -
disabled + disabled Remote control PCB using DBUS.
djopt 2312 works - buildin + buildin Various board optimization algorithms.
edif 3575 works - buildin + buildin Import code for netlists in the EDIF format.
gpmi 8881 works - buildin + buildin
(if gpmi is installed)
Scriptable plugin system with about 10 scripting languages supported and dynamic load/unload of scripts that can manipulate the GUI, the board, can implement exporters, etc.
import_sch 252 works - buildin + buildin Imports element and netlist data from the schematics (or some other source).
mincut 884 works - buildin + buildin Use the minimal cut algorithm to indicate shorts: instead of highlighting two random pins/pads, try to highlight the least number of objects that connect the two networks.
oldactions 50 works - disabled + disabled Random collection of old/obsolete actions. Bell(): audible feedback; DumpLibrary(): print footprint library on stdout
puller 1876 works - buildin + buildin Pull traces to minimize their length.
renumber 212 works - buildin + buildin Renumber elements (renaming them) and generate a text file for back annotation.
stroke 123 partially works (doesn't work with lesstif; works with the gtk hid, but there's no zoom bindings) - buildin + buildin
(requires libstroke installed)
Gesture recognition with libstroke.
toporouter @@ -68,12 +71,12 @@ 6159 fails
(infinite loop in gts) -
disabled + disabled Automatically route selected or all rats using a topological algorithm. This is the new autorouter from 2009.
vendordrill 564 works - buildin + buildin Vendor drill mapping.
Index: trunk/doc-rnd/mods/pre.html =================================================================== --- trunk/doc-rnd/mods/pre.html (revision 1113) +++ trunk/doc-rnd/mods/pre.html (revision 1114) @@ -1,3 +1,6 @@ - +
+
module size [sloc] status configure
default
description + +