$i
$doctype
$charset
WCI-WWWOFFLE Chunks Index
WWWOFFLE Chunks Index
EOF
#not all ls' have ls -l --time-style=iso, nor all find have -printf, so:
# ls -lr $DIR|awk '$NF=="index.html"{next}
# NF>7{if($6$7$8!=n){printf"--"}else{printf" "};n=$6$7$8;
# printf "%s %2s %s %s\n", $6,$7,$8,$9,$9}' >> $i
#4/2004 above becomes unordered if we ever edit a chunk, so
ls -r|perl -wne 'use POSIX qw(strftime);
next if /^index\.html$/; chomp; $f=$_;
s/(^[[:xdigit:]]{8})-.*/strftime "%a %b %e %H:%M %Y ",
localtime(hex $1)/e && print;
print "$f<\/A>\n";'>> $i
echo '