aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/foss4g-2016/download.sh
diff options
context:
space:
mode:
authorMaZderMind2016-06-21 18:42:32 +0200
committerMaZderMind2016-06-21 18:42:32 +0200
commit68132a6678201c41e462b2e1072e6f162a52b175 (patch)
tree147ee8d48a4e98e0297e9f58c21defa27814b9c6 /configs/conferences/foss4g-2016/download.sh
parentac5dc5df88bfa82a61c0050addd792b533d0f384 (diff)
foss4g-2016 ws
Diffstat (limited to 'configs/conferences/foss4g-2016/download.sh')
-rwxr-xr-xconfigs/conferences/foss4g-2016/download.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/foss4g-2016/download.sh b/configs/conferences/foss4g-2016/download.sh
new file mode 100755
index 0000000..6d0d474
--- /dev/null
+++ b/configs/conferences/foss4g-2016/download.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "http://frab.fossgis-konferenz.de/en/foss4g-2016/public/schedule.xml" -O /tmp/foss4g-2016-schedule.xml && mv /tmp/foss4g-2016-schedule.xml schedule.xml
+rm -f /tmp/foss4g-2016-schedule.xml
+
+# relive
+wget -q "http://live.dus.c3voc.de/relive/foss4g-2016/index.json" -O /tmp/foss4g-2016-vod.json && mv /tmp/foss4g-2016-vod.json vod.json
+rm -f /tmp/foss4g-2016-vod.json