https://github.com/yorkulibraries/vendorpol
URLs for vendor privacy policies and terms of use.
https://github.com/yorkulibraries/vendorpol
data libraries privacy-policy
Last synced: 6 months ago
JSON representation
URLs for vendor privacy policies and terms of use.
- Host: GitHub
- URL: https://github.com/yorkulibraries/vendorpol
- Owner: yorkulibraries
- License: cc0-1.0
- Created: 2019-04-08T16:01:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T15:53:22.000Z (over 6 years ago)
- Last Synced: 2025-02-05T22:31:27.790Z (8 months ago)
- Topics: data, libraries, privacy-policy
- Language: Ruby
- Size: 181 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vendorpol
URLs for vendor privacy policies and terms of use, and whether creating an account is optional or mandatory.
## Data
* title: name of the product
* product_type: (Index/Database, E-Book Package, E-Journals, E-Video Collection)
* vendor: name of vendor
* account: is account required to use the product? ("", optional, mandatory)
* privacy_url: URL of privacy policy (or "")
* tc_url: URL of terms and conditions (or "")
* notesData collected by Stephanie Power, of York University Libraries, during 2018–2019.
## Usage
Requires Ruby.
To generate HTML:
$ ./generate.rb > tmp.html
On a Unix-type copy the HTML into your clipboard with [xsel](https://github.com/kfish/xsel):
$ xsel -b < tmp.html
Now you can easily paste the HTML into your content management system.
## To do
* Script to generate a list of products missing privacy or T&C URLs
* Normalize vendor names
* Generate Markdown version?
* Put explanatory text in a separate file and read it in
* Think about how to handle different institutions with different holdings using this## License
[CC-0](https://creativecommons.org/publicdomain/zero/1.0/) (no copyright).