]> git.mxchange.org Git - friendica.git/commitdiff
add Socialhome to the federation stats
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 24 Dec 2017 15:08:34 +0000 (16:08 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 24 Dec 2017 15:08:34 +0000 (16:08 +0100)
mod/admin.php

index f5bd1d4f590b30c6a68de4c917f0f46c5705f011..9408aa31c6af9f042afac3d6a5aa5fd0bb935e53 100644 (file)
@@ -534,7 +534,7 @@ function admin_page_federation(App $a)
        // off one % two of them are needed in the query
        // Add more platforms if you like, when one returns 0 known nodes it is not
        // displayed on the stats page.
-       $platforms = array('Friendi%%a', 'Diaspora', '%%red%%', 'Hubzilla', 'BlaBlaNet', 'GNU Social', 'StatusNet', 'Mastodon', 'Pleroma');
+       $platforms = array('Friendi%%a', 'Diaspora', '%%red%%', 'Hubzilla', 'BlaBlaNet', 'GNU Social', 'StatusNet', 'Mastodon', 'Pleroma', 'socialhome');
        $colors = array(
                'Friendi%%a' => '#ffc018', // orange from the logo
                'Diaspora'   => '#a1a1a1', // logo is black and white, makes a gray
@@ -544,7 +544,8 @@ function admin_page_federation(App $a)
                'GNU Social' => '#a22430', // dark red from the logo
                'StatusNet'  => '#789240', // the green from the logo (red and blue have already others
                'Mastodon'   => '#1a9df9', // blue from the Mastodon logo
-               'Pleroma'    => '#E46F0F'  // Orange from the text that is used on Pleroma instances
+               'Pleroma'    => '#E46F0F', // Orange from the text that is used on Pleroma instances
+               'socialhome' => '#52056b'  // lilac from the Django Image used at the Socialhome homepage
        );
        $counts = array();
        $total = 0;