aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/32c3/config.php
diff options
context:
space:
mode:
authorMaZderMind2016-12-18 10:37:58 +0100
committerMaZderMind2016-12-18 10:37:58 +0100
commit23c70f3042251675796ebff7f3568005a335fa73 (patch)
tree547688e0ef964adb2eb28e1419e62f796f28ddd6 /configs/conferences/32c3/config.php
parent738878b8b060b3cfcdde2d88a1a28d5ce83e4aa7 (diff)
parentda739f3b60a30d5dd5c7877742f8b5c292f25f46 (diff)
Merge branch 'feature/20-declarative-downloading'
fixes #20
Diffstat (limited to '')
-rw-r--r--configs/conferences/32c3/config.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php
index eda9450..f1cc5a6 100644
--- a/configs/conferences/32c3/config.php
+++ b/configs/conferences/32c3/config.php
@@ -667,5 +667,11 @@ $CONFIG['TWITTER'] = array(
'TEXT' => '#32C3 #%s',
);
+$CONFIG['EXTRA_FILES'] = array(
+ 'schedule.xml' => 'https://events.ccc.de/congress/2015/Fahrplan/schedule.xml',
+ 'schedule.json' => 'https://events.ccc.de/congress/2015/Fahrplan/schedule.json',
+ 'everything.schedule.xml' => 'http://data.testi.ber.c3voc.de/32C3/everything.schedule.xml',
+ 'everything.schedule.json' => 'http://data.testi.ber.c3voc.de/32C3/everything.schedule.json',
+);
return $CONFIG;