Some exports steps are currently much more complex than they should be. I want to break these down in smaller, less complex steps and reduce complexity in the tools used. These steps include:
[x] Generate a "subtarget map" from the sitemap to avoid applying chapter exclusions multiple times (in templates and dependency generation)
[x] Remove exclusion logic from template engine.
[x] Normalize lists, LaTeX, etc. in articles only once. (Do this right after parsing)
[x] Include sections and apply heading exclusions only once. Currently, this is done for every target of mfnf_ex, so at leas four times per article per export.
Some exports steps are currently much more complex than they should be. I want to break these down in smaller, less complex steps and reduce complexity in the tools used. These steps include:
mfnf_ex
, so at leas four times per article per export.