RE: simple directory listing

2005-10-28 Thread Ard Schrijvers
It was not meant as a top-level matcher of course. I use this kind of matcher often at the end of of sitemap to match everything that was not matched before, which seems pretty normal to me. Ofcourse, what Geert says, if you have directories, you would use */**, unless dirs are 2 levels deep etc

Re: simple directory listing

2005-10-28 Thread Sylvain Wallez
Geert Josten wrote: Note that is totally useless, as it matches everything! Ard probably meant .. :-) Doh, you're right! I have a special brain matcher for "match pattern='**'" that automatically triggers this answer without reading much further ;-) Sylvain -- Sylvain Wallez

Re: simple directory listing

2005-10-28 Thread Geert Josten
Note that is totally useless, as it matches everything! Ard probably meant .. :-) G. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: simple directory listing

2005-10-28 Thread Sylvain Wallez
Ard Schrijvers wrote: Something like Note that is totally useless, as it matches everything! A sitemap does not need to have matchers as top-level instructions. Sy

RE: simple directory listing

2005-10-28 Thread Ard Schrijvers
ctory has no sitemap > create a simple directory listing like so: > > > > otherwise > call the requests sitemap.xmap > end > end > > as you can see, i need help with three things - defining the source, > defining the match, a

simple directory listing

2005-10-26 Thread Jason Dusek
what's the right way to implement the following: if the request is a directory if the directory has no sitemap create a simple directory listing like so: otherwise call the requests sitemap.xmap end end as you can see, i need help