From dd4cfd128fd6f5dc1fed069b31fa7ec4957c9fbf Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 23 Jan 2017 14:50:49 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a64345dc..905620885 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Scripts copied into each of the five list type spreadsheets to workaround the Go The data in JSON format for each of the five list types on FilterLists. If you are looking for the core data of FilterLists (information on all of the lists), this is it. ### [/json-schema](https://github.com/collinbarrett/FilterLists/tree/master/json-schema) -The [JSON Schema](http://json-schema.org/) specification for each of the five list types contained in [/json-data](https://github.com/collinbarrett/FilterLists/tree/master/json-data) +The [JSON Schema](http://json-schema.org/) specification for each of the five list types contained in [/json-data](https://github.com/collinbarrett/FilterLists/tree/master/json-data). Since all lists do not have values for all supported data properties, these explain all of the possible properties that FilterLists currently supports rather than including a bunch of null values in the .json data files. ## Building Essentially, for now, you "can't". As it stands, FilterLists is only pseudo-open-sourced, built on WordPress and Google Sheets. The data is all contained in this repository in .json form. The Google Apps Scripts used to parse the data are also maintained here. To build the production setup, though, requires creating custom Google Sheets, installing the apps scripts, and installing WordPress. In the future, it would be great to have the entire site open-sourced; but, it is what it is for now.