aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/36c3/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/36c3/config.php')
-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',
);