> Formatting a view is done with a *`list`* function.
> http://docs.couchdb.org/en/latest/couchapp/ddocs.html#list-functions
>> Yes, it looks like "list" is what I am looking for. I am very new with
>> CouchDB and just using Fauxton. I don’t see there any method of creating
>> list under Design Document (it does allow me to create views, however). How
>> do you create this manually, via Fauxton, if possible? Thanks!
You could create them by editing the design document JSON directly, but it
would a pain.
Instead I recommend using command line commands to convert a tree of files and
folders into a design document.
There are several of them. Here is one I use:
https://github.com/couchapp/couchapp
Regards,
Aurélien