From 8ece062adbdf0f47197c20aaab950418162043cc Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 29 Apr 2014 12:51:06 +0200 Subject: [PATCH] Made the API compliant with spec version 0.13 See http://spaceapi.net/specs/0.13 for the full spec --- website/spaceapi.php | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/website/spaceapi.php b/website/spaceapi.php index 5cc4248..6927606 100644 --- a/website/spaceapi.php +++ b/website/spaceapi.php @@ -1,25 +1,39 @@ { - "api":"0.12", + "api":"0.13", "space":"Chaostreff-Dortmund", "logo":"https://wiki.ctdo.de/lib/tpl/dokubook/images/ctdo.png", "icon":{ - "open":"http://www.chaostreff-dortmund.de/green.png", - "closed":"http://www.chaostreff-dortmund.de/red.png" + "open":"https://www.chaostreff-dortmund.de/green.png", + "closed":"https://www.chaostreff-dortmund.de/red.png" + }, + "state": { + "open": + }, "url":"https://www.chaostreff-dortmund.de/", "address":"Braunschweigerstr. 22, 44145 Dortmund, Germany", "contact":{ - "irc":"irc://irc.hackint.org/#ccc.do", + "irc":"irc://irc.hackint.org/#ctdo", "twitter":"@ctdo", "email":"presse@chaostreff-dortmund.de", - "ml":"ccc@chaostreff-dortmund.de" + "ml":"discuss@lists.chaostreff-dortmund.de" }, - "lat":51.527664, - "lon":7.465072, - "open": - + "issue_report_channels": ["ml"], + "location": { + "address":"Braunschweigerstr. 22, 44145 Dortmund, Germany", + "lat":51.527664, + "lon":7.465072 + }, + "lat": 51.527664, + "lon": 7.465072, + "open": false } -