mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update README
This commit is contained in:
parent
4437655a75
commit
b2fb15a20b
1 changed files with 14 additions and 9 deletions
23
.github/README.md
vendored
23
.github/README.md
vendored
|
|
@ -2,27 +2,32 @@
|
|||
|
||||
[](https://filterlists.com/)
|
||||
[](https://travis-ci.org/collinbarrett/FilterLists)
|
||||
[](https://github.com/collinbarrett/FilterLists/blob/master/LICENSE)
|
||||
[](https://github.com/collinbarrett/FilterLists/blob/master/LICENSE)
|
||||
|
||||
[filterlists.com](https://filterlists.com)
|
||||
|
||||
FilterLists is the independent and comprehensive directory of all public filter and hosts lists for advertisements, trackers, malware, and annoyances. For more information on its purpose and function, check out [About](https://filterlists.com/about/).
|
||||
|
||||
## Links
|
||||
| Site | API |
|
||||
| ------------------------------------------- | ------------------------------------------------- |
|
||||
| [v3 (Alpha)](https://beta.filterlists.com/) | [v1 (Alpha)](https://api.filterlists.com/docs) |
|
||||
| [v2 (Stable)](https://filterlists.com/) | |
|
||||
| [v1 (Legacy)](https://v1.filterlists.com/) | |
|
||||
| Site | API |
|
||||
| --------------------------------------------------- | ------------------------------------------------- |
|
||||
| [v3 (Alpha)](https://beta.filterlists.com/) | [v1 (Alpha)](https://api.filterlists.com/docs) |
|
||||
| [v2 (Stable, Frozen)](https://filterlists.com/) | |
|
||||
| [v1 (Legacy, Frozen)](https://v1.filterlists.com/) | |
|
||||
|
||||
## Submitting or Updating Lists
|
||||
|
||||
To suggest a new list or update the information of an existing list, create a PR against [data](https://github.com/collinbarrett/FilterLists/tree/master/data) or open a new [Issue](https://github.com/collinbarrett/FilterLists/issues). Provide all of the information in the Properties section below that is available.
|
||||
|
||||
## Development Notice (Updated November 1, 2017)
|
||||
## Development Notice (Updated January 27, 2018)
|
||||
FilterLists improvements are slow and tend to be in spurts. I care about this project as both a resource for the community and a learning tool for me. However, my day job comes first which often results in little to no work on the project at times. I happily welcome anyone that wants to contribute.
|
||||
|
||||
The immediate projects are converting the data to an actual web application (rather than a Google Sheet back-end and a WordPress front-end), and then exposing the data via a .Net Core API.
|
||||
The immediate projects are converting the data to an actual web application (rather than Google Sheets & WordPress), and then exposing the data via a .Net Core API.
|
||||
|
||||
### Help Wanted
|
||||
|
||||
- Updating the [data](https://github.com/collinbarrett/FilterLists/tree/master/data)
|
||||
- Building the new API-driven front-end ([FilterLists.Web](https://github.com/collinbarrett/FilterLists/tree/master/src/FilterLists.Web)). The current early direction is [ReactJS](https://reactjs.org/) with [ANT](https://ant.design/) controls. I am not a front-end developer, so I would happily welcome any assistance.
|
||||
|
||||
## Properties
|
||||
*Asterisks indicate a foreign key relationship.
|
||||
|
|
@ -56,4 +61,4 @@ The immediate projects are converting the data to an actual web application (rat
|
|||
| HomeUrl | The maintainer's home page URL |
|
||||
| Name | The maintainer's name |
|
||||
| TwitterHandle | The maintainer's Twitter handle |
|
||||
| *FilterLists | The maintainer's lists |
|
||||
| *FilterLists | The maintainer's lists |
|
||||
Loading…
Reference in a new issue