Skip to content

Commit 1289bf1

Browse files
committed
Prepare Uplink
1 parent be121c8 commit 1289bf1

File tree

3 files changed

+14322
-0
lines changed

3 files changed

+14322
-0
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"$schema": "../../../docs/config-schema.json",
3+
"conference": {
4+
"title": "Uplink 2026",
5+
"acronym": "uplink26",
6+
"media_slug": "uplink26",
7+
"description": "Live streaming from the Uplink 2026",
8+
"keywords": [
9+
"Python"
10+
],
11+
"organizer": "Selfnet e.V.",
12+
"start": "2026-03-06T08:00:00+02:00",
13+
"end": "2026-03-08T19:00:00+02:00",
14+
"time_zone_name": "Europe/Zurich",
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", # TODO: Check
29+
"scale": 7,
30+
"index_offset": -1,
31+
"roomfilter": [
32+
"Henny-Brenner-Saal", # TODO: Check
33+
"Kleiner Saal", # TODO: Check
34+
"Kabinett" # TODO: Check
35+
]
36+
},
37+
"html": {
38+
"banner" : "<img src='/configs/conferences/uplink2026/uplink.svg' alt=''>",
39+
"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",
40+
"not_started": null
41+
}
42+
},
43+
"overviewPage": null,
44+
"extraFiles": null,
45+
"rooms": [
46+
{
47+
"guid": "73b6b66b-e0dd-5fe2-ad4d-fda51c58f296", # TODO: Change
48+
"name": "Aula", # TODO: Change
49+
"slug": "aula", # TODO: Change
50+
"streamId": "cwtv",
51+
"streamingConfig": {
52+
"display": "Aula", # TODO: Change
53+
"schedule": true,
54+
"preview": true,
55+
"translation": false,
56+
"subtitles": false,
57+
"feedback": false,
58+
"chat": {},
59+
"social": true
60+
}
61+
}
62+
]
63+
}
64+
}
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)