8000 Remove dmoz entries, as dmoz is offline by pebosi · Pull Request #11597 · matomo-org/matomo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Remove dmoz entries, as dmoz is offline #11597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/SEO/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
* The SEO API lets you access a list of SEO metrics for the specified URL: Google PageRank, Google/Bing indexed pages
* Alexa Rank, age of the Domain name and count of DMOZ entries.
* Alexa Ranka and age of the Domain name.
*
* @method static API getInstance()
*/
Expand Down
1 change: 0 additions & 1 deletion plugins/SEO/Metric/Aggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ private function getProviders()
$container->get('Piwik\Plugins\SEO\Metric\Bing'),
$container->get('Piwik\Plugins\SEO\Metric\Alexa'),
$container->get('Piwik\Plugins\SEO\Metric\DomainAge'),
$container->get('Piwik\Plugins\SEO\Metric\Dmoz'),
);

/**
Expand Down
62 changes: 0 additions & 62 deletions plugins/SEO/Metric/Dmoz.php

This file was deleted.

3 changes: 1 addition & 2 deletions plugins/SEO/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"PluginDescription": "This Plugin extracts and displays SEO metrics: Alexa web ranking, Google Pagerank, number of Indexed pages and backlinks of the currently selected website.",
"AlexaRank": "Alexa Rank",
"Bing_IndexedPages": "Bing indexed pages",
"Dmoz": "DMOZ entries",
"DomainAge": "Domain Age",
"Google_IndexedPages": "Google indexed pages",
"Rank": "Rank",
"SeoRankings": "SEO Rankings",
"SEORankingsFor": "SEO Rankings for %s"
}
}
}
0