You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/27 20:04:04 UTC

[jira] [Commented] (BROOKLYN-334) "brooklyn" banner on the console should be "apache brooklyn"

    [ https://issues.apache.org/jira/browse/BROOKLYN-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15987497#comment-15987497 ] 

ASF GitHub Bot commented on BROOKLYN-334:
-----------------------------------------

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 <al...@gmail.com>
Date:   2017-04-27T20:01:41Z

    BROOKLYN-334: ascii art banner says “Apache Brooklyn”

----


> "brooklyn" banner on the console should be "apache brooklyn"
> ------------------------------------------------------------
>
>                 Key: BROOKLYN-334
>                 URL: https://issues.apache.org/jira/browse/BROOKLYN-334
>             Project: Brooklyn
>          Issue Type: Bug
>    Affects Versions: 0.10.0
>            Reporter: Richard Downer
>
> When starting Brooklyn (either the standalone assembly, or the Brooklyn-Karaf distribution), you see this:
> {noformat}
>   _                     _    _
>  | |__  _ __ ___   ___ | | _| |_   _ _ __ (R)
>  | '_ \| '__/ _ \ / _ \| |/ / | | | | '_ \
>  | |_) | | | (_) | (_) |   <| | |_| | | | |
>  |_.__/|_|  \___/ \___/|_|\_\_|\__, |_| |_|
>                                |___/
> {noformat}
> This needs to say "Apache Brooklyn" (presumably still stylised in all lower-case)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)