post-scan hooks
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 25 Jan 2011 18:31:23 +0000 (19:31 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 21 Oct 2019 16:31:07 +0000 (18:31 +0200)
commit2fe54104b8ae434d24d05d0ae4affefd68e52fef
treed25881b0c7c2f2e3c969363cd7b201e4af2c3d9a
parent8e563c097e23141f18c6c5f2444b4f69b3ca62d3
post-scan hooks

During the scan phase plugins can push anonymous functions into the
@post_scan array, to be called after all pages have been scanned.

This allows plugin to run actions between the scanning and building
phase, which is important for pre-render actions that e.g. need to
ensure that pagespec patterns will match correctly.
IkiWiki.pm
IkiWiki/Render.pm