From user-return-21767-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Aug 14 17:34:37 2012 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 73DF89675 for ; Tue, 14 Aug 2012 17:34:37 +0000 (UTC) Received: (qmail 44861 invoked by uid 500); 14 Aug 2012 17:34:35 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 44724 invoked by uid 500); 14 Aug 2012 17:34:35 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 44716 invoked by uid 99); 14 Aug 2012 17:34:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2012 17:34:35 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of john.tigernassau@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-ob0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2012 17:34:27 +0000 Received: by obceq6 with SMTP id eq6so804216obc.11 for ; Tue, 14 Aug 2012 10:34:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=jpI+8Ou5wUwh4hhFLOQo7x9Lv0b6Gbv1vsNX1NDiEgU=; b=LhHII6hGVApiMm3Mj0gnM7xFJ3FEvPtx88mXOtkDrz6N4WzeKvsv0ZWnPhUbwoWNof 8d3mTV1mUPX4E/Xz4Z2pCLZuRSzkE39R2bDllYGZRa9z+3h25U1wq98ckPieleIjPqy7 RaLbw72r1v4GWthrvtkxoDyaiYez3h/vU7fSMYmNHLOd2qsUb8RwevcGb30iWHTckKE3 Yvd7ZbHSGEU5QCev/NN48jprqkMEI8NEtwrR2t8Ypw1ZtmSytTOXg1ygig+AX4Q77Jvx /3eJ+b1HiDki+YJjYH5ipfMnnjDcM0AxYMC0ikI2txRE4EhGbvatZ0DWskr5KCqBX1UT txsg== Received: by 10.182.167.101 with SMTP id zn5mr20637421obb.60.1344965647430; Tue, 14 Aug 2012 10:34:07 -0700 (PDT) Received: from [172.16.42.3] (host-72-175-248-86.static.bresnan.net. [72.175.248.86]) by mx.google.com with ESMTPS id ad9sm3259937obc.8.2012.08.14.10.34.06 (version=SSLv3 cipher=OTHER); Tue, 14 Aug 2012 10:34:07 -0700 (PDT) Message-ID: <502A8C0D.4010207@gmail.com> Date: Tue, 14 Aug 2012 11:34:05 -0600 From: "john.tiger" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.6esrpre) Gecko/20120805 Icedove/10.0.6 MIME-Version: 1.0 To: "" Subject: html5 to couchdb without couchapp Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org since couch is REST it should be ideal for html5 jquery mobile apps but I cannot find any articles or tutorials that don't use couchapp (which we don't want to use) - looking for best way to integrate with jquery mobile api (ie should REST calls be done under pageinit ? .... anytime ? .... and also best way to work in security (auth/auth) with jquery mobile. any good sources ? thks.