diff --git a/index.php b/index.php index f1777eb..a08c64e 100755 --- a/index.php +++ b/index.php @@ -31,7 +31,6 @@ $logoService = array( 'riot' => 'riot.png', 'privatebin' => 'privatebin.png', 'jirafeau' => 'jirafeau.png', -'pleroma' => 'pleroma.png', 'rssbridge' => 'rssbridge.png', ); @@ -46,7 +45,6 @@ $urlService = array( 'riot' => 'riot', 'privatebin' => 'texte', 'jirafeau' => 'up', -'pleroma' => 'social', 'rssbridge' => 'rss', ); @@ -61,7 +59,6 @@ $nomService = array( 'riot' => 'Riot', 'privatebin' => 'PrivateBin', 'jirafeau' => 'Jirafeau', -'pleroma' => 'Pleroma', 'rssbridge' => 'RSS Bridge', ); $infoThemeService = array( @@ -75,7 +72,6 @@ $infoThemeService = array( 'riot' => NULL, 'privatebin' => 'Thème spécial sombre & rouge', 'jirafeau' => NULL, -'pleroma' => NULL, 'rssbridge' => NULL, ); @@ -90,7 +86,6 @@ $descService = array( 'riot' => 'Client Web pour Matrix.', 'privatebin' => 'Partagez des textes, codes sources ou Markdown rapidement.', 'jirafeau' => "Partagez rapidement n'importe quel fichier avec n'importe qui.", -'pleroma' => "Microblogage sur le Fédiverse ; similaire à Mastodon.", 'rssbridge' => "Exportez les données de centaines de sites aux formats Atom, HTML, JSON, Mrss ou texte.", );