Index: trunk/doc/user/06_feature/gpmi/rosetta/10_hello/index.html =================================================================== --- trunk/doc/user/06_feature/gpmi/rosetta/10_hello/index.html (revision 8733) +++ trunk/doc/user/06_feature/gpmi/rosetta/10_hello/index.html (revision 8734) @@ -1,4 +1,10 @@ - + + + + pcb-rnd rosetta hello world (text, log) + + + <-- back to the index of Rosetta examples

hello world (text, log)

@@ -53,3 +59,5 @@
  • third is the description that shows up in dumps and helps
  • fourth is the syntax description (also for helps) + + Index: trunk/doc/user/06_feature/gpmi/rosetta/10_hello_gui/index.html =================================================================== --- trunk/doc/user/06_feature/gpmi/rosetta/10_hello_gui/index.html (revision 8733) +++ trunk/doc/user/06_feature/gpmi/rosetta/10_hello_gui/index.html (revision 8734) @@ -1,4 +1,10 @@ - + + + + pcb-rnd rosetta hello world (popup window) + + + <-- back to the index of Rosetta examples

    hello world (popup window)

    @@ -53,3 +59,5 @@
  • third is the description that shows up in dumps and helps
  • fourth is the syntax description (also for helps) + + Index: trunk/doc/user/06_feature/gpmi/rosetta/12_hello_menu/index.html =================================================================== --- trunk/doc/user/06_feature/gpmi/rosetta/12_hello_menu/index.html (revision 8733) +++ trunk/doc/user/06_feature/gpmi/rosetta/12_hello_menu/index.html (revision 8734) @@ -1,4 +1,10 @@ - + + + + pcb-rnd rosetta hello world (popup window + submenu) + + + <-- back to the index of Rosetta examples

    hello world (popup window + submenu)

    @@ -56,3 +62,5 @@
  • third is the description that shows up in dumps and helps
  • fourth is the syntax description (also for helps) + + Index: trunk/doc/user/06_feature/gpmi/rosetta/30_move/index.html =================================================================== --- trunk/doc/user/06_feature/gpmi/rosetta/30_move/index.html (revision 8733) +++ trunk/doc/user/06_feature/gpmi/rosetta/30_move/index.html (revision 8734) @@ -1,4 +1,10 @@ - + + + + pcb-rnd rosetta action: move selected objects + + + <-- back to the index of Rosetta examples

    action: move selected objects

    @@ -72,3 +78,5 @@
  • third is the description that shows up in dumps and helps
  • fourth is the syntax description (also for helps) + + Index: trunk/doc/user/06_feature/gpmi/rosetta/35_export_drill/index.html =================================================================== --- trunk/doc/user/06_feature/gpmi/rosetta/35_export_drill/index.html (revision 8733) +++ trunk/doc/user/06_feature/gpmi/rosetta/35_export_drill/index.html (revision 8734) @@ -1,4 +1,10 @@ - + + + + pcb-rnd rosetta drill list exporter + + + <-- back to the index of Rosetta examples

    drill list exporter

    @@ -69,3 +75,5 @@ fill_circle is the workhorse: check if we have the green light to emit lines, then convert coordinates and diameter to mm and decide what format to use for printing a line for each filled circle.

    Finally, bind all four callbacks to exporter events. + + Index: trunk/doc/user/06_feature/gpmi/rosetta/90_clock/index.html =================================================================== --- trunk/doc/user/06_feature/gpmi/rosetta/90_clock/index.html (revision 8733) +++ trunk/doc/user/06_feature/gpmi/rosetta/90_clock/index.html (revision 8734) @@ -1,4 +1,10 @@ - + + + + pcb-rnd rosetta animated clock on a UI layer + + + <-- back to the index of Rosetta examples

    animated clock on a UI layer

    @@ -59,3 +65,5 @@ fill_circle is the workhorse: check if we have the green light to emit lines, then convert coordinates and diameter to mm and decide what format to use for printing a line for each filled circle.

    Finally, bind all four callbacks to exporter events. + + Index: trunk/doc/user/06_feature/gpmi/rosetta/index.html =================================================================== --- trunk/doc/user/06_feature/gpmi/rosetta/index.html (revision 8733) +++ trunk/doc/user/06_feature/gpmi/rosetta/index.html (revision 8734) @@ -1,4 +1,9 @@ + + + pcb-rnd rosetta + +

    pcb-rnd scripting - Rosetta

    Index: trunk/doc/user/06_feature/gpmi/rosetta/index.templ.html =================================================================== --- trunk/doc/user/06_feature/gpmi/rosetta/index.templ.html (revision 8733) +++ trunk/doc/user/06_feature/gpmi/rosetta/index.templ.html (revision 8734) @@ -1,4 +1,9 @@ + + + pcb-rnd rosetta + +

    pcb-rnd scripting - Rosetta

    Index: trunk/doc/user/06_feature/gpmi/util/rosetta_genpages.sh =================================================================== --- trunk/doc/user/06_feature/gpmi/util/rosetta_genpages.sh (revision 8733) +++ trunk/doc/user/06_feature/gpmi/util/rosetta_genpages.sh (revision 8734) @@ -29,7 +29,13 @@ while((getline < fn_ref) > 0) { REF[$2] = $3 } - print "" + print "" + print "" + print "" + print " pcb-rnd rosetta", name, "" + print " " + print "" + print "" print "" print "<-- back to the index of Rosetta examples" print "

    " name "

    " @@ -65,6 +71,11 @@ { print $0 } + END { + print "" + print "" + } + ' > "$dir/index.html" }