TurboGears 0.8 can do /blog/2005/1/1 using the default method.
Hopefully, TurboGears 0.9 will support positional parameters
universally. (The future TurboGears version that includes CherryPy 2.2
will definitely do it.)

So, the mechanism is there. It's just defined in Python and not in a
separate config file. (A bonus, in my book.)

Kevin

On 11/12/05, Levi <[EMAIL PROTECTED]> wrote:
>
> One advantage I hear cited frequently is "RESTful" URLs are "a good
> thing". Personally, I have no idea. I haven't been pushed into REST.
>
> Another advantage is search engine optimization. Generally search
> engines (their indexers really) won't crawl dynamic content.
>
> For example, don't expect http://foo.com/blog/viewEntry?date=1/1/2005
> to get indexed. If indexing is important, you'd have much better
> chances with something like this http://foo.com/blog/2005/1/1/
>
> If you're interested Google explains all somewhere in here:
> http://www.google.com/webmasters
>
>


--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com

Reply via email to