Index: trunk/doc-rnd/index.html =================================================================== --- trunk/doc-rnd/index.html (revision 1761) +++ trunk/doc-rnd/index.html (revision 1762) @@ -42,8 +42,10 @@ [cycdrag] cycle drag; with additional feature: negative box select [mods] modularize the code to reduce core size - for comparison, previous stats: 1.0.8 [unglib] remove glib dependency from core +[io_*] .pcb and .fp file format plugins settings minor changes in default settings + I have plans on my TODO list - these have lower priority Index: trunk/doc-rnd/io.html =================================================================== --- trunk/doc-rnd/io.html (nonexistent) +++ trunk/doc-rnd/io.html (revision 1762) @@ -0,0 +1,23 @@ + + +

pcb-rnd - the [io_*] patches

+ +Mainline PCB core was coupled with the file format; the [io] patch set is +an effort to decouple any file design I/O from core. The original file format +(plain text .pcb and .fp) lives on as plugin called io_pcb. + +

+TODO + +

save/load and compatibility

+Not affected when io_pcb is used and .pcb or .fp files are loaded or saved. +

+Using other io_* implementations will obviously result in files that are +incompatible with mainline pcb (unless mainline pcb learns how to load those +formats). + +

plans

+The project is still in an early phase. + + +