Skip to content

Commit

Permalink
Merge pull request #1225 from matomo-org/updatereponame
Browse files Browse the repository at this point in the history
Update new repository name referrer-spam-list
  • Loading branch information
tsteur authored Aug 10, 2020
2 parents 161c4c0 + 092bb64 commit afe4c1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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":"*"
}
}

0 comments on commit afe4c1e

Please sign in to comment.