Skip to content

Commit 574fc1c

Browse files
committed
Merge remote-tracking branch 'DO1JLR/uplink26'
2 parents 762b2f8 + f5902a6 commit 574fc1c

File tree

3 files changed

+14320
-0
lines changed

3 files changed

+14320
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"$schema": "../../../docs/config-schema.json",
3+
"conference": {
4+
"title": "Uplink 2026",
5+
"acronym": "uplink26",
6+
"media_slug": "uplink2026",
7+
"description": "Live streaming from the Uplink 2026",
8+
"keywords": [
9+
"Python"
10+
],
11+
"organizer": "Selfnet e.V.",
12+
"start": "2026-03-06T12:00:00+01:00",
13+
"end": "2026-03-08T19:00:00+01:00",
14+
"time_zone_name": "Europe/Berlin",
15+
"streamingConfig": {
16+
"features": {
17+
"relive": true,
18+
"embed": true,
19+
"feedback": false,
20+
"releases": true,
21+
"social": {
22+
"hashtag": "#uplink26",
23+
"mastodon": true
24+
},
25+
"chat": {}
26+
},
27+
"schedule": {
28+
"url": "https://cfp.selfnet.de/uplink-2026/schedule/export/schedule.xml",
29+
"scale": 7,
30+
"index_offset": -1,
31+
"roomfilter": [
32+
"Vortragssaal"
33+
]
34+
},
35+
"html": {
36+
"banner" : "<img src='/configs/conferences/uplink2026/uplink.svg' alt='Uplink'>",
37+
"footer": "\n\t\tby <a href=\"https://c3voc.de\">C3VOC</a>, <a href=\"https://chaoswest.tv/\">Chaos-West TV</a>, <a href=\"https://winkekatze.tv/\">winkekatze.tv</a> & <a href=\"https://selfnet.de/\">Selfnet e.V.</a>\n\t",
38+
"not_started": null
39+
}
40+
},
41+
"overviewPage": null,
42+
"extraFiles": null,
43+
"rooms": [
44+
{
45+
"guid": "c3352bbe-c737-40a7-bca1-aeeaffd31f2e",
46+
"name": "Vortragssaal",
47+
"slug": "vortragssaal",
48+
"streamId": "cwtv",
49+
"streamingConfig": {
50+
"display": "vortragssaal",
51+
"schedule": true,
52+
"preview": true,
53+
"translation": false,
54+
"subtitles": false,
55+
"feedback": false,
56+
"chat": {},
57+
"social": true
58+
}
59+
}
60+
]
61+
}
62+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@import "../../../assets/css/_structure.less";
2+
3+
.banner {
4+
text-align: center;
5+
}

0 commit comments

Comments
 (0)