Commits
Commit:
de557185bc5f862ef773205dd8fb0f659bb4c1c2
Date:
Fri Aug 26 22:03:55 2022
UTC
refactor the parsing into the module
change the mscan format string to siplify the parsing, and refactor
the parsing code into the module for reuse.
pe is an exception in that it doesn't care about the format string, it
just need to decide if the current line starts a new thread or not,
that's why it doesn't use the newly introduced `parse'. The new
format simplifies pe too though.
Commit:
f5f6f5109183162e82418fdde7746584e28cf45d
Date:
Fri Aug 26 15:30:01 2022
UTC
sync default value
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.
Omar Polo