aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/PageSpec_results_from_independent_checkout.mdwn
diff options
context:
space:
mode:
authorJoeRayhawk <JoeRayhawk@web>2010-10-20 06:57:06 +0000
committerJoey Hess <joey@kitenet.net>2010-10-20 06:57:06 +0000
commit372ed18f2806367964ac500ac4f463ad466ca06f (patch)
tree632780e5df527e05b5bf0a4afceda36f8c85bbfa /doc/forum/PageSpec_results_from_independent_checkout.mdwn
parent9b832df0d257e3d358ead63fd865d2a6b1914e19 (diff)
downloadikiwiki-372ed18f2806367964ac500ac4f463ad466ca06f.tar
ikiwiki-372ed18f2806367964ac500ac4f463ad466ca06f.tar.gz
forum: PageSpec results from independent checkout: call for help
Diffstat (limited to 'doc/forum/PageSpec_results_from_independent_checkout.mdwn')
-rw-r--r--doc/forum/PageSpec_results_from_independent_checkout.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/PageSpec_results_from_independent_checkout.mdwn b/doc/forum/PageSpec_results_from_independent_checkout.mdwn
new file mode 100644
index 000000000..6b2fd6df0
--- /dev/null
+++ b/doc/forum/PageSpec_results_from_independent_checkout.mdwn
@@ -0,0 +1,5 @@
+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:
+
+ 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