Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 37CF218457 for ; Wed, 15 Jul 2015 03:34:27 +0000 (UTC) Received: (qmail 63203 invoked by uid 500); 15 Jul 2015 03:34:26 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 63140 invoked by uid 500); 15 Jul 2015 03:34:26 -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 63128 invoked by uid 99); 15 Jul 2015 03:34:26 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2015 03:34:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 28175D4A95 for ; Wed, 15 Jul 2015 03:34:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id uPdcZQE28kQL for ; Wed, 15 Jul 2015 03:34:18 +0000 (UTC) Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com [209.85.214.175]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id B23B920EFB for ; Wed, 15 Jul 2015 03:34:17 +0000 (UTC) Received: by obre1 with SMTP id e1so18641644obr.1 for ; Tue, 14 Jul 2015 20:33:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=hLyplBLAWMwvAZDZ2hLNxa7shcr7aQDKw+vvhY/TzYA=; b=eWFim0eojCLZ1qT8Rt/f98RxmSiNH4lnzSJ1pFDbPt5QwpGaWowxUphRXdUAQLkL5E mPVuRJIM6DN5p45qpm4GfRBxv5VKd7V4f46HK0ykWUVqee80teuPnyCkaiIWUczYkBR7 TycS94Wu/HQmArNRsGnYKK1G+UaEJhvj/y+JYJlRZVSY4GXCoqUvcZeJUania3qxxZdS 0ir5OgXUHaCK85Se+7oXB1A8WOhEjteNZDaJYUsPWWObvZ5N0qgxsh7YjxUkMFARTxyP k+MAwX15FWG2wnOf1t5eN8P/ceRSxD8cSo9Wb/R1tF9r8s4myVAhGXrMBafh0jFR2K6x 2EHw== MIME-Version: 1.0 X-Received: by 10.182.250.137 with SMTP id zc9mr1568617obc.79.1436931212093; Tue, 14 Jul 2015 20:33:32 -0700 (PDT) Received: by 10.182.32.74 with HTTP; Tue, 14 Jul 2015 20:33:32 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 Jul 2015 09:03:32 +0530 Message-ID: Subject: Re: Welcome nano to the ASF! :) From: siva kumaran To: dev@couchdb.apache.org Content-Type: multipart/alternative; boundary=089e01537b2276b112051ae19e82 --089e01537b2276b112051ae19e82 Content-Type: text/plain; charset=UTF-8 Thats awesome to hear. Congratulation to all. On Wed, Jul 15, 2015 at 5:26 AM, Robert Kowalski wrote: > Hi! > > I am happy to welcome nano as a new subproject of the CouchDB project! > > Nano is a minimalistic Node.js client for CouchDB. > > The code is located at > https://git-wip-us.apache.org/repos/asf?p=couchdb-nano.git;a=summary > > The GitHub mirror is available now: > https://github.com/apache/couchdb-nano > > Simple Quickstart: > > # clone the project from GitHub if you intent to send a PR for a review > git clone https://github.com/apache/couchdb-nano.git > > # add the asf repos as "upstream" if you are a committer, if not, becoming > a > # committer is easy, get involved! > git remote add upstream > https://git-wip-us.apache.org/repos/asf/couchdb-nano.git > > # create pull requests as usual > > # hint: use this gist for easy reviewing of github PRs > https://gist.github.com/piscisaureus/3342247 > > # after a merge, push to upstream > git push upstream master > > important to know: force pushes on master are disabled. > > > Happy hacking everyone! > > Robert :) > --089e01537b2276b112051ae19e82--