Commit Briefs

Omar Polo

update the README


Omar Polo

parallelize exporting

mexp is the slowest part of the pipeline. Try to speed it up by paralellizing it. this adds a `pe' scripts that sits in front on N mexp childs and dispatch threads to them, while still outputting the unchanged lines for mkindex. Unscientific testing has shown that this effectively reduces the time for a full export, even if not linearly. (4 jobs cut the time in half, 8 jobs was just barely faster)


Omar Polo

tweak link text in footer


Omar Polo

assert that $tid is defined


Omar Polo

grammar and clarifications


Omar Polo

add a note about updates


Omar Polo

clarify the licensing



Omar Polo

fix color in dark mode



Omar Polo

styling for the navigation bar


Omar Polo

split the index over multiple pages


Omar Polo

pass -f to gzip...


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!