From af4d66fd06732425c4224dcfe0ce8a536d918c56 Mon Sep 17 00:00:00 2001 From: Sophie Schiller Date: Sat, 9 Mar 2019 00:11:40 +0100 Subject: fossgis2019: set correct acronym --- configs/conferences/fossgis19/assets/bg.png | Bin 44526 -> 0 bytes configs/conferences/fossgis19/config.php | 266 --------------------- configs/conferences/fossgis19/main.less | 210 ---------------- configs/conferences/fossgis19/main.less.disabled | 200 ---------------- configs/conferences/fossgis2019/assets/bg.png | Bin 0 -> 44526 bytes configs/conferences/fossgis2019/config.php | 266 +++++++++++++++++++++ configs/conferences/fossgis2019/main.less | 210 ++++++++++++++++ configs/conferences/fossgis2019/main.less.disabled | 200 ++++++++++++++++ 8 files changed, 676 insertions(+), 676 deletions(-) delete mode 100644 configs/conferences/fossgis19/assets/bg.png delete mode 100644 configs/conferences/fossgis19/config.php delete mode 100644 configs/conferences/fossgis19/main.less delete mode 100644 configs/conferences/fossgis19/main.less.disabled create mode 100644 configs/conferences/fossgis2019/assets/bg.png create mode 100644 configs/conferences/fossgis2019/config.php create mode 100644 configs/conferences/fossgis2019/main.less create mode 100644 configs/conferences/fossgis2019/main.less.disabled (limited to 'configs/conferences') diff --git a/configs/conferences/fossgis19/assets/bg.png b/configs/conferences/fossgis19/assets/bg.png deleted file mode 100644 index 21f6ada..0000000 Binary files a/configs/conferences/fossgis19/assets/bg.png and /dev/null differ diff --git a/configs/conferences/fossgis19/config.php b/configs/conferences/fossgis19/config.php deleted file mode 100644 index a22a153..0000000 --- a/configs/conferences/fossgis19/config.php +++ /dev/null @@ -1,266 +0,0 @@ - strtotime("2019-03-13 09:00"), - - /** - * Der Endzeitpunkt der Konferenz als Unix-Timestamp. Befinden wir uns danach, wird eine Danke-Und-Kommen-Sie- - * Gut-Nach-Hause-Seite sowie einem Ausblick auf die kommenden Events angezeigt. - * - * Wird dieser Zeitpunkt nicht angegeben, endet die Konferenz nie. (Siehe aber CLOSED weiter unten) - */ - 'ENDS_AT' => strtotime("2019-03-16 18:00"), - - /** - * Hiermit kann die Funktionalitaet von STARTS_AT/ENDS_AT überschrieben werden. Der Wert 'before' - * simuliert, dass die Konferenz noch nicht begonnen hat. Der Wert 'after' simuliert, dass die Konferenz - * bereits beendet ist. 'running' simuliert eine laufende Konferenz. - * - * Der Boolean true ist aus Abwärtskompatibilitätsgründen äquivalent zu 'after'. False ist äquivalent - * zu 'running'. - */ - //'CLOSED' => 'running', - - /** - * Titel der Konferenz (kann Leer- und Sonderzeichen enthalten) - * Dieser im Seiten-Header, im -Tag, in der About-Seite und ggf. ab weiteren Stellen als - * Anzeigetext benutzt - */ - 'TITLE' => 'FOSSGIS-Konferenz 2019', - - /** - * Veranstalter - * Wird für den <meta name="author">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher - * <meta>-Tag generiert. - */ - 'AUTHOR' => 'FOSSGIS e.V.', - - /** - * Beschreibungstext - * Wird für den <meta name="description">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher - * <meta>-Tag generiert. - */ - 'DESCRIPTION' => 'Die FOSSGIS-Konferenz ist die führende Konferenz für Freie und Open Source Software Geo-Software und OpenStreetMap. Die FOSSGIS-Konferenz 2019 wird vom gemeinnützigen FOSSGIS e.V und der OpenStreetMap Community und der Hochschule für Technik und Wirtschaft Dresden veranstaltet.', - - /** - * Schlüsselwortliste, Kommasepariert - * Wird für den <meta name="keywords">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher - * <meta>-Tag generiert. - */ - 'KEYWORDS' => 'FOSSGIS19, OpenStreetMap, GIS, OpenSource, Geo', - - /** - * HTML-Code für den Footer (z.B. für spezielle Attribuierung mit <a>-Tags) - * Sollte üblicherweise nur Inline-Elemente enthalten - * Wird diese Zeile auskommentiert, wird die Standard-Attribuierung für (c3voc.de) verwendet - */ - 'FOOTER_HTML' => ' - <a href="https://www.fossgis-konferenz.de/2019/">FOSSGIS-Konferenz 2019</a> - by <a href="https://www.fossgis.de/">FOSSGIS e.V</a> & - <a href="https://c3voc.de">C3VOC</a> - ', - - /** - * HTML-Code für den Banner (nur auf der Startseite, direkt unter dem Header) - * wird üblicherweise für KeyVisuals oder Textmarke verwendet (vgl. Blaues - * Wischiwaschi auf http://media.ccc.de/) - * - * Dieser HTML-Block wird üblicherweise in der main.less speziell für die - * Konferenz umgestaltet. - * - * Wird diese Zeile auskommentiert, wird kein Banner ausgegeben. - */ -/* 'BANNER_HTML' => ' - <img src="../configs/conferences/pw18/logo3.png"> - ', -*/ - - /** - * Link zu den Recordings - * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt - */ - 'RELEASES' => 'https://media.ccc.de/c/fossgis19', - - /** - * Um die interne ReLive-Ansicht zu aktivieren, kann hier ein ReLive-JSON - * konfiguriert werden. Üblicherweise wird diese Datei über das Script - * configs/download.sh heruntergeladen, welches von einem Cronjob - * regelmäßig getriggert wird. - * - * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt - */ - //'RELIVE_JSON' => 'https://live.ber.c3voc.de/relive/pw18/index.json', -); - -/** - * Konfiguration der Stream-Übersicht auf der Startseite - */ -$CONFIG['OVERVIEW'] = array( - /** - * Abschnitte aud der Startseite und darunter aufgeführte Räume - * Es können beliebig neue Gruppen und Räume hinzugefügt werden - * - * Die Räume müssen in $CONFIG['ROOMS'] konfiguriert werden, - * sonst werden sie nicht angezeigt. - */ - 'GROUPS' => array( - 'Live' => array( - 'audimax', - 'mathe', - 'physik', - ), - ), -); - - - -/** - * Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.) - */ -$CONFIG['ROOMS'] = array( - 'audimax' => array( - 'DISPLAY' => 'Audimax S239', - 'STREAM' => 's2', - 'PREVIEW' => true, - - 'TRANSLATION' => false, - 'SD_VIDEO' => true, - 'HD_VIDEO' => true, - 'DASH' => true, - 'AUDIO' => true, - 'SLIDES' => true, - 'MUSIC' => false, - - 'SCHEDULE' => true, - 'SCHEDULE_NAME' => 'Audimax S239', - 'FEEDBACK' => false, - 'SUBTITLES' => false, - 'EMBED' => true, - 'IRC' => false, - 'TWITTER' => true, - 'TWITTER_CONFIG' => array( - 'DISPLAY' => '#fossgis19 @ twitter/mastodon', - 'TEXT' => '#fossgis19', - ), - ), - - 'mathe' => array( - 'DISPLAY' => 'Mathe Z211', - 'STREAM' => 's3', - 'PREVIEW' => true, - - 'TRANSLATION' => false, - 'SD_VIDEO' => true, - 'HD_VIDEO' => true, - 'DASH' => true, - 'AUDIO' => true, - 'SLIDES' => true, - 'MUSIC' => false, - - 'SCHEDULE' => true, - 'SCHEDULE_NAME' => 'Mathe Z211', - 'FEEDBACK' => false, - 'SUBTITLES' => false, - 'EMBED' => true, - 'IRC' => false, - 'TWITTER' => true, - 'TWITTER_CONFIG' => array( - 'DISPLAY' => '#fossgis19 @ twitter/mastodon', - 'TEXT' => '#fossgis19', - ), - ), - - 'physik' => array( - 'DISPLAY' => 'Physik Z254', - 'STREAM' => 's4', - 'PREVIEW' => true, - - 'TRANSLATION' => false, - 'SD_VIDEO' => true, - 'HD_VIDEO' => true, - 'DASH' => true, - 'AUDIO' => true, - 'SLIDES' => true, - 'MUSIC' => false, - - 'SCHEDULE' => true, - 'SCHEDULE_NAME' => 'Physik Z254', - 'FEEDBACK' => false, - 'SUBTITLES' => false, - 'EMBED' => true, - 'IRC' => false, - 'TWITTER' => true, - 'TWITTER_CONFIG' => array( - 'DISPLAY' => '#fossgis19 @ twitter/mastodon', - 'TEXT' => '#fossgis19', - ), - ), -); - - - -/** - * Konfigurationen zum Konferenz-Fahrplan - * Wird dieser Block auskommentiert, werden alle Fahrplan-Bezogenen Features deaktiviert - */ -$CONFIG['SCHEDULE'] = array( - /** - * URL zum Fahrplan-XML - * - * Diese URL muss immer verfügbar sein, sonst könnte die Programm-Ansicht - * aufhören zu funktionieren. Üblicherweise wird diese daher Datei über - * das Script configs/download.sh heruntergeladen, welches von einem - * Cronjob regelmäßig getriggert wird. - */ - 'URL' => 'https://pretalx.com/fossgis2019/schedule/export/schedule.xml', - - /** - * Nur die angegebenen Räume aus dem Fahrplan beachten - * - * Wird diese Zeile auskommentiert, werden alle Räume angezeigt - */ - //'ROOMFILTER' => array('Saal 1', 'Saal 2', 'Workshop Raum'), - - /** - * Skalierung der Programm-Vorschau in Sekunden pro Pixel - */ - 'SCALE' => 6, - - /** - * Simuliere das Verhalten als wäre die Konferenz bereits heute - * - * Diese folgende Beispiel-Zeile Simuliert, dass das - * Konferenz-Datum 2016-12-29 auf den heutigen Tag 2016-02-24 verschoben ist. - */ - //'SIMULATE_OFFSET' => strtotime(/* Conference-Date */ '2018-10-23 11:00') - strtotime(/* Today */ date('Y-m-d')), - //'SIMULATE_OFFSET' => 0, -); - - -/** - * Globaler Schalter für die Embedding-Funktionalitäten - * - * Wird diese Zeile auskommentiert oder auf False gesetzt, werden alle - * Embedding-Funktionen deaktiviert. - */ -$CONFIG['EMBED'] = true; - -/** - * Globale Konfiguration der Twitter-Links. - * - * Wird dieser Block auskommentiert, werden keine Twitter-Links mehr erzeugt. Sollen die - * Twitter-Links für jeden Raum einzeln konfiguriert werden, muss dieser Block trotzdem - * existieren sein. ggf. einfach auf true setzen: - * - * $CONFIG['TWITTER'] = true - */ -$CONFIG['TWITTER'] = true; - -return $CONFIG; diff --git a/configs/conferences/fossgis19/main.less b/configs/conferences/fossgis19/main.less deleted file mode 100644 index 6e764b6..0000000 --- a/configs/conferences/fossgis19/main.less +++ /dev/null @@ -1,210 +0,0 @@ -@import "../../../assets/css/_structure.less"; - - -// conference specific styles here -@pw-color: #FFFFFF; -@bg-orange: #ee7f00; - -@body-text: @pw-color; - -@overview-color: @pw-color; - -@darker-grey: rgba(16,16,15,.9); -@dark-grey: lighten(@darker-grey, 10%); -@light-grey: lighten(@darker-grey, 20%); -@lighter-grey: lighten(@darker-grey, 30%); - - -// often configured values (and their defaults): -// -@brand-primary: @darker-grey; -@text-color: @body-text; - -@link-color: @body-text; -@link-hover-color: @lighter-grey; - -// @navbar-height: 70px; - -@navbar-default-bg: @bg-orange; -@navbar-default-border: @bg-orange; - -@navbar-default-link-color: @pw-color; -//@navbar-default-link-hover-color: @link-hover-color; - -body { - background-image: url("/configs/conferences/fossgis19/assets/bg.png"); - background-repeat: no-repeat; - background-position: bottom; - background-attachment: fixed; - background-size: 100%; - padding: @navbar-height 0; - color: @body-text; - font-family: "Noto Sans",Arial,sans-serif; -} - -h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand { - font-family: "Noto Sans",Arial,sans-serif; - font-weight: bold; -} - -.group-live { - margin-top: 60px; -} - -.room { - h1 { - text-align: center; - - text-transform: uppercase; - font-weight: bold; - - margin: 40px 0 20px 0; - color: @bg-orange; - } -} - -.overview { - h2 { - text-align: center; - - text-transform: uppercase; - font-weight: bold; - - margin: 40px 0 20px 0; - color: @bg-orange; - } - - .room, .recordings { - a, a:hover { - text-decoration: none; - color: @overview-color; - } - - .panel { - //background: none; - background-color: @darker-grey; - border: 1px solid @bg-orange; - - &:hover { - text-decoration: none; - background-color: @dark-grey; - - } - - .panel-title { - color: @overview-color; - font-size: 18px; - } - - .panel-primary { - background-color: @light-grey; - border-color: @light-grey; - color: @overview-color; - a { - color: @overview-color; - } - } - - .panel-heading { - background: none; - border: none; - - display: block !important; - - text-transform: uppercase; - font-weight: bold; - - padding: 8px 15px; - - a { - color: @overview-color; - } - } - - } - } -} - -.overview .room-group-live-music .room .panel .panel-body { - margin-bottom: 0; -} - -.banner img { - max-width: 50%; -} -.banner { - display: none -} - -.well a { - color: @dark-grey; - text-decoration: underline; -} -.alert { - a { - text-decoration: underline; - } - &.alert-success a { - color: @state-success-text; - } - &.alert-info a { - color: @state-info-text; - } - &.alert-warning a { - color: @state-warning-text; - } - &.alert-danger a { - color: @state-danger-text; - } -} - -body.multiview .cell { - color: black; -} - -.closed .about a { - text-decoration: underline; - color: @brand-primary; -} - -.schedule .block.pause { - color: black !important; -} - - -footer { - color: lightgrey; -} - -.nav-tabs > li > a { - //border-radius: 0 !important; - background-color: @darker-grey; - border: 1px solid @bg-orange; - &:hover { - background-color: @dark-grey; - text-decoration: none; - } -} - -body.room .tab-content { - background-color: @lighter-grey; - border-left: 1px solid @bg-orange; - border-bottom: 1px solid @bg-orange; - border-right: 1px solid @bg-orange; -} - -@media (max-width: 768px) -{ - nav { - position: static !important; - } - body { - padding: 0 0; - } -} - -@media (max-width: 480px) { - .banner { - margin-top: 60px; - } -} diff --git a/configs/conferences/fossgis19/main.less.disabled b/configs/conferences/fossgis19/main.less.disabled deleted file mode 100644 index 0a193c9..0000000 --- a/configs/conferences/fossgis19/main.less.disabled +++ /dev/null @@ -1,200 +0,0 @@ -@import "../../../assets/css/_structure.less"; - - -// conference specific styles here -@pw-color: #102b48; -@bg-blue: #7e94b7; - -@body-text: @pw-color; - -@overview-color: @pw-color; - -@darker-grey: #262626; -@dark-grey: lighten(@darker-grey, 20%); -@light-grey: lighten(@darker-grey, 30%); -@lighter-grey: lighten(@darker-grey, 40%); - - -// often configured values (and their defaults): -// -@brand-primary: @pw-color; -@text-color: @body-text; - -@link-color: @body-text; -@link-hover-color: @lighter-grey; - -// @navbar-height: 70px; - -@navbar-default-bg: @bg-blue; -@navbar-default-border: @bg-blue; - -@navbar-default-link-color: white; -//@navbar-default-link-hover-color: @link-hover-color; - -body { - background-image: url("/configs/conferences/pw18/assets/header-privacyweek.jpg"); - background-repeat: no-repeat; - background-position: center 0; - background-attachment: fixed; - background-size: 100%; - padding: @navbar-height 0; - color: @body-text; -} - -h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand { - font-family: "pt_sansregular",Arial,sans-serif; -} - -.group-live { - margin-top: 60px; -} - -.overview { - h2 { - text-align: center; - - text-transform: uppercase; - font-weight: bold; - - margin: 40px 0 20px 0; - color: @bg-blue; - } - - .room, .recordings { - a, a:hover { - text-decoration: none; - color: @overview-color; - } - - .panel { - //background: none; - background-color: rgba(255,255,255,0.9); - border: 1px solid @bg-blue; - - &:hover { - text-decoration: none; - - .panel-body { - border-top: 1px solid @bg-blue; - } - - .panel-body .program-schedule .next-talk { - border-bottom: 1px solid @bg-blue; - } - } - - .panel-title { - color: @overview-color; - font-size: 18px; - } - - .panel-primary { - background-color: @light-grey; - border-color: @light-grey; - color: @overview-color; - a { - color: @overview-color; - } - } - - .panel-heading { - background: none; - border: none; - - display: block !important; - - text-transform: uppercase; - font-weight: bold; - - padding: 8px 15px; - - a { - color: @overview-color; - } - } - - } - } -} - -.overview .room-group-live-music .room .panel .panel-body { - margin-bottom: 0; -} - -.banner img { - max-width: 50%; -} -.banner { - display: none -} - -.well a { - color: @dark-grey; - text-decoration: underline; -} -.alert { - a { - text-decoration: underline; - } - &.alert-success a { - color: @state-success-text; - } - &.alert-info a { - color: @state-info-text; - } - &.alert-warning a { - color: @state-warning-text; - } - &.alert-danger a { - color: @state-danger-text; - } -} - -body.multiview .cell { - color: black; -} - -.closed .about a { - text-decoration: underline; - color: @brand-primary; -} - -.schedule .block.pause { - color: black !important; -} - - -footer { - color: lightgrey; -} - -.nav-tabs > li > a { - border-radius: 0 !important; - background-color: rgba(255,255,255,0.4); - &:hover { - background-color: rgba(255,255,255,0.6); - } -} - -body.room .tab-content { - background-color: rgba(255,255,255,0.85); - border-left: 1px solid @bg-blue; - border-bottom: 1px solid @bg-blue; - border-right: 1px solid @bg-blue; -} - -@media (max-width: 768px) -{ - nav { - position: static !important; - } - body { - padding: 0 0; - } -} - -@media (max-width: 480px) { - .banner { - margin-top: 60px; - } -} diff --git a/configs/conferences/fossgis2019/assets/bg.png b/configs/conferences/fossgis2019/assets/bg.png new file mode 100644 index 0000000..21f6ada Binary files /dev/null and b/configs/conferences/fossgis2019/assets/bg.png differ diff --git a/configs/conferences/fossgis2019/config.php b/configs/conferences/fossgis2019/config.php new file mode 100644 index 0000000..21075a0 --- /dev/null +++ b/configs/conferences/fossgis2019/config.php @@ -0,0 +1,266 @@ +<?php + +$CONFIG['CONFERENCE'] = array( + /** + * Der Startzeitpunkt der Konferenz als Unix-Timestamp. Befinden wir uns davor, wird die Closed-Seite + * mit einem Text der Art "hat noch nicht angefangen" angezeigt. + * + * Wird dieser Zeitpunkt nicht angegeben, gilt die Konferenz immer als angefangen. (Siehe aber ENDS_AT + * und CLOSED weiter unten) + */ + 'STARTS_AT' => strtotime("2019-03-13 09:00"), + + /** + * Der Endzeitpunkt der Konferenz als Unix-Timestamp. Befinden wir uns danach, wird eine Danke-Und-Kommen-Sie- + * Gut-Nach-Hause-Seite sowie einem Ausblick auf die kommenden Events angezeigt. + * + * Wird dieser Zeitpunkt nicht angegeben, endet die Konferenz nie. (Siehe aber CLOSED weiter unten) + */ + 'ENDS_AT' => strtotime("2019-03-16 18:00"), + + /** + * Hiermit kann die Funktionalitaet von STARTS_AT/ENDS_AT überschrieben werden. Der Wert 'before' + * simuliert, dass die Konferenz noch nicht begonnen hat. Der Wert 'after' simuliert, dass die Konferenz + * bereits beendet ist. 'running' simuliert eine laufende Konferenz. + * + * Der Boolean true ist aus Abwärtskompatibilitätsgründen äquivalent zu 'after'. False ist äquivalent + * zu 'running'. + */ + //'CLOSED' => 'running', + + /** + * Titel der Konferenz (kann Leer- und Sonderzeichen enthalten) + * Dieser im Seiten-Header, im <title>-Tag, in der About-Seite und ggf. ab weiteren Stellen als + * Anzeigetext benutzt + */ + 'TITLE' => 'FOSSGIS-Konferenz 2019', + + /** + * Veranstalter + * Wird für den <meta name="author">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher + * <meta>-Tag generiert. + */ + 'AUTHOR' => 'FOSSGIS e.V.', + + /** + * Beschreibungstext + * Wird für den <meta name="description">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher + * <meta>-Tag generiert. + */ + 'DESCRIPTION' => 'Die FOSSGIS-Konferenz ist die führende Konferenz für Freie und Open Source Software Geo-Software und OpenStreetMap. Die FOSSGIS-Konferenz 2019 wird vom gemeinnützigen FOSSGIS e.V und der OpenStreetMap Community und der Hochschule für Technik und Wirtschaft Dresden veranstaltet.', + + /** + * Schlüsselwortliste, Kommasepariert + * Wird für den <meta name="keywords">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher + * <meta>-Tag generiert. + */ + 'KEYWORDS' => 'FOSSGIS19, OpenStreetMap, GIS, OpenSource, Geo', + + /** + * HTML-Code für den Footer (z.B. für spezielle Attribuierung mit <a>-Tags) + * Sollte üblicherweise nur Inline-Elemente enthalten + * Wird diese Zeile auskommentiert, wird die Standard-Attribuierung für (c3voc.de) verwendet + */ + 'FOOTER_HTML' => ' + <a href="https://www.fossgis-konferenz.de/2019/">FOSSGIS-Konferenz 2019</a> + by <a href="https://www.fossgis.de/">FOSSGIS e.V</a> & + <a href="https://c3voc.de">C3VOC</a> + ', + + /** + * HTML-Code für den Banner (nur auf der Startseite, direkt unter dem Header) + * wird üblicherweise für KeyVisuals oder Textmarke verwendet (vgl. Blaues + * Wischiwaschi auf http://media.ccc.de/) + * + * Dieser HTML-Block wird üblicherweise in der main.less speziell für die + * Konferenz umgestaltet. + * + * Wird diese Zeile auskommentiert, wird kein Banner ausgegeben. + */ +/* 'BANNER_HTML' => ' + <img src="../configs/conferences/pw18/logo3.png"> + ', +*/ + + /** + * Link zu den Recordings + * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt + */ + 'RELEASES' => 'https://media.ccc.de/c/fossgis2019', + + /** + * Um die interne ReLive-Ansicht zu aktivieren, kann hier ein ReLive-JSON + * konfiguriert werden. Üblicherweise wird diese Datei über das Script + * configs/download.sh heruntergeladen, welches von einem Cronjob + * regelmäßig getriggert wird. + * + * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt + */ + //'RELIVE_JSON' => 'https://live.ber.c3voc.de/relive/pw18/index.json', +); + +/** + * Konfiguration der Stream-Übersicht auf der Startseite + */ +$CONFIG['OVERVIEW'] = array( + /** + * Abschnitte aud der Startseite und darunter aufgeführte Räume + * Es können beliebig neue Gruppen und Räume hinzugefügt werden + * + * Die Räume müssen in $CONFIG['ROOMS'] konfiguriert werden, + * sonst werden sie nicht angezeigt. + */ + 'GROUPS' => array( + 'Live' => array( + 'mathe', + 'physik', + 'audimax', + ), + ), +); + + + +/** + * Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.) + */ +$CONFIG['ROOMS'] = array( + 'audimax' => array( + 'DISPLAY' => 'Audimax S239', + 'STREAM' => 's2', + 'PREVIEW' => true, + + 'TRANSLATION' => false, + 'SD_VIDEO' => true, + 'HD_VIDEO' => true, + 'DASH' => true, + 'AUDIO' => true, + 'SLIDES' => true, + 'MUSIC' => false, + + 'SCHEDULE' => true, + 'SCHEDULE_NAME' => 'Audimax S239', + 'FEEDBACK' => false, + 'SUBTITLES' => false, + 'EMBED' => true, + 'IRC' => false, + 'TWITTER' => true, + 'TWITTER_CONFIG' => array( + 'DISPLAY' => '#fossgis2019 @ twitter/mastodon', + 'TEXT' => '#fossgis2019', + ), + ), + + 'mathe' => array( + 'DISPLAY' => 'Mathe Z211', + 'STREAM' => 's3', + 'PREVIEW' => true, + + 'TRANSLATION' => false, + 'SD_VIDEO' => true, + 'HD_VIDEO' => true, + 'DASH' => true, + 'AUDIO' => true, + 'SLIDES' => true, + 'MUSIC' => false, + + 'SCHEDULE' => true, + 'SCHEDULE_NAME' => 'Mathe Z211', + 'FEEDBACK' => false, + 'SUBTITLES' => false, + 'EMBED' => true, + 'IRC' => false, + 'TWITTER' => true, + 'TWITTER_CONFIG' => array( + 'DISPLAY' => '#fossgis2019 @ twitter/mastodon', + 'TEXT' => '#fossgis2019', + ), + ), + + 'physik' => array( + 'DISPLAY' => 'Physik Z254', + 'STREAM' => 's4', + 'PREVIEW' => true, + + 'TRANSLATION' => false, + 'SD_VIDEO' => true, + 'HD_VIDEO' => true, + 'DASH' => true, + 'AUDIO' => true, + 'SLIDES' => true, + 'MUSIC' => false, + + 'SCHEDULE' => true, + 'SCHEDULE_NAME' => 'Physik Z254', + 'FEEDBACK' => false, + 'SUBTITLES' => false, + 'EMBED' => true, + 'IRC' => false, + 'TWITTER' => true, + 'TWITTER_CONFIG' => array( + 'DISPLAY' => '#fossgis2019 @ twitter/mastodon', + 'TEXT' => '#fossgis2019', + ), + ), +); + + + +/** + * Konfigurationen zum Konferenz-Fahrplan + * Wird dieser Block auskommentiert, werden alle Fahrplan-Bezogenen Features deaktiviert + */ +$CONFIG['SCHEDULE'] = array( + /** + * URL zum Fahrplan-XML + * + * Diese URL muss immer verfügbar sein, sonst könnte die Programm-Ansicht + * aufhören zu funktionieren. Üblicherweise wird diese daher Datei über + * das Script configs/download.sh heruntergeladen, welches von einem + * Cronjob regelmäßig getriggert wird. + */ + 'URL' => 'https://pretalx.com/fossgis2019/schedule/export/schedule.xml', + + /** + * Nur die angegebenen Räume aus dem Fahrplan beachten + * + * Wird diese Zeile auskommentiert, werden alle Räume angezeigt + */ + //'ROOMFILTER' => array('Saal 1', 'Saal 2', 'Workshop Raum'), + + /** + * Skalierung der Programm-Vorschau in Sekunden pro Pixel + */ + 'SCALE' => 6, + + /** + * Simuliere das Verhalten als wäre die Konferenz bereits heute + * + * Diese folgende Beispiel-Zeile Simuliert, dass das + * Konferenz-Datum 2016-12-29 auf den heutigen Tag 2016-02-24 verschoben ist. + */ + //'SIMULATE_OFFSET' => strtotime(/* Conference-Date */ '2018-10-23 11:00') - strtotime(/* Today */ date('Y-m-d')), + //'SIMULATE_OFFSET' => 0, +); + + +/** + * Globaler Schalter für die Embedding-Funktionalitäten + * + * Wird diese Zeile auskommentiert oder auf False gesetzt, werden alle + * Embedding-Funktionen deaktiviert. + */ +$CONFIG['EMBED'] = true; + +/** + * Globale Konfiguration der Twitter-Links. + * + * Wird dieser Block auskommentiert, werden keine Twitter-Links mehr erzeugt. Sollen die + * Twitter-Links für jeden Raum einzeln konfiguriert werden, muss dieser Block trotzdem + * existieren sein. ggf. einfach auf true setzen: + * + * $CONFIG['TWITTER'] = true + */ +$CONFIG['TWITTER'] = true; + +return $CONFIG; diff --git a/configs/conferences/fossgis2019/main.less b/configs/conferences/fossgis2019/main.less new file mode 100644 index 0000000..6e764b6 --- /dev/null +++ b/configs/conferences/fossgis2019/main.less @@ -0,0 +1,210 @@ +@import "../../../assets/css/_structure.less"; + + +// conference specific styles here +@pw-color: #FFFFFF; +@bg-orange: #ee7f00; + +@body-text: @pw-color; + +@overview-color: @pw-color; + +@darker-grey: rgba(16,16,15,.9); +@dark-grey: lighten(@darker-grey, 10%); +@light-grey: lighten(@darker-grey, 20%); +@lighter-grey: lighten(@darker-grey, 30%); + + +// often configured values (and their defaults): +// +@brand-primary: @darker-grey; +@text-color: @body-text; + +@link-color: @body-text; +@link-hover-color: @lighter-grey; + +// @navbar-height: 70px; + +@navbar-default-bg: @bg-orange; +@navbar-default-border: @bg-orange; + +@navbar-default-link-color: @pw-color; +//@navbar-default-link-hover-color: @link-hover-color; + +body { + background-image: url("/configs/conferences/fossgis19/assets/bg.png"); + background-repeat: no-repeat; + background-position: bottom; + background-attachment: fixed; + background-size: 100%; + padding: @navbar-height 0; + color: @body-text; + font-family: "Noto Sans",Arial,sans-serif; +} + +h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand { + font-family: "Noto Sans",Arial,sans-serif; + font-weight: bold; +} + +.group-live { + margin-top: 60px; +} + +.room { + h1 { + text-align: center; + + text-transform: uppercase; + font-weight: bold; + + margin: 40px 0 20px 0; + color: @bg-orange; + } +} + +.overview { + h2 { + text-align: center; + + text-transform: uppercase; + font-weight: bold; + + margin: 40px 0 20px 0; + color: @bg-orange; + } + + .room, .recordings { + a, a:hover { + text-decoration: none; + color: @overview-color; + } + + .panel { + //background: none; + background-color: @darker-grey; + border: 1px solid @bg-orange; + + &:hover { + text-decoration: none; + background-color: @dark-grey; + + } + + .panel-title { + color: @overview-color; + font-size: 18px; + } + + .panel-primary { + background-color: @light-grey; + border-color: @light-grey; + color: @overview-color; + a { + color: @overview-color; + } + } + + .panel-heading { + background: none; + border: none; + + display: block !important; + + text-transform: uppercase; + font-weight: bold; + + padding: 8px 15px; + + a { + color: @overview-color; + } + } + + } + } +} + +.overview .room-group-live-music .room .panel .panel-body { + margin-bottom: 0; +} + +.banner img { + max-width: 50%; +} +.banner { + display: none +} + +.well a { + color: @dark-grey; + text-decoration: underline; +} +.alert { + a { + text-decoration: underline; + } + &.alert-success a { + color: @state-success-text; + } + &.alert-info a { + color: @state-info-text; + } + &.alert-warning a { + color: @state-warning-text; + } + &.alert-danger a { + color: @state-danger-text; + } +} + +body.multiview .cell { + color: black; +} + +.closed .about a { + text-decoration: underline; + color: @brand-primary; +} + +.schedule .block.pause { + color: black !important; +} + + +footer { + color: lightgrey; +} + +.nav-tabs > li > a { + //border-radius: 0 !important; + background-color: @darker-grey; + border: 1px solid @bg-orange; + &:hover { + background-color: @dark-grey; + text-decoration: none; + } +} + +body.room .tab-content { + background-color: @lighter-grey; + border-left: 1px solid @bg-orange; + border-bottom: 1px solid @bg-orange; + border-right: 1px solid @bg-orange; +} + +@media (max-width: 768px) +{ + nav { + position: static !important; + } + body { + padding: 0 0; + } +} + +@media (max-width: 480px) { + .banner { + margin-top: 60px; + } +} diff --git a/configs/conferences/fossgis2019/main.less.disabled b/configs/conferences/fossgis2019/main.less.disabled new file mode 100644 index 0000000..0a193c9 --- /dev/null +++ b/configs/conferences/fossgis2019/main.less.disabled @@ -0,0 +1,200 @@ +@import "../../../assets/css/_structure.less"; + + +// conference specific styles here +@pw-color: #102b48; +@bg-blue: #7e94b7; + +@body-text: @pw-color; + +@overview-color: @pw-color; + +@darker-grey: #262626; +@dark-grey: lighten(@darker-grey, 20%); +@light-grey: lighten(@darker-grey, 30%); +@lighter-grey: lighten(@darker-grey, 40%); + + +// often configured values (and their defaults): +// +@brand-primary: @pw-color; +@text-color: @body-text; + +@link-color: @body-text; +@link-hover-color: @lighter-grey; + +// @navbar-height: 70px; + +@navbar-default-bg: @bg-blue; +@navbar-default-border: @bg-blue; + +@navbar-default-link-color: white; +//@navbar-default-link-hover-color: @link-hover-color; + +body { + background-image: url("/configs/conferences/pw18/assets/header-privacyweek.jpg"); + background-repeat: no-repeat; + background-position: center 0; + background-attachment: fixed; + background-size: 100%; + padding: @navbar-height 0; + color: @body-text; +} + +h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand { + font-family: "pt_sansregular",Arial,sans-serif; +} + +.group-live { + margin-top: 60px; +} + +.overview { + h2 { + text-align: center; + + text-transform: uppercase; + font-weight: bold; + + margin: 40px 0 20px 0; + color: @bg-blue; + } + + .room, .recordings { + a, a:hover { + text-decoration: none; + color: @overview-color; + } + + .panel { + //background: none; + background-color: rgba(255,255,255,0.9); + border: 1px solid @bg-blue; + + &:hover { + text-decoration: none; + + .panel-body { + border-top: 1px solid @bg-blue; + } + + .panel-body .program-schedule .next-talk { + border-bottom: 1px solid @bg-blue; + } + } + + .panel-title { + color: @overview-color; + font-size: 18px; + } + + .panel-primary { + background-color: @light-grey; + border-color: @light-grey; + color: @overview-color; + a { + color: @overview-color; + } + } + + .panel-heading { + background: none; + border: none; + + display: block !important; + + text-transform: uppercase; + font-weight: bold; + + padding: 8px 15px; + + a { + color: @overview-color; + } + } + + } + } +} + +.overview .room-group-live-music .room .panel .panel-body { + margin-bottom: 0; +} + +.banner img { + max-width: 50%; +} +.banner { + display: none +} + +.well a { + color: @dark-grey; + text-decoration: underline; +} +.alert { + a { + text-decoration: underline; + } + &.alert-success a { + color: @state-success-text; + } + &.alert-info a { + color: @state-info-text; + } + &.alert-warning a { + color: @state-warning-text; + } + &.alert-danger a { + color: @state-danger-text; + } +} + +body.multiview .cell { + color: black; +} + +.closed .about a { + text-decoration: underline; + color: @brand-primary; +} + +.schedule .block.pause { + color: black !important; +} + + +footer { + color: lightgrey; +} + +.nav-tabs > li > a { + border-radius: 0 !important; + background-color: rgba(255,255,255,0.4); + &:hover { + background-color: rgba(255,255,255,0.6); + } +} + +body.room .tab-content { + background-color: rgba(255,255,255,0.85); + border-left: 1px solid @bg-blue; + border-bottom: 1px solid @bg-blue; + border-right: 1px solid @bg-blue; +} + +@media (max-width: 768px) +{ + nav { + position: static !important; + } + body { + padding: 0 0; + } +} + +@media (max-width: 480px) { + .banner { + margin-top: 60px; + } +} -- cgit v1.2.3