On Wed, Oct 14, 2009 at 10:08 AM, Benoit Chesneau <[email protected]> wrote: > Hi all, > > Has someone already worked on a couchapp handler for couchdb ? The > main goal of this handler would be browsing dbs an design docs > containing a "couchapp" member and give the list in result. (something > like {"db", "designname", "title", 'url"} . I would be interrested in > such thing. i could wrote mine but if it already exists .... > > Technically my idee was maintening list of couchapps with ets, and > update this list on db changes using such thing : > https://issues.apache.org/jira/browse/COUCHDB-508 . > > I'm forwarding this to user@ too since it could interrest them too. > (having a couchapp/desktop) ml on apache would be good definitly. >
There is some code in jquery.couch.js which can list the set of available applications in a DB by looking for all design docs that have an index.html or an index pointer. Chris > - benoƮt > -- Chris Anderson http://jchrisa.net http://couch.io
