From c8aaa8d04d785c9d9e84c343b4ebb3aaf524d868 Mon Sep 17 00:00:00 2001
From: MaZderMind
Date: Tue, 20 Dec 2016 22:30:25 +0100
Subject: add additional downloads to 33c3

---
 configs/conferences/33c3/config.php | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'configs')

diff --git a/configs/conferences/33c3/config.php b/configs/conferences/33c3/config.php
index 3844601..59a7dc6 100644
--- a/configs/conferences/33c3/config.php
+++ b/configs/conferences/33c3/config.php
@@ -647,6 +647,12 @@ $CONFIG['EXTRA_FILES'] = array(
 	'schedule.json' => 'https://fahrplan.events.ccc.de/congress/2016/Fahrplan/schedule.json',
 	'schedule.ics'  => 'https://fahrplan.events.ccc.de/congress/2016/Fahrplan/schedule.ics',
 	'schedule.xcal' => 'https://fahrplan.events.ccc.de/congress/2016/Fahrplan/schedule.xcal',
+
+	'everything.schedule.xml' => 'http://data.c3voc.de/33C3/everything.schedule.xml',
+	'everything.schedule.json' => 'http://data.c3voc.de/33C3/everything.schedule.json',
+
+	'workshops.schedule.xml' => 'http://data.c3voc.de/33C3/workshops.schedule.xml',
+	'workshops.schedule.xml' => 'http://data.c3voc.de/33C3/workshops.schedule.json',
 );
 
 return $CONFIG;
-- 
cgit v1.2.3