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 8D5C68FC5 for ; Wed, 24 Aug 2011 22:23:40 +0000 (UTC) Received: (qmail 46730 invoked by uid 500); 24 Aug 2011 22:23:38 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 46691 invoked by uid 500); 24 Aug 2011 22:23:38 -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 46683 invoked by uid 99); 24 Aug 2011 22:23:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 22:23:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wordituk@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-gw0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 22:23:30 +0000 Received: by gwj15 with SMTP id 15so1770200gwj.11 for ; Wed, 24 Aug 2011 15:23:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=Pqvc91cUWu97qkYCEUE8cJTi/m0uH0sazdns+ispEbg=; b=yIXEZUqLG5ShRBtPKj8N0gP5qWCF0Ilpq+ueAwvSKy9VcWJMLMu/rmaaeO7VjdGArs O88H/+wYUal5X/uObnCGigAG4CqkaDurDk53NGOktk9VX7ks6vstJ7QnOMUVPDIuAuWl d9j1L+oMu5pTZ32YvogcNYUOBxN4kYDsNdxiM= Received: by 10.231.81.198 with SMTP id y6mr11107868ibk.62.1314224589266; Wed, 24 Aug 2011 15:23:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.219.202 with HTTP; Wed, 24 Aug 2011 15:22:29 -0700 (PDT) From: Wordit Date: Thu, 25 Aug 2011 00:22:29 +0200 Message-ID: Subject: Alternatives to python couchapp To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Are there any simpler or web-based alternatives to using the Python Couchapp? (apart from node.js or anything else requiring additional installs) I just want to be able to work on my couchapps from any computer without requiring extra installs like python, python-dev etc. Is there another way of syncing? Maybe even a web-based app? It's a pity Futon doesn't let you edit the html/css/js files. Or are there any online editors which can access couchdb attachments? Thanks, Marcus