]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by http://ethan.betacantrips.com/: wishlist request
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 20 Jan 2007 08:17:12 +0000 (08:17 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 20 Jan 2007 08:17:12 +0000 (08:17 +0000)
doc/todo/pagespec_expansions.mdwn [new file with mode: 0644]

diff --git a/doc/todo/pagespec_expansions.mdwn b/doc/todo/pagespec_expansions.mdwn
new file mode 100644 (file)
index 0000000..58c622f
--- /dev/null
@@ -0,0 +1,9 @@
+A couple of suggestions for improving the usefulness of pagespecs:
+
+* @ to match [^/]* (i.e. all pages exactly one level below this one)
+* initial ./ to mean "from the page the pagespec is running from".
+  This would require some architectural changes and a change to the
+  interface for pagespec_match. What do you think? I have
+  lots of pages a/b/c.mdwn that inline "a/b/c/*".
+
+--Ethan
\ No newline at end of file