Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 4416 invoked from network); 4 Apr 2009 02:19:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Apr 2009 02:19:17 -0000 Received: (qmail 24534 invoked by uid 500); 4 Apr 2009 02:19:16 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 24443 invoked by uid 500); 4 Apr 2009 02:19:16 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 24433 invoked by uid 99); 4 Apr 2009 02:19:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2009 02:19:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of skippy.hammond@gmail.com designates 209.85.142.188 as permitted sender) Received: from [209.85.142.188] (HELO ti-out-0910.google.com) (209.85.142.188) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2009 02:19:08 +0000 Received: by ti-out-0910.google.com with SMTP id u5so1443528tia.3 for ; Fri, 03 Apr 2009 19:18:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=emd7dj2dWUyIEetzGFoCPoL7o1HgDkgYVLnizQPjaP0=; b=GWsZUXgW8V0rhSBvnUqvIVi+/hVapu1Da+n9qnzv0iNt9sO18hfoyDj3/unyteho1S 8GofYs3CvchMVndFzCIaSpwl487keQSsji4LRR1kHkivRkZc4k9ZTo3mbnYJ8+0OwhMX yrT/l/uXGCBbm5p9Hzo/cCH5gzmVVXkIPT7CY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=uuvWGVWrK3F/9Nl+9gjqyPTq4xuLdbs6DsyEPKzUlBVYZESoS+zuFPYDT2rGq/Myt1 t2xzSRVk58nzmDuTlla54BPduQMgsDGETxRpgbyUErUFDUbHPLCi5tSlw/krtiW5LE6f Cx0mv+8xFb7UFOJ+NtdoKgguBBmcnCSpfpzXQ= Received: by 10.110.40.8 with SMTP id n8mr2679472tin.41.1238811526505; Fri, 03 Apr 2009 19:18:46 -0700 (PDT) Received: from ?192.168.0.12? (202.168.100.57.dynamic.rev.eftel.com [202.168.100.57]) by mx.google.com with ESMTPS id d7sm3006287tib.2.2009.04.03.19.18.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Apr 2009 19:18:45 -0700 (PDT) Message-ID: <49D6C36B.9070208@gmail.com> Date: Sat, 04 Apr 2009 13:18:19 +1100 From: Mark Hammond Reply-To: mhammond@skippinet.com.au User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 MIME-Version: 1.0 To: dev@couchdb.apache.org Subject: Re: proposal draft References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 3/04/2009 4:54 AM, Alexander Chekmarev wrote: > This is my proposal draft. It would be nice if you read it and help to write > more correct one. Just FYI: > Generating the Couch DB configuration files based on installation > parameters. I made reference to this in an earlier mail, but I've just discovered that default.ini can happily use relative paths, making this task magically vanish :) Cheers, Mark