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 8EFE710C85 for ; Wed, 2 Oct 2013 19:10:51 +0000 (UTC) Received: (qmail 85509 invoked by uid 500); 2 Oct 2013 19:10:48 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 85276 invoked by uid 500); 2 Oct 2013 19:10:43 -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 85145 invoked by uid 99); 2 Oct 2013 19:10:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 19:10:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 629408AE826; Wed, 2 Oct 2013 19:10:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: deathbear@apache.org To: commits@couchdb.apache.org Date: Wed, 02 Oct 2013 19:10:45 -0000 Message-Id: In-Reply-To: <1cfa765344a04069aaefcbf8a18c646e@git.apache.org> References: <1cfa765344a04069aaefcbf8a18c646e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [6/7] git commit: updated refs/heads/master to 1906338 Compiled Fauxton for experimental release. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2ae3209d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2ae3209d Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2ae3209d Branch: refs/heads/master Commit: 2ae3209d00cda533545af741df6fad5bac4e5d82 Parents: d466933 Author: suelockwood Authored: Wed Oct 2 15:07:15 2013 -0400 Committer: suelockwood Committed: Wed Oct 2 15:08:15 2013 -0400 ---------------------------------------------------------------------- share/www/fauxton/css/index.css | 37 ++ share/www/fauxton/img/FontAwesome.otf | Bin 0 -> 61896 bytes share/www/fauxton/img/couchdb-site.png | Bin 0 -> 4946 bytes share/www/fauxton/img/couchdblogo.png | Bin 0 -> 2738 bytes share/www/fauxton/img/fontawesome-webfont.eot | Bin 0 -> 37405 bytes share/www/fauxton/img/fontawesome-webfont.svg | 399 +++++++++++++++++++ share/www/fauxton/img/fontawesome-webfont.ttf | Bin 0 -> 79076 bytes share/www/fauxton/img/fontawesome-webfont.woff | Bin 0 -> 43572 bytes share/www/fauxton/img/fontcustom_fauxton.eot | Bin 0 -> 7364 bytes share/www/fauxton/img/fontcustom_fauxton.svg | 200 ++++++++++ share/www/fauxton/img/fontcustom_fauxton.ttf | Bin 0 -> 9636 bytes share/www/fauxton/img/fontcustom_fauxton.woff | Bin 0 -> 4816 bytes .../fauxton/img/glyphicons-halflings-white.png | Bin 0 -> 8777 bytes share/www/fauxton/img/glyphicons-halflings.png | Bin 0 -> 13826 bytes share/www/fauxton/img/linen.png | Bin 0 -> 87134 bytes share/www/fauxton/img/loader.gif | Bin 0 -> 5193 bytes share/www/fauxton/img/minilogo.png | Bin 0 -> 2927 bytes share/www/fauxton/index.html | 45 +++ share/www/fauxton/js/require.js | 27 ++ 19 files changed, 708 insertions(+) ----------------------------------------------------------------------