Hi, I am almost complete on a blog engine for myself and have also written import from wordpress. I'm not stuck at mapping the urls. In wordpress I've been using
domain/yyyy/mm/slug as url for posts and domain/page for pages. How do I translate that in web2py? Can this be achieved via parameter based routes or should it be only by pattern-based? Thank you, Joseph