diff options
| author | derchris | 2019-08-24 17:46:57 +0200 | 
|---|---|---|
| committer | derchris | 2019-08-24 17:46:57 +0200 | 
| commit | f7a4b7c1736f9ceaab8472efba47dec5828f3548 (patch) | |
| tree | ede7714c87a3fc33c56730004b09fc8bdb1cb802 | |
| parent | 8db0033a9897485c0fe74f5c0ee2c1e57201386b (diff) | |
camp2019: add TOC rupert cam
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/camp2019/config.php | 25 | ||||
| -rw-r--r-- | configs/conferences/camp2019/main.less | 4 | 
2 files changed, 26 insertions, 3 deletions
| diff --git a/configs/conferences/camp2019/config.php b/configs/conferences/camp2019/config.php index a86c40c..064df04 100644 --- a/configs/conferences/camp2019/config.php +++ b/configs/conferences/camp2019/config.php @@ -127,7 +127,7 @@ $CONFIG['OVERVIEW'] = array(  			'thm',          ),          'Villages' => array( -            'pwny', +            'toc',          ),      ),         ); @@ -408,6 +408,29 @@ $CONFIG['ROOMS'] = array(  		'IRC' => true,  		'TWITTER' => true,      ), +    'toc' => array( +        'DISPLAY' => 'TOC', +        'STREAM' => 'q2', +        'PREVIEW' => true, +        'STEREO' => false, + +        'TRANSLATION' => false, +        'SD_VIDEO' => true, +        'HD_VIDEO' => true, +        'DASH' => true, +        'AUDIO' => false, +        'SLIDES' => false, +        'MUSIC' => false, + +        'SCHEDULE' => false, +        'SCHEDULE_NAME' => 'Plank', + +        'FEEDBACK' => false, +        'SUBTITLES' => false, +        'EMBED' => true, +        'IRC' => false, +        'TWITTER' => false, +    ),  ); diff --git a/configs/conferences/camp2019/main.less b/configs/conferences/camp2019/main.less index c34d07f..0da60fc 100644 --- a/configs/conferences/camp2019/main.less +++ b/configs/conferences/camp2019/main.less @@ -19,7 +19,7 @@ body.overview .room-thm .panel-default > .panel-heading {      background-color: @campgreen;  } -body.overview .room-pwny .panel-default > .panel-heading { +body.overview .room-toc .panel-default > .panel-heading {      background-color: @chaosblue;  } @@ -27,7 +27,7 @@ body.overview .room-thm .panel-heading {      display: block;  } -body.overview .room-pwny .panel-heading { +body.overview .room-toc .panel-heading {      display: block;  } | 
