update contact and add support for api version 14

This commit is contained in:
root 2022-12-30 01:55:49 +01:00
parent ab18afb2c8
commit fe29295a0e
1 changed files with 17 additions and 8 deletions

View File

@ -1,26 +1,26 @@
{ {
"api": "0.13", "api": "0.13",
"api_compatibility": [
"0.13",
"14"
],
"space": "Chaostreff Chemnitz", "space": "Chaostreff Chemnitz",
"logo": "http://chaoschemnitz.de/chch_logo.png", "logo": "http://chaoschemnitz.de/chch_logo.png",
"url": "https://chaoschemnitz.de", "url": "https://chaoschemnitz.de",
"location": { "location": {
"address": "Augustusburger Str. 102, 09126 Chemnitz, Germany", "address": "Augustusburger Str. 102, 09126 Chemnitz, Germany",
"lon": 12.939537, "lon": 12.939537,
"lat": 50.830659 "lat": 50.830659,
"timezone": "Europe/Berlin"
}, },
"contact": { "contact": {
"ml": "kontakt@chaoschemnitz.de", "ml": "kontakt@chaoschemnitz.de",
"phone": "+49 37 1337 18088", "phone": "+49 37 1337 18088",
"irc": "irc://irc.hackint.eu/#ChaosChemnitz", "mastodon": "@chch@chaos.social",
"facebook": "https://www.facebook.com/ChaosChemnitz", "matrix": "#ChCh:matrix.org",
"twitter": "@ChaosChemnitz", "twitter": "@ChaosChemnitz",
"issue_mail": "florz@florz.net" "issue_mail": "florz@florz.net"
}, },
"issue_report_channels": [
"ml",
"issue_mail"
],
"open": %%STATUS%%,
"state": { "state": {
"open": %%STATUS%%, "open": %%STATUS%%,
"lastchange": %%LASTCHANGE%%, "lastchange": %%LASTCHANGE%%,
@ -36,5 +36,14 @@
"url": "http://chaoschemnitz.de/chch.ical" "url": "http://chaoschemnitz.de/chch.ical"
} }
}, },
"projects": [
"https://git.chch.it/",
"https://chaoschemnitz.de/Junghackertag",
"https://chaoschemnitz.de/Computertruhe"
],
"spacefed": {
"spacenet": false,
"spacesaml": false
},
"ext_ccc": "chaostreff" "ext_ccc": "chaostreff"
} }