Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions configs/conferences/wbmv18/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"$schema": "../../../docs/config-schema.json",
"conference": {
"title": "Wireless Battle of the Mesh v18",
"acronym": "wbmv18",
"description": "Live streaming from the Wireless Battle of the Mesh v18",
"organizer": "Wireless Battle Mesh",
"start": "2026-09-07T15:00:00+02:00",
"end": "2026-09-12T20:00:00+02:00",
"streamingConfig": {
"features": {
"embed": true,
"relive": false,
"feedback": false,
"chat": {
"irc": false,
"matrix": false
}
},
"html": {
"banner": "<div class='container'><img src='/configs/conferences/wbmv18/wbmv18logo.svg' alt='Logo of the WBM v18 in Karin, Croatia'></div>",
"footer": "\n\t\tby <a href=\"https://battlemesh.org\">Wireless Battle Mesh</a> &\n\t\t<a href=\"https://c3voc.de\">C3VOC</a>\n\t"
},
"schedule": {
"url": "https://pretalx.freifunktag.de/wbmv18/schedule/export/schedule.xml"
}
},
"rooms": [
{
"guid": "e8128e47-f83c-5eca-abc0-1d3cb7ce7447",
"name": "Livestream",
"slug": "stream",
"streamId": "wbmv18",
"streamingConfig": {
"wide": true
}
}
]
}
}
9 changes: 9 additions & 0 deletions configs/conferences/wbmv18/main.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@import "../../../assets/css/_structure.less";

.banner {
text-align: center;
}
.banner img {
padding-top: 10px;
max-height: 300px;
}
730 changes: 730 additions & 0 deletions configs/conferences/wbmv18/wbmv18logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.