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 041C86E39 for ; Sun, 17 Jul 2011 23:43:04 +0000 (UTC) Received: (qmail 97108 invoked by uid 500); 17 Jul 2011 23:43:02 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 97049 invoked by uid 500); 17 Jul 2011 23:43:01 -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 97041 invoked by uid 99); 17 Jul 2011 23:43:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jul 2011 23:43:01 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alex.barbalex@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jul 2011 23:42:56 +0000 Received: by vxj12 with SMTP id 12so1971101vxj.11 for ; Sun, 17 Jul 2011 16:42:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=hfxOCtPoTOMJbdYbjv5FK44tAQzg0Bnml26uvzNJH70=; b=QfZmhmUGHBUnJfZFEpiuCh5KjAnJQkVUYcnKjrE1hSrvDDe3cgqUo3USdP787F4U6Q sa/h7IzrFPlgBkBduKHeJVa9zvEP92gjW2FMsUUXW6oN+Eg9ISpg0PIQe9JvMR9hfIlq A4tBkvn41PVdu1/UE2tgMmW+dtiwfE+4yjHWs= MIME-Version: 1.0 Received: by 10.52.89.147 with SMTP id bo19mr5886088vdb.523.1310946155298; Sun, 17 Jul 2011 16:42:35 -0700 (PDT) Sender: alex.barbalex@gmail.com Received: by 10.52.181.202 with HTTP; Sun, 17 Jul 2011 16:42:35 -0700 (PDT) In-Reply-To: References: Date: Mon, 18 Jul 2011 01:42:35 +0200 X-Google-Sender-Auth: _264jhYGDbT-zoRkkf8Rx2wstSk Message-ID: Subject: Re: Run Local Button - Improving End User Experience From: Alexander Gabriel To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf3071c690e7fe5904a84c6fbf --20cf3071c690e7fe5904a84c6fbf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Ryan First: I have spent some time developing a couchapp now but I am biologist and still a beginner programmer. So if tehre is a stupid mistake one can make, I'm sure to do it. I replicated takeout into my couchapp, edited _design/takeout and added takeout.js. Then I inserted a reference to takeout.js plus the function and the html to present some explaining text and the link to download in a page of my couchapp. I then had to change line 41 in takeout.js to this: $this.append(''+ linkText + ''); ../../ because my document that links in in _show. That can vary in any couchapp. Now I get this error when the page loads: SCRIPT5007: F=C3=BCr die Eigenschaft "_trigger" kann kein Wert abgerufen we= rden: Das Objekt ist Null oder undefiniert jquery.mobile.js, Zeile 2515 Zeichen 3I also had to include ../takeout though. I believe that is a mistake in takeout.js. Alex 2011/7/17 Ryan Ramage > Desktop integrated couchapps, couchapp installers, and local/remote sync > management, from a link in your existing couchapp, now a reality :) > > Ok, at a very alpha, but functional stage. win and macosx support (still > need a linux couch 1.1.0 binary). > > Follow the readme to try out: > https://github.com/ryanramage/couchapp-takeout > > Feedback, ideas welcome! > > Ryan > --20cf3071c690e7fe5904a84c6fbf--