1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"@context": "http://schema.org",
"@type": "Organization",
"organizationType": "Non-profit Association",
"name": "Petites Singularités",
"tagLine": "Awakening territories to life.",
"homeUrl": "https://ps.lesoiseaux.io",
"logo": "https://ps.lesoiseaux.io/assets/img/logo-ps.svg",
"description": "P.S.: specializes in Discourse hosting and provides other services, e.g., ActivityPub federated services to members and friends. We use Gandi for domains and Hetzner for hosting.",
"communicationLanguages": [
"en",
"fr",
"es"
],
"contactUrl": "https://ps.zoethical.org/about",
"privacyPolicyUrl": "https://ps.zoethical.org/privacy",
"termsOfServiceUrl": "https://ps.zoethical.org/tos",
"isServiceProvider": true,
"foundingDate": "2017",
"version": "0.0.1",
"dateCreated": "2018-11-11T18:18:18Z",
"dateModified": "2018-11-11T18:18:18Z"
}
|