[22:11]<midnightmonster> does it make sense that notfound_action defined in Root would be run whenever something's not found, even if it's, e.g., /foo/bar where foo exists and doesn't inherit from Root but bar doesn't exist? [22:31]<zumbrunn> yes, it's by design [22:31]<zumbrunn> notfound always resolves to root [22:32]<midnightmonster> ok. so notfound elsewhere has no effect? [22:32]<midnightmonster> (unless root inherits from 'elsewhere') [22:32]<zumbrunn> except in a prototype that Root inherits from, yes [22:32]<zumbrunn> right [22:33]<midnightmonster> ok [22:33]<midnightmonster> now that's all straight, I have an arbitrary-depth wiki in about 60 lines of code [22:34]<midnightmonster> (i.e., not just /foo names allowed, but if /foo exists also /foo/bar) [23:01]<midnightmonster> and /notexist is a normal error page with a link to /notexist/edit, which is where you can create the page [23:06]<midnightmonster> because for some reason that's the way I think it ought to be :-)