From f885d723de6655e89367fe23b1ab6e36eda1fe40 Mon Sep 17 00:00:00 2001 From: Jacob Hrbek Date: Mon, 17 Jun 2024 02:43:21 +0000 Subject: [PATCH] Join Libre Hosters --- librehost.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 librehost.json diff --git a/librehost.json b/librehost.json new file mode 100644 index 00000000..7dedce79 --- /dev/null +++ b/librehost.json @@ -0,0 +1,19 @@ +{ + "@context" : "http://schema.org", + "version": "0.0.1", + "@type" : "Organization", + "organizationType" : "Informal collective", + "name" : "NiXium", + "tagLine" : "providing services for everyone", + "homeUrl" : "https://librehoster.example", + "logo" : "https://librehoster.example/logo.png", + "description": "libre service provider", + "communicationLanguages": ["en", "fr", "nl"], + "contactUrl": "https://librehoster.example/contact", + "privacyPolicyUrl" : "https://librehoster.example/policy/privacy", + "termsOfServiceUrl" : "https://librehoster.example/policy/tos", + "isServiceProvider" : true, + "foundingDate": "YYYY", + "dateCreated": "YYYY-MM-DDTHH:MM:SSZ", + "dateModified": "2018-11-10T22:32:54Z" +} \ No newline at end of file