Re: [ann] couchapp 0.8.0 is out

2011-05-08 Thread Benoit Chesneau
On Mon, May 9, 2011 at 12:17 AM, Andrew Stuart (SuperCoders) wrote: > It's still a little unclear to me - is couchapp a tool for developing > couchdb applications locally and automatically deploying them to a couchdb > server, or is couchapp the concept of developing applications in which there >

Re: [ann] couchapp 0.8.0 is out

2011-05-08 Thread Dave Cottlehuber
On 9 May 2011 10:17, Andrew Stuart (SuperCoders) wrote: > It's still a little unclear to me - is couchapp a tool for developing > couchdb applications locally and automatically deploying them to a couchdb > server, or is couchapp the concept of developing applications in which there > is no middle

Re: how to change the default content-type

2011-05-08 Thread Alexander Shorin
This is not a problem due to you haven't specified the Accept header and not defined preferable content type. According HTTP specification [1] section 14.1, if there is no acceptable content-type then assume that client supports all media types. AFAIK, http work with mime types based on another spe

Re: how to change the default content-type

2011-05-08 Thread István
This is why i asked about the _default_ in my email, I don't want to specify it with every request. This is not even nginx but couchdb. You can try it yourself talking to couchdb without a reverse proxy. On Sat, May 7, 2011 at 5:40 PM, Alexander Shorin wrote: > Try to pass "Accept: application/

Re: how to change the default content-type

2011-05-08 Thread István
This is why it would be good to able to configure the __default__ behavior. On Sat, May 7, 2011 at 7:54 PM, Benoit Chesneau wrote: > On Sat, May 7, 2011 at 6:12 PM, István wrote: > > $ curl -D - -X GET -H "Content-Type: application/json" > > http://couch.nohup.hu/nohup_urls/c08b5c2c03d31ee767a

Re: [ann] couchapp 0.8.0 is out

2011-05-08 Thread Andrew Stuart (SuperCoders)
It's still a little unclear to me - is couchapp a tool for developing couchdb applications locally and automatically deploying them to a couchdb server, or is couchapp the concept of developing applications in which there is no middle tier between client and couchdb? Or is couchapp not two

Re: [ann] couchapp 0.8.0 is out

2011-05-08 Thread Kinley Dorji
Cool. Thanks Benoit. On Sun, May 8, 2011 at 8:58 PM, Benoit Chesneau wrote: > Hi all, > > Quick mail to announce the release of couchapp 0.8.0 today.. Couchapp is > a simple tool designed to structure standalone CouchDB application > development for maximum application portability. > > You can do

[ann] couchapp 0.8.0 is out

2011-05-08 Thread Benoit Chesneau
Hi all, Quick mail to announce the release of couchapp 0.8.0 today.. Couchapp is a simple tool designed to structure standalone CouchDB application development for maximum application portability. You can download it on github [1] or just install it as usual via pypi [2]. More informations about