20 lines
512 B
JSON
20 lines
512 B
JSON
|
{
|
||
|
"api_compatibility": ["15"],
|
||
|
"space": "chaostreff.ch",
|
||
|
"logo": "https://ccc-ch.ch/images/ccc-ch.png",
|
||
|
"url": "https://chaostreff.ch",
|
||
|
"contact": {
|
||
|
"irc": "ircs://irc.chaostreff.ch/#ccc",
|
||
|
"ml": "swiss-chaos@chaostreff.ch",
|
||
|
"issue_mail": "infra@ccc-basel.ch"
|
||
|
},
|
||
|
"linked_spaces": [
|
||
|
{%- for space in hackerspaces | selectattr('spaceapi') %}
|
||
|
{
|
||
|
"endpoint": "{{ space.spaceapi }}",
|
||
|
"website": "{{ space.website }}"
|
||
|
}{% if not loop.last %},{% endif %}
|
||
|
{%- endfor %}
|
||
|
]
|
||
|
}
|