-
-
Notifications
You must be signed in to change notification settings - Fork 26
Specification: services
The id is used by other files to refer to this specific file.
Keep it simple, lowercase. Use a "-" for any non-Az-01 character.
For instance: AT&T's id is "at-t", App.net's id is "app-net"
This is the name of the service. It is the common way people refer to it. You can use capitals, etc.
For instance: "Google" or "Facebook" or "App.net"
Type can be either "service" or "software".
For instance, diasp.org or joindiaspora.com are a "service" but diaspora is "software".
urls are an array, because a service can be accessed from different urls (e.g. google.com and google.de). The urls is particularly useful for the browser extension to display the ToS;DR rating (see #tosdr) while the user is on a website.
Be careful when you chose the urls, to allow subdomains or not.
For instance, blogs hosted at wordpress.com can be accessed through blogname.wordpress.com. We do not want to refer to this url when we deal with the ToS for wordpress.com. So instead, we use "urls": ["en.wordpress.com", "(etc.)"]
Array to refer to keywords commonly used to refer to that service. Useful for showing similar services and for search purposes
Array for related services. Use other services's id to refer to them.
For instance: wordpress.com will have "related": ["tumblr"]
When a service belongs to another service or is based on software.
For instance: wordpress.com is owned/run by "automattic" and diasp.org is based on the software "diaspora".
The alexa.com ranking for the service. We use it to order services from most visited to less.
`"fulltos": {
"privacy": {
"service": "automattic",
},
"tosback2": "akismet.com",
"terms": {
"name": "Terms of Use",
"url": "https://akismet.com/tos/"
}
},`
`"tosdr": {
"rated": false
},
}`