From commits-return-7986-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Tue Feb 21 07:15:01 2012 Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 24C2D980A for ; Tue, 21 Feb 2012 07:15:01 +0000 (UTC) Received: (qmail 61730 invoked by uid 500); 21 Feb 2012 07:15:00 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 61069 invoked by uid 500); 21 Feb 2012 07:14:34 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 61048 invoked by uid 99); 21 Feb 2012 07:14:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 07:14:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 07:14:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 53987811AED; Tue, 21 Feb 2012 07:13:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: randall@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [10/50] git commit: Update community/code.html to point at Git repo Message-Id: <20120221071340.53987811AED@tyr.zones.apache.org> Date: Tue, 21 Feb 2012 07:13:40 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Update community/code.html to point at Git repo git-svn-id: https://svn.apache.org/repos/asf/couchdb/site/htdocs@1180692 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d202a750 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d202a750 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d202a750 Branch: refs/heads/htdocs Commit: d202a750ced434f93bc198b2ff85433ed70888b9 Parents: 06372ff Author: Paul Joseph Davis Authored: Sun Oct 9 19:08:55 2011 +0000 Committer: Paul Joseph Davis Committed: Sun Oct 9 19:08:55 2011 +0000 ---------------------------------------------------------------------- community/code.html | 24 ++++++------------------ community/code.txt | 33 +++++++++------------------------ community/committers.html | 26 +++++++++++++------------- community/lists.html | 16 ++++++++-------- 4 files changed, 36 insertions(+), 63 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/d202a750/community/code.html ---------------------------------------------------------------------- diff --git a/community/code.html b/community/code.html index 77b6a36..b28ba63 100644 --- a/community/code.html +++ b/community/code.html @@ -79,33 +79,21 @@ limitations under the License.

Source Code

-

The CouchDB source code can be found in the -Subversion repository -which can also be -browsed online.

+

The CouchDB source code can be found in the Git repository.

-

You can check out the code using the svn command:

+

You can check out the code using the git command:

-
svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
+
git clone http://git-wip-us.apache.org/repos/asf/couchdb.git
 

Committers should use the secure repository:

-
svn co https://svn.apache.org/repos/asf/couchdb/trunk couchdb
+
git clone https://git-wip-us.apache.org/repos/asf/couchdb.git
 
-

Read more about version control at -the Apache Software Foundation.

+

Read more about [Git][gitdocs] at the Apache Software Foundation.

-

Git Mirrors

- -

If you prefer to use git as your version control system, the Apache Software -Foundation maintains a mirror at http://git.apache.org/

- -

Committers can follow these instructions to commit via git.

- -

If you like working on GitHub, here is the GitHub Apache CouchDB -mirror.

+

The issue tracker can be found here.

Committers

-

Damien Katz, damien@apache.org

+

Damien Katz, damien@apache.org

Inventor, original developer and all around relaxed dude.

-

Jan Lehnardt, jan@apache.org

+

Jan Lehnardt, jan@apache.org

Contributes to all parts of CouchDB, helps out with the community, and is PMC Chair. He is co-author of CouchDB: The Definitive Guide.

-

Noah Slater, nslater@apache.org

+

Noah Slater, nslater@apache.org

Developed and maintains the Autotools build system and application infrastructure. He is CouchDB’s primary release manager, and is co-author of CouchDB: The Definitive Guide.

-

Christopher Lenz, cmlenz@apache.org

+

Christopher Lenz, cmlenz@apache.org

Developed and maintains Futon, the Web administration console. He works on the JavaScript view engine, SpiderMonkey and MochiWeb integration in addition to an external Python client.

-

J. Chris Anderson, jchris@apache.org

+

J. Chris Anderson, jchris@apache.org

Upgraded the Erlang JSON term format. Integrates community patches, particularly related to the HTTP API and the MapReduce system. Gives talks and presentations about CouchDB, and is co-author of CouchDB: The Definitive Guide.

-

Paul J. Davis, davisp@apache.org

+

Paul J. Davis, davisp@apache.org

Developed features for the HTTP API as well as helped with recent upgrades to the MapReduce system. Spends time tracking down various bugs reported in JIRA.

-

Adam Kocoloski, kocolosk@apache.org

+

Adam Kocoloski, kocolosk@apache.org

Maintains and extends the replicator. Hacks on various other parts of the core database.

-

Mark Hammond, mhammond@apache.org

+

Mark Hammond, mhammond@apache.org

Windows support.

-

Jason Davies, jasondavies@apache.org

+

Jason Davies, jasondavies@apache.org

Developed various authentication features including cookie-based authentication and OAuth support.

-

Benoît Chesneau, benoitc@apache.org

+

Benoît Chesneau, benoitc@apache.org

Developed the URL rewriter and proxy authentication handlers and provides some patches. He also maintains the couchapp script and some other tools and libraries related to CouchDB.

-

Filipe Manana, fdmanana@apache.org

+

Filipe Manana, fdmanana@apache.org

Contributes mostly to the replicator, some parts of the core database and the security features.

-

Robert Newson, rnewson@apache.org

+

Robert Newson, rnewson@apache.org

Contributes bug fixes and small features.

-

Randall Leeds, randall@apache.org

+

Randall Leeds, randall@apache.org

Squashes bugs and tunes performance. Tweaks API interoperabilities, forward-/backward-compatibility and developer interactions. Maintains http://git-wip-us.apache.org/repos/asf/couchdb/blob/d202a750/community/lists.html ---------------------------------------------------------------------- diff --git a/community/lists.html b/community/lists.html index 68685bf..e06e33e 100644 --- a/community/lists.html +++ b/community/lists.html @@ -95,11 +95,11 @@ discussion of topics related to CouchDB.

The archives for this list can also be browsed online.

@@ -114,11 +114,11 @@ participate if they are interested following development.

The archives for this list can also be browsed online.

@@ -131,9 +131,9 @@ to see and review changes made by others.

The archives for this list can also be browsed online.