mirror of
https://github.com/voc/streaming-website
synced 2024-11-14 16:37:18 +00:00
make VOC changes permananent
This commit is contained in:
parent
ebbeacd235
commit
b64d53fa18
2 changed files with 4 additions and 4 deletions
|
@ -98,7 +98,7 @@ Das VCFB findet statt im Pergamon-Palais in den Räumen des Fachbereichs Medienw
|
|||
* Wird beides aktiviert, hat der externe Link Vorrang!
|
||||
* Wird beides auskommentiert, wird der Link nicht angezeigt
|
||||
*/
|
||||
#'RELIVE_JSON' => 'configs/conferences/qtcon16/vod.json',
|
||||
'RELIVE_JSON' => 'configs/conferences/vcfb16/vod.json',
|
||||
|
||||
/**
|
||||
* APCU-Cache-Zeit in Sekunden
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
# fahrplan
|
||||
wget --no-check-certificate -q "geruempel.ddns.net/schedule_voc.xml" -O /tmp/vcfb2016-schedule.xml && mv /tmp/vcfb2016-schedule.xml schedule.xml
|
||||
rm -f /tmp/qtcon16-schedule.xml
|
||||
rm -f /tmp/vcfb2016-schedule.xml
|
||||
|
||||
# relive
|
||||
wget -q "http://live.dus.c3voc.de/relive/qtcon16/index.json" -O /tmp/qtcon16-vod.json && mv /tmp/qtcon16-vod.json vod.json
|
||||
rm -f /tmp/qtcon16-vod.json
|
||||
wget -q "http://live.dus.c3voc.de/relive/vcfb2016/index.json" -O /tmp/vcfb2016-vod.json && mv /tmp/vcfb2016-vod.json vod.json
|
||||
rm -f /tmp/vcfb2016-vod.json
|
||||
|
|
Loading…
Reference in a new issue