Commit Briefs

Omar Polo

style


Omar Polo

use File::Temp for the index pages; specify why it's not using tmppath

we can't use the tmppath pledge promise as File::Temp checks whether /tmp exists. We could unveil("/tmp", "r") and use `tmppath', but it seem misleading. (noticed after semarie@ reminded me of `tmppath')


Omar Polo

state the license on each file


Omar Polo

s/entries/threads/g



Omar Polo

create temp files in /tmp and don't allow writes to "."

there's little point to use pledge/unveil and then allow the program to modify itself...





Omar Polo

typo


Omar Polo

style



Omar Polo

style



Omar Polo

s/fixfiles/renderpages/