Index: trunk/doc-rnd/index.html =================================================================== --- trunk/doc-rnd/index.html (revision 305) +++ trunk/doc-rnd/index.html (revision 306) @@ -24,6 +24,11 @@ [flagcomp] unknown flag compatibility [mincut] minimal cut based warnings on shorts [debian] Debian packaging the binaries configured to my own taste +[scconfig] use scconfig instead of autotools +[pcb-fp] generic parametric footprints; on-the-fly footprint generation by external tools written in any language (remove m4 hardwirings) + + + I have plans on my TODO list - these have lower priority Index: trunk/doc-rnd/pcb-fp.html =================================================================== --- trunk/doc-rnd/pcb-fp.html (nonexistent) +++ trunk/doc-rnd/pcb-fp.html (revision 306) @@ -0,0 +1,31 @@ + + +

pcb-rnd - the [pcb-fp] patch

+ +Pcb-fp is an effort to clean up the footprint situation: + + + +

save/load and compatibility

+Save/load files are not affected. If a schematics is written for the new +library and depends on parametric footprints: + + +

plans

+ +Finish gsch2pcb-rnd. + + + Index: trunk/doc-rnd/polygrid.html =================================================================== --- trunk/doc-rnd/polygrid.html (nonexistent) +++ trunk/doc-rnd/polygrid.html (revision 306) @@ -0,0 +1,17 @@ + + +

pcb-rnd - the [polygrid] patch

+ +Polygrid adds an option to the ps exporter to fill polygons with a grid +of horizontal and vertical lines instead of full fill. When toner transfer +is used or test prints are produced, the grid may save some toner. + +

save/load and compatibility

+Not affected. + +

plans

+Fix bugs. +

+No (feature) plans - this feature is fully implemented. + + Index: trunk/doc-rnd/scconfig.html =================================================================== --- trunk/doc-rnd/scconfig.html (nonexistent) +++ trunk/doc-rnd/scconfig.html (revision 306) @@ -0,0 +1,15 @@ + + +

pcb-rnd - the [scconfig] patch

+ +Pcb-rnd uses scconfig +for ./configure instead of autotools. Scconfig is smaller and easier +to maintain. + +

save/load and compatibility

+Not affected. + +

plans

+No plans - this feature is almost fully implemented. + +