]> git.mxchange.org Git - friendica.git/commitdiff
prepare for Mastodon in the federation stats and include BlaBlaNet
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 9 Nov 2016 13:25:51 +0000 (14:25 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 9 Nov 2016 13:25:51 +0000 (14:25 +0100)
mod/admin.php

index 287eff27258c41ef278811c8cc486e5a7da74b84..b9c714f3773d531d1f4aca9ffa410395d842d11b 100644 (file)
@@ -269,13 +269,15 @@ function admin_page_federation(&$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('Friendica', 'Diaspora', '%%red%%', 'Hubzilla', 'GNU Social', 'StatusNet');
+       $platforms = array('Friendica', 'Diaspora', '%%red%%', 'Hubzilla', 'BlaBlaNet', 'GNU Social', 'StatusNet', 'Mastodon');
        $colors    = array('Friendica' => '#ffc018',     // orange from the logo
-                           'Diaspora'  => '#a1a1a1',     // logo is black and white, makes a gray
+                          'Diaspora'  => '#a1a1a1',     // logo is black and white, makes a gray
                           '%%red%%'   => '#c50001',     // fire red from the logo
                           'Hubzilla'  => '#43488a',     // blue from the logo
+                          'BlaBlaNet' => '#3B5998',     // blue from the navbar at blablanet-dot-com
                           'GNU Social'=> '#a22430',     // dark red from the logo
-                          'StatusNet' => '#789240');    // the green from the logo (red and blue have already others
+                          'StatusNet' => '#789240',     // the green from the logo (red and blue have already others
+                          'Mastodon'  => '#1a9df9');    // blue from the Mastodon logo
        $counts = array();
        $total = 0;