From 528bee27f8921dfd0e6f8785a339dfa321f3ac04 Mon Sep 17 00:00:00 2001 From: Stefan Schlott Date: Tue, 25 Oct 2016 10:41:47 +0200 Subject: [PATCH] SpaceAPI file --- content/spaceapi.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 content/spaceapi.json diff --git a/content/spaceapi.json b/content/spaceapi.json new file mode 100644 index 00000000..6fb587e9 --- /dev/null +++ b/content/spaceapi.json @@ -0,0 +1,36 @@ +{ + "api": "0.13", + "space": "CCCS - CCC Stuttgart", + "logo": "https://www.cccs.de/img/logo-klein.png", + "url": "https://www.cccs.de/", + "ext_ccc": "erfa", + "location": { + "address": "Trefft uns an den Stammtischen (https://www.cccs.de/about/stammtisch/) oder der Vortragsreihe (https://www.cccs.de/events/vortragsreihe/)!", + "lon": 9.181, + "lat": 48.790 + }, + "contact": { + "twitter": "@cccs_de", + "ml": "public@cccs.de", + "issue_mail": "presse@cccs.de" + }, + "issue_report_channels": [ + "twitter", "issue_mail" + ], + "state": { + "open": false + }, + "feeds": { + "blog": { + "type": "atom", + "url": "https://www.cccs.de/atom.xml" + }, + "calendar": { + "type": "ical", + "url": "https://www.cccs.de/cccs.ical" + } + }, + "cache": { + "schedule": "h.04" + } +}