aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-11-16 15:03:03 -0400
committerJoey Hess <joey@kitenet.net>2010-11-16 15:03:03 -0400
commitdaf89f59e61d9091fe27dd8738b40db5fa85a5e6 (patch)
tree53cb2d9809847dde86bd8472ff8a9b83ce031580 /doc
parentec6c1269d251c78d2eef68cb789de6cfc6272464 (diff)
downloadikiwiki-daf89f59e61d9091fe27dd8738b40db5fa85a5e6.tar
ikiwiki-daf89f59e61d9091fe27dd8738b40db5fa85a5e6.tar.gz
response
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/PageSpec_results_from_independent_checkout.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/forum/PageSpec_results_from_independent_checkout.mdwn b/doc/forum/PageSpec_results_from_independent_checkout.mdwn
index 6b2fd6df0..693287d2b 100644
--- a/doc/forum/PageSpec_results_from_independent_checkout.mdwn
+++ b/doc/forum/PageSpec_results_from_independent_checkout.mdwn
@@ -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
+
+> It's not possible to build up enough state without at a minimum
+> performing the scan pass of rendering on every page. --[[Joey]]