Index: doc-rnd/mods/gen.sh =================================================================== --- doc-rnd/mods/gen.sh (revision 1115) +++ doc-rnd/mods/gen.sh (revision 1116) @@ -15,7 +15,7 @@ then echo $n >&2 bn=`basename $n` - echo "$bn" + echo "$bn" sloc $n awk ' /^#/ { @@ -45,7 +45,7 @@ else clr="" - print "" st + print "" st if (DB["lstate"] != "") print "
(" strip(DB["lstate"]) ")" Index: doc-rnd/mods/index.html =================================================================== --- doc-rnd/mods/index.html (revision 1115) +++ doc-rnd/mods/index.html (revision 1116) @@ -4,78 +4,78 @@ module size [sloc] status configure
default description -autoplace +autoplace 604 - works + works buildin Automatically place elements. -autoroute +autoroute 4172 - works + works buildin Automatically route selected or all rats. This is the original autorouter. -dbus +dbus 438 - disabled + disabled
(TODO: needs scconfig support) disabled Remote control PCB using DBUS. -djopt +djopt 2312 - works + works buildin Various board optimization algorithms. -edif +edif 3575 - works + works buildin Import code for netlists in the EDIF format. -gpmi +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 +import_sch 252 - works + works buildin Imports element and netlist data from the schematics (or some other source). -mincut +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 +oldactions 50 - works + works disabled Random collection of old/obsolete actions. Bell(): audible feedback; DumpLibrary(): print footprint library on stdout -puller +puller 1876 - works + works buildin Pull traces to minimize their length. -renumber +renumber 212 - works + works buildin Renumber elements (renaming them) and generate a text file for back annotation. -stroke +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. -toporouter +toporouter 6159 - fails + fails
(infinite loop in gts) disabled Automatically route selected or all rats using a topological algorithm. This is the new autorouter from 2009. -vendordrill +vendordrill 564 - works + works buildin Vendor drill mapping.