You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Michael Martinides <mi...@martinides.de> on 2009/11/10 15:11:48 UTC

url mapping

Hello all,

Can some give me a view hints what the status is regarding url mapping? (
https://issues.apache.org/jira/browse/COUCHDB-230 )

I'm interested to built an app with clean / pretty urls, with categories,eg.

/  -> _show
/news/{{ slug }}/  -> _show
/about/{{ slug }}/  -> _show
/browse/page1/ -> _list
etc..

I want to easily replicate without the need reconfiguring local
webservers... i

As far as I understand currently this is only possible with web server
rewrite rules, correct?

Where to start if I would like to do it with couchdb, just write a custom
http_handler?

Keep up the good work!

Cheers,
   >>Michael