docs update

This commit is contained in:
Collin M. Barrett 2017-11-01 07:36:26 -05:00
parent bec5722d2b
commit 219ceff026

22
.github/README.md vendored
View file

@ -27,16 +27,6 @@ The immediate projects are converting the data to an actual web application (rat
## Properties
*Asterisks indicate a foreign key relationship.
### Maintainers
| Property | Description |
|---------------|--------------------------------------------|
| EmailAddress | The maintainer's email address |
| HomeUrl | The maintainer's home page URL |
| Name | The maintainer's name |
| TwitterHandle | The maintainer's Twitter handle |
| *FilterLists | Collection of the maintainer's FilterLists |
### FilterLists
| Property | Description |
@ -54,4 +44,14 @@ The immediate projects are converting the data to an actual web application (rat
| Name | The list's name (APA Title Case) |
| SubmissionUrl | The list's submission form URL |
| *UpstreamFilterLists | The list's upstream lists if it is a fork or a merge |
| ViewUrl | The list's view/download URL (typically a .txt file) |
| ViewUrl | The list's view/download URL (typically a .txt file) |
### Maintainers
| Property | Description |
|---------------|--------------------------------------------|
| EmailAddress | The maintainer's email address |
| HomeUrl | The maintainer's home page URL |
| Name | The maintainer's name |
| TwitterHandle | The maintainer's Twitter handle |
| *FilterLists | The maintainer's FilterLists |