]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by http://ethan.betacantrips.com/: last request
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 8 Feb 2007 22:25:49 +0000 (22:25 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 8 Feb 2007 22:25:49 +0000 (22:25 +0000)
doc/todo/pagespec_expansions.mdwn

index 8f23633688378a37380cab2ca5e93f7881fdd242..3e94ee214ec138d95629b4256cf9267d03a5ec07 100644 (file)
@@ -133,3 +133,17 @@ and you can see it work at
 >> Cool! I haven't played with it yet, but looking over the patch, I see that
 >> you added another parameter to match_glob, which is an approach that didn't
 >> occur to me. I like it, it's more flexible. --Ethan
+
+One last thing -- could you either change:
+
+                $from=~s!/?[^/]+$!!;
+
+to 
+
+                $from=~s!/?[^/]*$!!;
+
+Or could you put in:
+
+                $glob =~ s!//!/!g;
+
+somewhere? Or should I just add this to my index patch? --Ethan
\ No newline at end of file