aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/conferences/datengarten/config.php1
-rwxr-xr-xconfigs/conferences/datengarten/download.sh3
-rw-r--r--configs/conferences/ffrl-routing-days-2016/config.php3
-rwxr-xr-xconfigs/conferences/ffrl-routing-days-2016/download.sh2
4 files changed, 7 insertions, 2 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
diff --git a/configs/conferences/ffrl-routing-days-2016/config.php b/configs/conferences/ffrl-routing-days-2016/config.php
index df0d284..e065562 100644
--- a/configs/conferences/ffrl-routing-days-2016/config.php
+++ b/configs/conferences/ffrl-routing-days-2016/config.php
@@ -8,7 +8,8 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
* Wird dieser Zeitpunkt nicht angegeben, gilt die Konferenz immer als angefangen. (Siehe aber ENDS_AT
* und CLOSED weiter unten)
*/
- 'STARTS_AT' => strtotime("2016-02-06 09:00"),
+ //'STARTS_AT' => strtotime("2016-02-06 09:00"),
+ 'STARTS_AT' => strtotime("2016-02-05 09:00"),
/**
* Der Endzeitpunkt der Konferenz als Unix-Timestamp. Befinden wir uns danach, wird eine Danke-Und-Kommen-Sie-
diff --git a/configs/conferences/ffrl-routing-days-2016/download.sh b/configs/conferences/ffrl-routing-days-2016/download.sh
index 7af01d0..e6975b3 100755
--- a/configs/conferences/ffrl-routing-days-2016/download.sh
+++ b/configs/conferences/ffrl-routing-days-2016/download.sh
@@ -5,5 +5,5 @@ wget --no-check-certificate -q "https://mlsrv.de/public/routingdays16-schedule/s
rm -f /tmp/schedule.xml /tmp/schedule.json
# vod json
-wget -q "http://live.ber.c3voc.de/releases/relive/ffrl-routing-days-2016/ffrl-routing-days/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+wget -q "http://live.dus.c3voc.de/relive/ffrl-routing-days-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
rm -f /tmp/vod.json