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 85B0F200C5B for ; Thu, 27 Apr 2017 22:03:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 843FB160BA7; Thu, 27 Apr 2017 20:03:13 +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 CBF87160B9E for ; Thu, 27 Apr 2017 22:03:12 +0200 (CEST) Received: (qmail 99400 invoked by uid 500); 27 Apr 2017 20:03:12 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 99384 invoked by uid 99); 27 Apr 2017 20:03:11 -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; Thu, 27 Apr 2017 20:03:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AA36FDFDAC; Thu, 27 Apr 2017 20:03:11 +0000 (UTC) From: aledsage To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org Message-ID: Subject: =?utf-8?q?=5BGitHub=5D_brooklyn-server_pull_request_=23657=3A_BROOKLYN-334=3A_ascii_art_banner_says_=E2=80=9CAp=2E=2E=2E?= Content-Type: text/plain Date: Thu, 27 Apr 2017 20:03:11 +0000 (UTC) archived-at: Thu, 27 Apr 2017 20:03:13 -0000 GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/657 BROOKLYN-334: ascii art banner says “Apache Brooklyn” See https://issues.apache.org/jira/browse/BROOKLYN-334 Switching to: ``` _ _ ____ _ _ / \ _ __ __ _ ___| |__ ___ | __ ) _ __ ___ ___ | | _| |_ _ _ __ (R) / _ \ | '_ \ / _` |/ __| '_ \ / _ \ | _ \| '__/ _ \ / _ \| |/ / | | | | '_ \ / ___ \| |_) | (_| | (__| | | | __/ | |_) | | | (_) | (_) | <| | |_| | | | | /_/ \_\ .__/ \__,_|\___|_| |_|\___| |____/|_| \___/ \___/|_|\_\_|\__, |_| |_| |_| |___/ 0.11.0 ``` That is unfortunately 85 characters long (including the 0.11.0 subscript), which is more than the standard 80 characters (http://stackoverflow.com/questions/4651012/why-is-the-default-terminal-width-80-characters). Alternatively, we could use a smaller format such as: ``` _ _ ___ _ _ /_\ _ __ __ _ __| |_ ___ | _ )_ _ ___ ___| |_| |_ _ _ _ / _ \| '_ \/ _` / _| ' \/ -_) | _ \ '_/ _ \/ _ \ / / | || | ' \ /_/ \_\ .__/\__,_\__|_||_\___| |___/_| \___/\___/_\_\_|\_, |_||_| |_| |__/ ``` See http://patorjk.com/software/taag/#p=display&f=Standard&t=Apache%20Brooklyn and http://patorjk.com/software/taag/#p=display&f=Small&t=Apache%20Brooklyn Personally, I like the upper case for A and B. @rdowner what do you think? You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/brooklyn-server BROOKLYN-334 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/brooklyn-server/pull/657.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #657 ---- commit 61bc18e9a6ca908bc68e2e6164c170175f429aa1 Author: Aled Sage Date: 2017-04-27T20:01:41Z BROOKLYN-334: ascii art banner says “Apache Brooklyn” ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---