Index: trunk/doc-rnd/mods/gen.sh =================================================================== --- trunk/doc-rnd/mods/gen.sh (revision 1111) +++ trunk/doc-rnd/mods/gen.sh (revision 1112) @@ -36,7 +36,7 @@ END { st = DB["state"] - if (st == "works") + if (st ~ "works") clr = "bgcolor=\"green\"" else if (st ~ "partial") clr = "bgcolor=\"yellow\"" Index: trunk/doc-rnd/mods/index.html =================================================================== --- trunk/doc-rnd/mods/index.html (revision 1111) +++ trunk/doc-rnd/mods/index.html (revision 1112) @@ -3,12 +3,12 @@
autoplace 604 - works + works buildin Automatically place elements.
autoroute 4172 - works + works buildin Automatically route selected or all rats. This is the original autorouter.
dbus @@ -19,48 +19,48 @@ Remote control PCB using DBUS.
djopt 2312 - works + works buildin Various board optimization algorithms.
edif 3575 - works + works buildin Import code for netlists in the EDIF format.
gpmi 8881 - works + works 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 + works buildin Imports element and netlist data from the schematics (or some other source).
mincut 884 - works + works 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 + works disabled Random collection of old/obsolete actions. Bell(): audible feedback; DumpLibrary(): print footprint library on stdout
puller 1876 - works + works buildin Pull traces to minimize their length.
renumber 212 - works + works 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) + partially works (doesn't work with lesstif; works with the gtk hid, but there's no zoom bindings) buildin
(requires libstroke installed)
Gesture recognition with libstroke. @@ -72,7 +72,7 @@ Automatically route selected or all rats using a topological algorithm. This is the new autorouter from 2009.
vendordrill 564 - works + works buildin Vendor drill mapping.