aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/datengarten
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/datengarten')
-rw-r--r--configs/conferences/datengarten/config.php1
-rwxr-xr-xconfigs/conferences/datengarten/download.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/conferences/datengarten/config.php b/configs/conferences/datengarten/config.php
index 6327f1a..557260b 100644
--- a/configs/conferences/datengarten/config.php
+++ b/configs/conferences/datengarten/config.php
@@ -110,6 +110,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
* Wird diese Zeile auskommentiert, wird der Link nicht angezeigt
*/
//'RELIVE_JSON' => 'configs/vod.json',
+ 'RELIVE_JSON' => 'configs/conferences/datengarten/vod.json',
);
/**
diff --git a/configs/conferences/datengarten/download.sh b/configs/conferences/datengarten/download.sh
new file mode 100755
index 0000000..5834c4b
--- /dev/null
+++ b/configs/conferences/datengarten/download.sh
@@ -0,0 +1,3 @@
+# vod json
+wget -q "http://live.dus.c3voc.de/relive/datengarten/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+rm -f /tmp/vod.json