From 2225c4dcf65cc80bf914b84143d81c025eb30386 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Wed, 24 Jun 2020 11:42:54 +1200 Subject: [PATCH 1/2] Update new repository name referrer-spam-list --- CONTRIBUTING.md | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ca5e621..907c2b4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -To add a new referrer spammer to the list, [click here to edit the spammers.txt file](https://github.com/matomo-org/referrer-spam-blacklist/edit/master/spammers.txt) and create a pull request. Alternatively you can create a [new issue](https://github.com/matomo-org/referrer-spam-blacklist/issues/new). +To add a new referrer spammer to the list, [click here to edit the spammers.txt file](https://github.com/matomo-org/referrer-spam-list/edit/master/spammers.txt) and create a pull request. Alternatively you can create a [new issue](https://github.com/matomo-org/referrer-spam-list/issues/new). If you open a pull request, please: @@ -10,4 +10,4 @@ If you open a pull request, please: - keep the list ordered alphabetically - use [Linux line endings](http://en.wikipedia.org/wiki/Newline) -Please [search](https://github.com/matomo-org/referrer-spam-blacklist/issues?utf8=%E2%9C%93&q=is%3Aopen+) if somebody already reported the host before opening a new one. +Please [search](https://github.com/matomo-org/referrer-spam-list/issues?utf8=%E2%9C%93&q=is%3Aopen+) if somebody already reported the host before opening a new one. diff --git a/README.md b/README.md index 55fe5289..0c3f6193 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ This is a community-contributed list of [referrer spammers](http://en.wikipedia. The list is stored in this repository in `spammers.txt`. This text file contains one host per line. -You can [download this file manually](https://github.com/matomo-org/referrer-spam-blacklist/blob/master/spammers.txt), download the [whole folder as zip](https://github.com/matomo-org/referrer-spam-blacklist/archive/master.zip) or clone the repository using git: +You can [download this file manually](https://github.com/matomo-org/referrer-spam-list/blob/master/spammers.txt), download the [whole folder as zip](https://github.com/matomo-org/referrer-spam-list/archive/master.zip) or clone the repository using git: ``` -git clone https://github.com/matomo-org/referrer-spam-blacklist.git +git clone https://github.com/matomo-org/referrer-spam-list.git ``` ### PHP @@ -60,11 +60,11 @@ This list is included in each [Matomo](https://matomo.org) release so that refer ## Contributing -To add a new referrer spammer to the list, [click here to edit the spammers.txt file](https://github.com/matomo-org/referrer-spam-blacklist/edit/master/spammers.txt) and select `Create a new branch for this commit and start a pull request. `. In your pull request please explain where the referrer domain appeared and why you think it is a spammer. **Please open one pull request per new domain**. +To add a new referrer spammer to the list, [click here to edit the spammers.txt file](https://github.com/matomo-org/referrer-spam-list/edit/master/spammers.txt) and select `Create a new branch for this commit and start a pull request. `. In your pull request please explain where the referrer domain appeared and why you think it is a spammer. **Please open one pull request per new domain**. If you open a pull request, it is appreciated if you keep one hostname per line, keep the list ordered alphabetically, and use [Linux line endings](http://en.wikipedia.org/wiki/Newline). -Please [search](https://github.com/matomo-org/referrer-spam-blacklist/pulls) if somebody already reported the host before opening a new one. +Please [search](https://github.com/matomo-org/referrer-spam-list/pulls) if somebody already reported the host before opening a new one. ### Subdomains From 092bb64fa06945b6539072110e200c9ca2cd4dee Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Fri, 17 Jul 2020 08:55:04 +1200 Subject: [PATCH 2/2] update repo name --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 51a5bf93..32b8618c 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,9 @@ { - "name": "matomo/referrer-spam-blacklist", + "name": "matomo/referrer-spam-list", "description": "Community-contributed list of referrer spammers", "license": "CC0-1.0", "replace": { - "piwik/referrer-spam-blacklist":"*" + "piwik/referrer-spam-blacklist":"*", + "matomo/referrer-spam-blacklist":"*" } }