Compare commits
4 commits
a8bbdf907a
...
7c7d322839
Author | SHA1 | Date | |
---|---|---|---|
7c7d322839 | |||
cc7c712366 | |||
94cdb612a1 | |||
cb48fa98b0 |
1 changed files with 22 additions and 8 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":"0.13",
|
"api_compatibility":["14"],
|
||||||
"space":"IT-Syndikat",
|
"space":"IT-Syndikat",
|
||||||
"logo":"http://it-syndikat.org/api/images/its_l.png",
|
"logo":"https://it-syndikat.org/api/images/its_l.png",
|
||||||
"url":"http://it-syndikat.org",
|
"url":"https://it-syndikat.org",
|
||||||
"location":{
|
"location":{
|
||||||
"address":"Tschamlerstrasse 3, 6020 Innsbruck, Austria",
|
"address":"Tschamlerstrasse 3, 6020 Innsbruck, Austria",
|
||||||
"lat":47.2578,
|
"lat":47.2578,
|
||||||
|
@ -19,17 +19,31 @@
|
||||||
"open":$open,
|
"open":$open,
|
||||||
"lastchange":$date,
|
"lastchange":$date,
|
||||||
"icon":{
|
"icon":{
|
||||||
"open":"http://it-syndikat.org/api/images/ITS_Open.png",
|
"open":"https://it-syndikat.org/api/images/ITS_Open.png",
|
||||||
"closed":"http://it-syndikat.org/api/images/ITS_Closed.png"
|
"closed":"https://it-syndikat.org/api/images/ITS_Closed.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"contact":{
|
"contact":{
|
||||||
"phone":"+43 512 563468",
|
"phone":"+43 512 563468",
|
||||||
|
"mastodon":"@itsyndikat@chaos.social",
|
||||||
"twitter":"@ItSyndikat",
|
"twitter":"@ItSyndikat",
|
||||||
"email":"wir@it-syndikat.org",
|
"email":"wir@it-syndikat.org",
|
||||||
"ml":"its-public@lists.catbull.com"
|
"matrix":"#lobby:it-syndik.at"
|
||||||
},
|
},
|
||||||
"issue_report_channels":["email"],
|
"membership_plans":[
|
||||||
|
{
|
||||||
|
"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