views.about.jumbotron.text.4
|
<strong>What does “ToS;DR” mean?</strong> the name is inspired by internet acronym TL;DR which stands for "Too Long; Didn't Read" and is often used on blogs and emails when a block of text is just really long and that people are too lazy to read the whole stuff. It was intended more as a code name than as a real name. But it seems that people like it (do you?)
|
|
views.about.title
|
About Us
|
|
views.api.examples.header
|
Examples
|
|
views.frontpage.call_to_action.contribute
|
Love reading these terms?
|
|
views.frontpage.call_to_action.donate
|
Do you like this project?
|
|
views.frontpage.button.donate.text
|
Donate to us
|
|
views.api.examples.text
|
ToS Checker is <a href="https://github.com/shybyte/tos-checker">an extension for Chrome/Chromium</a>, by shybyte.
|
|
views.api.feedback.text
|
It would be great if you could give us feedback on this very simple API page on github or by email. Thanks!
|
|
views.api.info.header
|
All data is in machine-readable JSON
|
|
views.api.info.list.text
|
For inquiries related to the documentation <a href="https://github.com/tosdr/CrispCMS/issues/new?assignees=JustinBack&labels=documentation">open up an issue on GitHub</a> about this
|
|
views.api.info.text
|
We have a documentation available at <a href="https://docs.tosdr.org/x/DIAF">docs.tosdr.org</a>. Please check the specification's version with the API version.
|
|
views.api.jumbotron.header
|
API
|
|
views.frontpage.call_to_action.code
|
Want to contribute code?
|
|
views.frontpage.button.code.text
|
Open source on GitHub
|
|
views.api.jumbotron.text
|
We encourage people to develop applications and other services integrating our ratings into their work. This page should help you use our data for your own app. Our source code is <a href="http://github.com/tosdr">on Github</a>.
|
|
views.api.pihole.header
|
Pi-Hole Blocklist
|
|
views.api.pihole.text
|
As of march 2021, we offer a Bad Privacy Practice Blocklist for your pihole or hosts file. You can access it using our API at <a href="https://api.tosdr.org/pihole">https://api.tosdr.org/pihole</a>, to exclude a service, append <kbd>exclude/{service_name/service_id/service_slug}</kbd> to the url. You can exclude multiples by comma delimiting them. E.g. <a href="https://api.tosdr.org/pihole/exclude/google,facebook">https://api.tosdr.org/pihole/exclude/google,facebook</a>
|
|
views.api.use.header
|
Use
|
|
views.api.use.license
|
All JSON files are published under <a href="/legal">a Creative Commons license</a>.
|
|
views.api.use.text
|
We have <a href="http://www.w3.org/wiki/CORS_Enabled">enabled CORS</a>. Example with jQuery to get Facebook:
|
|