aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/SHA2017
diff options
context:
space:
mode:
authorDaniel Meißner2017-08-04 10:17:53 +0200
committerDaniel Meißner2017-08-04 10:17:53 +0200
commit4a797584186244e5a495add3f5576721efbb475a (patch)
tree89dd59e59490b13d38fa077f37d2bea3988806ec /configs/conferences/SHA2017
parent70d6480ed95f951928220b90681ecf74f1419e52 (diff)
SHA2017: renamed rooms in array
Diffstat (limited to 'configs/conferences/SHA2017')
-rw-r--r--configs/conferences/SHA2017/config.php39
1 files changed, 30 insertions, 9 deletions
diff --git a/configs/conferences/SHA2017/config.php b/configs/conferences/SHA2017/config.php
index eab3c6a..79eccff 100644
--- a/configs/conferences/SHA2017/config.php
+++ b/configs/conferences/SHA2017/config.php
@@ -8,7 +8,7 @@ $CONFIG['CONFERENCE'] = array(
* Wird dieser Zeitpunkt nicht angegeben, gilt die Konferenz immer als angefangen. (Siehe aber ENDS_AT
* und CLOSED weiter unten)
*/
- 'STARTS_AT' => strtotime("2017-08-04 17:00"),
+ 'STARTS_AT' => strtotime("2017-08-04 16:45"),
/**
* Der Endzeitpunkt der Konferenz als Unix-Timestamp. Befinden wir uns danach, wird eine Danke-Und-Kommen-Sie-
@@ -105,15 +105,24 @@ $CONFIG['OVERVIEW'] = array(
* Die Räume müssen in $CONFIG['ROOMS'] konfiguriert werden,
* sonst werden sie nicht angezeigt.
*/
- 'GROUPS' => array(
- '' => array(
- 'stream',
- ),
+ 'GROUPS' => array(
+ 'Live' => array(
+ 'no',
+ 'pa',
+ 're',
+ 'explody',
),
+
+ 'Live Music' => array(
+ 'lounge',
+ 'radio',
+ ),
+ ),
);
+
/**
* Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.)
*/
@@ -126,7 +135,7 @@ $CONFIG['ROOMS'] = array(
* ([a-zA-Z0-9_\-]) bestehen und insbesondere keine Leerzeichen
* enthalten.
*/
- 'stream' => array(
+ 'no' => array(
/**
* Angezeige-Name
*/
@@ -341,7 +350,7 @@ $CONFIG['ROOMS'] = array(
// 'TEXT' => '#33C3 #hall1',
//),
),
- 'stream' => array(
+ 'pa' => array(
/**
* Angezeige-Name
*/
@@ -556,7 +565,7 @@ $CONFIG['ROOMS'] = array(
// 'TEXT' => '#33C3 #hall1',
//),
),
- 'stream' => array(
+ 're' => array(
/**
* Angezeige-Name
*/
@@ -771,7 +780,7 @@ $CONFIG['ROOMS'] = array(
// 'TEXT' => '#33C3 #hall1',
//),
),
- 'stream' => array(
+ 'explody' => array(
/**
* Angezeige-Name
*/
@@ -986,6 +995,18 @@ $CONFIG['ROOMS'] = array(
// 'TEXT' => '#33C3 #hall1',
//),
),
+ 'lounge' => array(
+ 'DISPLAY' => 'Lounge',
+ 'STREAM' => 'lounge',
+ 'MUSIC' => true,
+ 'EMBED' => true,
+ ),
+ 'radio' => array(
+ 'DISPLAY' => 'Radio',
+ 'STREAM' => 'radio',
+ 'MUSIC' => true,
+ 'EMBED' => true,
+ ),
);