diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-20 08:17:12 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-20 08:17:12 +0000 |
commit | 4e4b43898742c78fbd0e8d0281f2297ba8239a8e (patch) | |
tree | 8200105ffb71907e01ee19f2d2e083a94c014c0f | |
parent | 13bd24dadab18ac6d4769fb168d815549f45de9b (diff) |
web commit by http://ethan.betacantrips.com/: wishlist request
-rw-r--r-- | doc/todo/pagespec_expansions.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/pagespec_expansions.mdwn b/doc/todo/pagespec_expansions.mdwn new file mode 100644 index 000000000..58c622f7c --- /dev/null +++ b/doc/todo/pagespec_expansions.mdwn @@ -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 |