Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0A1A42009E8 for ; Mon, 30 May 2016 09:49:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 08AAB160A19; Mon, 30 May 2016 07:49:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 52CCB160A16 for ; Mon, 30 May 2016 09:49:49 +0200 (CEST) Received: (qmail 18285 invoked by uid 500); 30 May 2016 07:49:48 -0000 Mailing-List: contact commits-help@ponymail.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ponymail.incubator.apache.org Delivered-To: mailing list commits@ponymail.incubator.apache.org Received: (qmail 18276 invoked by uid 99); 30 May 2016 07:49:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2016 07:49:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 12C0D1A1178 for ; Mon, 30 May 2016 07:49:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id OB-FOEitG5YI for ; Mon, 30 May 2016 07:49:45 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 05E885FAD4 for ; Mon, 30 May 2016 07:49:44 +0000 (UTC) Received: (qmail 18221 invoked by uid 99); 30 May 2016 07:49:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2016 07:49:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 20361E04EB; Mon, 30 May 2016 07:49:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: humbedooh@apache.org To: commits@ponymail.incubator.apache.org Date: Mon, 30 May 2016 07:49:45 -0000 Message-Id: <2a6a25f05801473684b2269b7621f46c@git.apache.org> In-Reply-To: <865ba752b454488689d6da20e676e742@git.apache.org> References: <865ba752b454488689d6da20e676e742@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-ponymail git commit: we have a web site! archived-at: Mon, 30 May 2016 07:49:50 -0000 we have a web site! Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/b900a3e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/b900a3e5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/b900a3e5 Branch: refs/heads/master Commit: b900a3e5665359815674d9150b90b5f7174590a3 Parents: b919eeb Author: humbedooh Authored: Mon May 30 09:49:21 2016 +0200 Committer: humbedooh Committed: Mon May 30 09:49:21 2016 +0200 ---------------------------------------------------------------------- site/js/dev/ponymail_zzz.js | 2 +- site/js/ponymail.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/b900a3e5/site/js/dev/ponymail_zzz.js ---------------------------------------------------------------------- diff --git a/site/js/dev/ponymail_zzz.js b/site/js/dev/ponymail_zzz.js index 2a48877..e286454 100644 --- a/site/js/dev/ponymail_zzz.js +++ b/site/js/dev/ponymail_zzz.js @@ -102,7 +102,7 @@ footer.style.height = "32px" footer.style.width = "100%" var fd = document.createElement('div') fd.setAttribute("class", "container") -fd.innerHTML = "

Powered by Apache Pony Mail (Incubating) v/" + _VERSION_ + ".

" +fd.innerHTML = "

Powered by Apache Pony Mail (Incubating) v/" + _VERSION_ + ".

" footer.appendChild(fd) document.body.appendChild(footer) http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/b900a3e5/site/js/ponymail.js ---------------------------------------------------------------------- diff --git a/site/js/ponymail.js b/site/js/ponymail.js index b39f27b..3528b58 100644 --- a/site/js/ponymail.js +++ b/site/js/ponymail.js @@ -5330,7 +5330,7 @@ footer.style.height = "32px" footer.style.width = "100%" var fd = document.createElement('div') fd.setAttribute("class", "container") -fd.innerHTML = "

Powered by Apache Pony Mail (Incubating) v/" + _VERSION_ + ".

" +fd.innerHTML = "

Powered by Apache Pony Mail (Incubating) v/" + _VERSION_ + ".

" footer.appendChild(fd) document.body.appendChild(footer)