Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 55040 invoked from network); 9 Nov 2010 21:45:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Nov 2010 21:45:51 -0000 Received: (qmail 1999 invoked by uid 500); 9 Nov 2010 21:46:21 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 1937 invoked by uid 500); 9 Nov 2010 21:46:21 -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 1929 invoked by uid 99); 9 Nov 2010 21:46:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Nov 2010 21:46:21 +0000 X-ASF-Spam-Status: No, hits=4.2 required=10.0 tests=FREEMAIL_FROM,FS_REPLICA,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of haaiee@gmail.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qy0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Nov 2010 21:46:13 +0000 Received: by qyl33 with SMTP id 33so2102634qyl.11 for ; Tue, 09 Nov 2010 13:45:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=BXnD/pAaLx9kDzr+2fOtLU7TD8c6RYDeenZ8Cct+DEk=; b=fbeLkXL8n5fLX9nW56p+GInfLVGtUSddkcqDpwLYea22cguPEDPiJHURWoWR0MNfnQ FSpUPgAh3zNLlLfSAuqh7mamgCqjGKEebVB7j7MIU0Yc3S/OXIUH80fVVv+KC4OyBq1J Q2SSn0Dp3mkggXwuYRtDCUT9MJJuLIb/C1gA4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=c+fFWCGXBIEZdPkSRRNgF+6hZiyTtHdGp2gsluVfZPhureW5ofEvTIgMNZgFnzJkC2 nDBT+FdE5QtW6zK6zkisYsNtlqXycLRNsg0sUFoXPrg5zvbzPZCXHSDnQl2r92LlzNFQ 4/zGWzGKsldpj7YtKuAVg3EN6Qdw9BJUAYlc8= Received: by 10.224.200.195 with SMTP id ex3mr6138862qab.74.1289339152645; Tue, 09 Nov 2010 13:45:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.72.164 with HTTP; Tue, 9 Nov 2010 13:45:32 -0800 (PST) From: Hendrik Jan van Meerveld Date: Tue, 9 Nov 2010 22:45:32 +0100 Message-ID: Subject: Can I prevent replication of design documents? To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I'm trying to move a website from Drupal to Couchdb. For this I am wondering whether there is a way to prevent website visitors from replicating the whole website to their home computers. Does anybody know of such an option? Does it work on the CouchOne shared hosting? Same goes for an application that the company where I work uses. It would be great if it could be rewritten from its current incarnation to a Couchdb application, but that's not an option if the whole world can replicate the application. Thanks for any help.