]> sipb.mit.edu Git - ikiwiki.git/commitdiff
response
authorJoey Hess <joey@kitenet.net>
Tue, 16 Nov 2010 19:03:03 +0000 (15:03 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 16 Nov 2010 19:03:03 +0000 (15:03 -0400)
doc/forum/PageSpec_results_from_independent_checkout.mdwn

index 6b2fd6df072858ff79471006f0bc37fb2a975661..693287d2bdcfae6b3830065a34f9ce836ea5be84 100644 (file)
@@ -3,3 +3,6 @@ I'd like to be able to do PageSpec matches independent of the Ikiwiki checkout,
     perl -MIkiWiki -le '$config{wikistatedir}=".ikiwiki"; IkiWiki::loadindex(); print foreach pagespec_match_list("", shift)' "bugs/*"
 
 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
     perl -MIkiWiki -le '$config{wikistatedir}=".ikiwiki"; IkiWiki::loadindex(); print foreach pagespec_match_list("", shift)' "bugs/*"
 
 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
+
+> It's not possible to build up enough state without at a minimum
+> performing the scan pass of rendering on every page. --[[Joey]]