Compare commits
No commits in common. "7c7d322839302193179d2d83ad42cafcbc581bed" and "a8bbdf907a10e4ce0dd9cb1017fc749df6d12138" have entirely different histories.
7c7d322839
...
a8bbdf907a
1 changed files with 8 additions and 22 deletions
|
@ -6,10 +6,10 @@
|
||||||
$date=$arr[1]; //lastchange: upadate via file see explode/implode
|
$date=$arr[1]; //lastchange: upadate via file see explode/implode
|
||||||
echo <<< eot
|
echo <<< eot
|
||||||
{
|
{
|
||||||
"api_compatibility":["14"],
|
"api":"0.13",
|
||||||
"space":"IT-Syndikat",
|
"space":"IT-Syndikat",
|
||||||
"logo":"https://it-syndikat.org/api/images/its_l.png",
|
"logo":"http://it-syndikat.org/api/images/its_l.png",
|
||||||
"url":"https://it-syndikat.org",
|
"url":"http://it-syndikat.org",
|
||||||
"location":{
|
"location":{
|
||||||
"address":"Tschamlerstrasse 3, 6020 Innsbruck, Austria",
|
"address":"Tschamlerstrasse 3, 6020 Innsbruck, Austria",
|
||||||
"lat":47.2578,
|
"lat":47.2578,
|
||||||
|
@ -19,31 +19,17 @@
|
||||||
"open":$open,
|
"open":$open,
|
||||||
"lastchange":$date,
|
"lastchange":$date,
|
||||||
"icon":{
|
"icon":{
|
||||||
"open":"https://it-syndikat.org/api/images/ITS_Open.png",
|
"open":"http://it-syndikat.org/api/images/ITS_Open.png",
|
||||||
"closed":"https://it-syndikat.org/api/images/ITS_Closed.png"
|
"closed":"http://it-syndikat.org/api/images/ITS_Closed.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"contact":{
|
"contact":{
|
||||||
"phone":"+43512563468",
|
"phone":"+43512563468",
|
||||||
"mastodon":"@itsyndikat@chaos.social",
|
|
||||||
"twitter":"@ItSyndikat",
|
"twitter":"@ItSyndikat",
|
||||||
"email":"wir@it-syndikat.org",
|
"email":"wir@it-syndikat.org",
|
||||||
"matrix":"#lobby:it-syndik.at"
|
"ml":"its-public@lists.catbull.com"
|
||||||
},
|
},
|
||||||
"membership_plans":[
|
"issue_report_channels":["email"],
|
||||||
{
|
|
||||||
"name": "Normal membership",
|
|
||||||
"value": 20,
|
|
||||||
"currency": "EUR",
|
|
||||||
"billing_interval": "monthly"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Student membership",
|
|
||||||
"value": 10,
|
|
||||||
"currency": "EUR",
|
|
||||||
"billing_interval": "monthly"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"ext_ccc": "chaostreff"
|
"ext_ccc": "chaostreff"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue