mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
added basic architecture
This commit is contained in:
parent
47af083bea
commit
c23d32f8e2
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -1,2 +1,17 @@
|
|||
# FilterLists
|
||||
FilterLists is the community-driven, independent, and comprehensive directory of all public filter lists for advertisements, trackers, and annoyances.
|
||||
|
||||
## Architecture
|
||||
### json-data
|
||||
#### global.json
|
||||
Lists that are actively maintained, unique, original (or fork of a stale master), and useful globally.
|
||||
#### regional.json
|
||||
Lists that are actively maintained, unique, original (or fork of a stale master), and useful for sites serving a specific region.
|
||||
#### forked.json
|
||||
Lists that are actively maintained forks of active or stale master lists.
|
||||
#### combo.json
|
||||
Lists that are actively maintained and combinations of two or more other lists.
|
||||
#### stale.json
|
||||
Lists that are no longer actively maintained. Archived for posterity.
|
||||
### json-schema
|
||||
The json-schema.org specification for each of the five list types contained in json-data. When contributing, please consult the schema files.
|
||||
|
|
|
|||
Loading…
Reference in a new issue