mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
minor README tweaks
This commit is contained in:
parent
b11ea298e8
commit
e90b536b1b
1 changed files with 4 additions and 4 deletions
8
.github/README.md
vendored
8
.github/README.md
vendored
|
|
@ -22,7 +22,7 @@ To suggest a new list or update the information of an existing list, create a PR
|
|||
## 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 Google Sheets & WordPress), 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 REST API.
|
||||
|
||||
### Help Wanted
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ The immediate projects are converting the data to an actual web application (rat
|
|||
## Properties
|
||||
*Asterisks indicate a foreign key relationship.
|
||||
|
||||
### FilterLists
|
||||
### FilterLists (mapped to [FilterList](https://github.com/collinbarrett/FilterLists/blob/master/src/FilterLists.Data/Entities/FilterList.cs))
|
||||
|
||||
| Property | Description |
|
||||
|----------------------|--------------------------------------------------------------------------|
|
||||
|
|
@ -53,7 +53,7 @@ The immediate projects are converting the data to an actual web application (rat
|
|||
| *UpstreamFilterLists | The list's upstream lists if it is a fork or a merge |
|
||||
| ViewUrl | The list's view/download URL (typically .txt file) |
|
||||
|
||||
### Maintainers
|
||||
### Maintainers (mapped to [Maintainer](https://github.com/collinbarrett/FilterLists/blob/master/src/FilterLists.Data/Entities/Maintainer.cs))
|
||||
|
||||
| Property | Description |
|
||||
|---------------|--------------------------------------------|
|
||||
|
|
@ -61,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