Commit Briefs


Omar Polo

use move from File::Copy instead of rename

i was reminded that rename doesn't work across filesystems. `move' from File::Copy attempts to use rename and falls back to a copy+unlink, which is the thing we need.


Omar Polo

pledge and unveil the scripts


Omar Polo

drop needless mkdirs



Omar Polo

move some common code in a module


Omar Polo

some tweaks to the generated HTML




Omar Polo

split the index over multiple pages


Omar Polo

specify the width for the logo


Omar Polo

use nested list for the threading

more idiomatic and works better on text browsers too!


Omar Polo

initial import