aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorderchris2019-12-23 22:44:10 +0100
committerderchris2019-12-23 22:44:10 +0100
commitb624a2f2b15551c4e452478d485f97b1c3b0d028 (patch)
tree1a56a327a33f88e3433a09a77b3d5fe4ab493fdd /configs
parentfc7218c7662f71eb2b3186928bb3b14105660868 (diff)
36c3: comment out relive for now
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/36c3/config.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/configs/conferences/36c3/config.php b/configs/conferences/36c3/config.php
index c76d9f0..b3e91c4 100644
--- a/configs/conferences/36c3/config.php
+++ b/configs/conferences/36c3/config.php
@@ -101,7 +101,7 @@ $CONFIG['CONFERENCE'] = array(
* Wird beides aktiviert, hat der externe Link Vorrang!
* Wird beides auskommentiert, wird der Link nicht angezeigt
*/
- 'RELIVE_JSON' => 'https://live.ber.c3voc.de/relive/36c3/index.json'
+ //'RELIVE_JSON' => 'https://live.ber.c3voc.de/relive/36c3/index.json'
/**
* APCU-Cache-Zeit in Sekunden
* Wird diese Zeile auskommentiert, werden die apc_*-Methoden nicht verwendet und
@@ -595,8 +595,14 @@ $CONFIG['EXTRA_FILES'] = array(
'everything.schedule.xml' => 'http://data.c3voc.de/36C3/everything.schedule.xml',
'everything.schedule.json' => 'http://data.c3voc.de/36C3/everything.schedule.json',
- 'workshops.schedule.xml' => 'http://data.c3voc.de/36C3/workshops.schedule.xml',
- 'workshops.schedule.json' => 'http://data.c3voc.de/36C3/workshops.schedule.json',
+ 'stages.schedule.xml' => 'http://data.c3voc.de/36C3/stages.schedule.xml',
+ 'stages.schedule.json' => 'http://data.c3voc.de/36C3/stages.schedule.json',
+
+ 'wiki.schedule.xml' => 'http://data.c3voc.de/36C3/wiki.schedule.xml',
+ 'wiki.schedule.json' => 'http://data.c3voc.de/36C3/wiki.schedule.json',
+
+ //'workshops.schedule.xml' => 'http://data.c3voc.de/36C3/workshops.schedule.xml',
+ //'workshops.schedule.json' => 'http://data.c3voc.de/36C3/workshops.schedule.json',
);