]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/PageSpec_results_from_independent_checkout.mdwn
Assume that every page has been scanned by the time the scan phase ends
[git.ikiwiki.info.git] / doc / forum / PageSpec_results_from_independent_checkout.mdwn
1 I'd like to be able to do PageSpec matches independent of the Ikiwiki checkout, but at best I'm currently restricted to copying over and using whatever is in the indexdb with this approach:
3     perl -MIkiWiki -le '$config{wikistatedir}=".ikiwiki"; IkiWiki::loadindex(); print foreach pagespec_match_list("", shift)' "bugs/*"
5 I get the impression there's a way to build up enough state to run pagespec matches without doing any rendering, but I don't know how. Any ideas? -- JoeRayhawk
7 > It's not possible to build up enough state without at a minimum
8 > performing the scan pass of rendering on every page. --[[Joey]]