-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspaceapi.json
More file actions
46 lines (46 loc) · 1.09 KB
/
spaceapi.json
File metadata and controls
46 lines (46 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"api_compatibility": [
"15"
],
"space": "LuXeria",
"logo": "https://luxeria.ch/img/luxeria.png",
"url": "https://luxeria.ch/",
"location": {
"address": "LABOR Luzern, Degenstrasse 3, 6010 Kriens",
"lon": 8.277263,
"lat": 47.03599
},
"contact": {
"email": "vorstand@luxeria.ch",
"irc": "irc://irc.libera.chat/luxeria",
"telegram": "https://t.me/luxeria_irc",
"twitter": "@LuXeria_Luzern"
},
"issue_report_channels": [
"email"
],
"state": {
"message": "The weekly meeting takes place every Wednesday from approx. 20:00 in the following Jitsi meeting room: https://meet.luxeria.ch/LuxeriaTreffen"
},
"feeds": {
"blog": {
"type": "rss",
"url": "https://luxeria.ch/feed.xml"
},
"wiki": {
"type": "rss",
"url": "https://wiki.luxeria.ch/feed.php"
}
},
"links": [
{
"name": "Jitsi",
"description": "Our Jitsi room used for weekly meetings",
"url": "https://meet.luxeria.ch/LuxeriaTreffen"
}
],
"projects": [
"https://wiki.luxeria.ch/",
"https://github.com/luxeria"
]
}