I've ditched the usual header for the moment, I think it doesn't help much anyhow.
This page is copyrighted by me, and may be read and transferred by any means only as a whole and including the references to me. I guess that's normal, the writer can chose that of course, maybe Ill make some creative commons stuff one day, of course I have made Free and Open Source software and even hardware designs available!
foreach i [lsort -dict [glob Ldi75/*.wav]] {
foreach k [lsort -dict -decr [glob [file rootname $i].* ]] {
set j [file tail $k]
puts -nonewline "<a href=\"$k\">[file rootname $j]</a> \[<i>[file extension $j]</i>\]
([format "%0.1f" [expr [file size $k]/(1024.0*1024)]] MB) "
}
puts "<br>"
}