engine icon indicating copy to clipboard operation
engine copied to clipboard

Tracks contractual documents and exposes changes to the terms of online services.

Results 75 engine issues
Sort by recently updated
recently updated
newest added

The README still describes a setup with only one public instance. It is obsolete.

Twitter publishes its previous ToS https://twitter.com/fr/tos/previous and it will be interesting to add them in the OTA history.

import

https://privacypolicies.cs.princeton.edu/ghfront/

import

Trying to add Roblox service and documents with the following declaration ```json { "name": "Roblox", "documents": { "Privacy Policy": { "fetch": "https://en.help.roblox.com/hc/en-us/articles/115004630823-Roblox-Privacy-and-Cookie-Policy-", "select": [".article-body"], "remove": [".wysiwyg-text-align-right img"] }, "Terms of...

Improve the `CONTRIBUTING` section on how to choose a document type by suggesting the questions to ask oneself, cf. https://github.com/ambanum/OpenTermsArchive/issues/268, https://github.com/ambanum/OpenTermsArchive/issues/292 and https://github.com/ambanum/OpenTermsArchive/issues/507#issuecomment-957370288.

I met a rather particular case when trying to make the document declaration of Disney+. Fetching the following url `https://www.disneyplus.com/fr-fr/legal/conditions-g%C3%A9n%C3%A9rales-d'abonnement` does not load the correct content (i want Terms of...

I don't believe `Ad Publishing Policy` is a proper type. It was added in #264, apparently to support adding Google's Adsense “acceptable use for publishers” (in #262), i.e. [this document](https://support.google.com/adsense/answer/9335564)....

RFC
doctypes

Hi, It seems there are a few naming issues with the recent import of tosback data. For instance, there is both a `Google Play` and a `Play` service which seems...

Trying to add Just Eat service with the following declaration ```json { "name": "Just Eat", "documents": { "Terms of Service": { "fetch": "https://www.just-eat.ie/info/terms-and-conditions", "select": { "startBefore": "#just-eat-website-terms-and-conditions", "endBefore": "#ii.just-eat-voucher-terms-conditions" }...

For now there is a very complicated bash command in all declaration repositories to run `lint` `test` and `track` All this complexity can be handled directly in the scripts and...