Index: trunk/doc/developer/mods3/index.html =================================================================== --- trunk/doc/developer/mods3/index.html (revision 15439) +++ trunk/doc/developer/mods3/index.html (revision 15440) @@ -95,12 +95,12 @@ works buildin feature - Reduce the board dimensions to just enclose the elements. + Reduce the board dimensions to just enclose the objects on the board. autoplace835 works buildin feature - Automatically place elements. + Automatically place subcircuits. autoroute4504 works buildin @@ -241,7 +241,7 @@ works buildin export - Template based export of XY centroid element data e.g. for pick & place. + Template based export of XY centroid subcircuit data e.g. for pick & place. extedit305 works buildin @@ -256,7 +256,7 @@ WIP buildin fp - Footprint: load a board and expose all the unique elements on that board as a footprint library + Footprint: load a board and expose all the unique subcircuits on that board as a footprint library fp_fs423 works buildin @@ -351,7 +351,7 @@ works buildin import - Imports element and netlist data from the schematics (or some other source). + Imports footprints and netlist data from the schematics (or some other source). import_tinycad150 works buildin @@ -376,17 +376,17 @@ works buildin io - Load and save the design and elements in Kicad's s-expression format - this is the new, currently preferred format in Kicad. + Load and save the design and footprints in Kicad's s-expression format - this is the new, currently preferred format in Kicad. io_kicad_legacy1708 works buildin io - Export the design and elements in Kicad's legacy format. + Export the design and footprints in Kicad's legacy format. io_lihata3551 works buildin io - Load and save the design and elements in the lihata board format. + Load and save the design and footprints in the lihata board format. io_mentor_cell386 WIP disable @@ -396,7 +396,7 @@ works buildin io - Load and save the design and elements in the original pcb text format. + Load and save the design and footprints in the original gEDA/PCB text format. io_tedax889 works buildin @@ -516,7 +516,7 @@ works buildin feature - Renumber elements (renaming them) and generate a text file for back annotation. + Renumber subcircuits (renaming them) and generate a text file for back annotation. report1202 works buildin @@ -541,7 +541,7 @@ works buildin feature - Improve the initial dispersion of elements by choosing an order based on the netlist, rather than the arbitrary element order. This isn't the same as a global autoplace, it's more of a linear autoplace. It might make some useful local groupings. For example, you should not have to chase all over the board to find the resistor that goes with a given LED. + Improve the initial dispersion of subcircuits by choosing an order based on the netlist, rather than the arbitrary subcircuit order. This isn't the same as a global autoplace, it's more of a linear autoplace. It might make some useful local groupings. For example, you should not have to chase all over the board to find the resistor that goes with a given LED. stroke141 partially works (doesn't work with lesstif, works with the gtk hid, but there's no zoom bindings) disable