Index: trunk/doc/Autostyle.html =================================================================== --- trunk/doc/Autostyle.html (revision 6930) +++ trunk/doc/Autostyle.html (revision 6931) @@ -5,9 +5,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/Autostyle.sh =================================================================== --- trunk/doc/Autostyle.sh (revision 6930) +++ trunk/doc/Autostyle.sh (revision 6931) @@ -2,7 +2,7 @@ autostyle() { - awk -v "template=$1" ' + awk -v "template=$1" -v "root=$ROOT" ' BEGIN { while((getline < template) > 0) { if (parse_auto(RES, $0)) { @@ -12,7 +12,7 @@ reset_curr = 1 } if (curr != "") - AUTO[curr] = AUTO[curr] $0 "\n" + AUTO[curr] = AUTO[curr] var_subs($0) "\n" if (reset_curr) { curr = "" reset_curr = 0 @@ -20,6 +20,12 @@ } } + function var_subs(s) + { + gsub("[$]ROOT[$]", root, s) + return s + } + function parse_auto(RES, line ,tmp) { if (!(line ~ " -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/datasheet.html =================================================================== --- trunk/doc/datasheet.html (revision 6930) +++ trunk/doc/datasheet.html (revision 6931) @@ -12,9 +12,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/doc.html =================================================================== --- trunk/doc/doc.html (revision 6930) +++ trunk/doc/doc.html (revision 6931) @@ -12,9 +12,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/ba.html =================================================================== --- trunk/doc/features/ba.html (revision 6930) +++ trunk/doc/features/ba.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/cycdrag.html =================================================================== --- trunk/doc/features/cycdrag.html (revision 6930) +++ trunk/doc/features/cycdrag.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/debian.html =================================================================== --- trunk/doc/features/debian.html (revision 6930) +++ trunk/doc/features/debian.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/debian_list.html =================================================================== --- trunk/doc/features/debian_list.html (revision 6930) +++ trunk/doc/features/debian_list.html (revision 6931) @@ -13,9 +13,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/dynstyle.html =================================================================== --- trunk/doc/features/dynstyle.html (revision 6930) +++ trunk/doc/features/dynstyle.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/flagcomp.html =================================================================== --- trunk/doc/features/flagcomp.html (revision 6930) +++ trunk/doc/features/flagcomp.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/fp_wget.html =================================================================== --- trunk/doc/features/fp_wget.html (revision 6930) +++ trunk/doc/features/fp_wget.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/fullscreen.html =================================================================== --- trunk/doc/features/fullscreen.html (revision 6930) +++ trunk/doc/features/fullscreen.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/gpmi.html =================================================================== --- trunk/doc/features/gpmi.html (revision 6930) +++ trunk/doc/features/gpmi.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/grid.html =================================================================== --- trunk/doc/features/grid.html (revision 6930) +++ trunk/doc/features/grid.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/index.html =================================================================== --- trunk/doc/features/index.html (revision 6930) +++ trunk/doc/features/index.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/intconn.html =================================================================== --- trunk/doc/features/intconn.html (revision 6930) +++ trunk/doc/features/intconn.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/io.html =================================================================== --- trunk/doc/features/io.html (revision 6930) +++ trunk/doc/features/io.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/library_t.html =================================================================== --- trunk/doc/features/library_t.html (revision 6930) +++ trunk/doc/features/library_t.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/mincut.html =================================================================== --- trunk/doc/features/mincut.html (revision 6930) +++ trunk/doc/features/mincut.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/negselect.html =================================================================== --- trunk/doc/features/negselect.html (revision 6930) +++ trunk/doc/features/negselect.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/nonetlist.html =================================================================== --- trunk/doc/features/nonetlist.html (revision 6930) +++ trunk/doc/features/nonetlist.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/oldplugins.html =================================================================== --- trunk/doc/features/oldplugins.html (revision 6930) +++ trunk/doc/features/oldplugins.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/onpoint.html =================================================================== --- trunk/doc/features/onpoint.html (revision 6930) +++ trunk/doc/features/onpoint.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/pcb-fp.html =================================================================== --- trunk/doc/features/pcb-fp.html (revision 6930) +++ trunk/doc/features/pcb-fp.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/pcblib.html =================================================================== --- trunk/doc/features/pcblib.html (revision 6930) +++ trunk/doc/features/pcblib.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/polygrid.html =================================================================== --- trunk/doc/features/polygrid.html (revision 6930) +++ trunk/doc/features/polygrid.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/propedit.html =================================================================== --- trunk/doc/features/propedit.html (revision 6930) +++ trunk/doc/features/propedit.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/query.html =================================================================== --- trunk/doc/features/query.html (revision 6930) +++ trunk/doc/features/query.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/res.html =================================================================== --- trunk/doc/features/res.html (revision 6930) +++ trunk/doc/features/res.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/routings.html =================================================================== --- trunk/doc/features/routings.html (revision 6930) +++ trunk/doc/features/routings.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/scconfig.html =================================================================== --- trunk/doc/features/scconfig.html (revision 6930) +++ trunk/doc/features/scconfig.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/settings.html =================================================================== --- trunk/doc/features/settings.html (revision 6930) +++ trunk/doc/features/settings.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/square.html =================================================================== --- trunk/doc/features/square.html (revision 6930) +++ trunk/doc/features/square.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/tostyle.html =================================================================== --- trunk/doc/features/tostyle.html (revision 6930) +++ trunk/doc/features/tostyle.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/features/unglib.html =================================================================== --- trunk/doc/features/unglib.html (revision 6930) +++ trunk/doc/features/unglib.html (revision 6931) @@ -11,9 +11,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/help.html =================================================================== --- trunk/doc/help.html (revision 6930) +++ trunk/doc/help.html (revision 6931) @@ -12,9 +12,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/index.html =================================================================== --- trunk/doc/index.html (revision 6930) +++ trunk/doc/index.html (revision 6931) @@ -12,9 +12,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/irc.html =================================================================== --- trunk/doc/irc.html (revision 6930) +++ trunk/doc/irc.html (revision 6931) @@ -12,9 +12,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/license.html =================================================================== --- trunk/doc/license.html (revision 6930) +++ trunk/doc/license.html (revision 6931) @@ -12,9 +12,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/motivation.html =================================================================== --- trunk/doc/motivation.html (revision 6930) +++ trunk/doc/motivation.html (revision 6931) @@ -12,9 +12,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/myfeature.html =================================================================== --- trunk/doc/myfeature.html (revision 6930) +++ trunk/doc/myfeature.html (revision 6931) @@ -12,9 +12,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo] Index: trunk/doc/news.html =================================================================== --- trunk/doc/news.html (revision 6930) +++ trunk/doc/news.html (revision 6931) @@ -12,9 +12,9 @@ -
Main - News - Doc + Main + News + Doc People Events & timeline pcb-rnd [pcb-rnd logo]