Commits
Commit:
fa7e89c3a3ff24645d28f6b2f42f6086b4a0b141
Date:
Mon Aug 29 14:13:31 2022
UTC
do a round of optipng on the images to save some bytes
Commit:
2c580f18480a34e2b8cad4c3a9be70d74304adbf
Date:
Mon Aug 29 14:06:08 2022
UTC
bundle the images and drop the hard dependency on imagemagick
Commit:
548e77d36c4cff39559ce6d6d08d31bbfcc5528a
Date:
Fri Aug 26 15:29:56 2022
UTC
drop trailing slash
Commit:
4632ac23dae2cd5ea3f71da2f6fa67ee4d8045e4
Date:
Fri Aug 26 15:29:28 2022
UTC
needless trailing slash
Commit:
9ad9e8a1456055381d361b86167a8ec409be6e80
Date:
Fri Aug 26 15:22:39 2022
UTC
less chatty
Commit:
19a4c72c800ff0275dc319c36f3044cbab5d6da6
Date:
Fri Aug 26 15:21:23 2022
UTC
change MDIR and OUTDIR defaults
Commit:
a53202dfdbe51b361a5ea636c8922515dbfeac8f
Date:
Thu Aug 25 09:50:47 2022
UTC
don't export the mbox
this wasn't a good idea as the mbox contains sensitive data (IP
addresses, hostnames and whatnot). Not good to publish on the web.
Reminded by Stefan
Commit:
30f047cf5c2409df4fe2336dbeed17b2369a70f3
Date:
Thu Aug 25 09:12:39 2022
UTC
simplify the makefile
move the logic of the export to gotmarc, where it's easier to set up
the correct env.
While here improve the makefile to generate the images and the copy
the style only if needed.
Commit:
27363023e413886fbe0851562fd1f02be2467d98
Date:
Thu Aug 25 08:58:12 2022
UTC
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)
Commit:
9be16529762ce73397c514c8b5527464353c74e2
Date:
Wed Aug 24 15:20:17 2022
UTC
move the html version of the mail under mail/
Commit:
28ebc168d009ad4283df12fa2ac781d1d6cdd6cb
Date:
Wed Aug 24 15:18:40 2022
UTC
split the index over multiple pages
Commit:
1f8b897b407a9c056f634821597b63f2d49e1239
Date:
Wed Aug 24 14:28:36 2022
UTC
pass -f to gzip...
Commit:
00442e5327d388684d9ee8e43adb114b9380cae4
Date:
Wed Aug 24 13:07:41 2022
UTC
add `gzip' target to recursively compress the generated pages
should save some bandwith when used with httpd(8)' gzip-static; added
as a makefile target for ease of memory.
Commit:
52bed3af6f97d2fceb2a46b868bb87de965eb24d
Date:
Wed Aug 24 13:06:32 2022
UTC
crank up From: truncation limit
Commit:
84989e10fb9698b366551500ae77fdef784f4d92
Date:
Wed Aug 24 10:40:57 2022
UTC
export also the body of the message
Omar Polo