From 8dd1e563eef22d3496de8e84393c409ddc816546 Mon Sep 17 00:00:00 2001 From: Christopher Teutsch Date: Mon, 16 Mar 2020 20:26:47 +0100 Subject: [PATCH] Virtual events --- index.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 9d6a454..3ae7c1f 100644 --- a/index.php +++ b/index.php @@ -4,6 +4,7 @@ use ICal\ICal; static $DATE_FORMAT = 'd.m.Y H:i'; static $VISITORS_FILE = '/media/sg/dorf.jetzt_visitors'; static $DORF_IN_LOCKDOWN = true; +static $DORF_VIRTUAL_EVENTS = true; static $ICAL_URL = 'https://chaosdorf.de/~derf/cccd_all.ics'; $state_map = array( 'closed' => (object) array( @@ -48,7 +49,7 @@ $hash_to_state = array( '86c75c0ad413b06ff8291673162d0b64' => 'unknown', '0' => 'error', ); -if (! $DORF_IN_LOCKDOWN){ +if ($DORF_VIRTUAL_EVENTS || ! $DORF_IN_LOCKDOWN){ $img = file_get_contents('https://chaosdorf.de/raumstatus/status.png'); $hash = md5($img); $state = $hash_to_state[$hash]; @@ -102,8 +103,10 @@ $v = file_get_contents($VISITORS_FILE); lock

Das Chaosdorf ist aufgrund einer Verordnung der Landesregierung geschlossen.

Das gilt mindestens bis 19. April 2020.

+

Natürlich hört das Chaosdorfleben nicht auf, kommt uns gerne im VirtualSpace besuchen.

+
@@ -115,6 +118,8 @@ $v = file_get_contents($VISITORS_FILE);
+ +
Events
@@ -123,6 +128,7 @@ $v = file_get_contents($VISITORS_FILE);

summary, ENT_QUOTES, 'UTF-8') ?>
+ Details zur Veranstaltung

Danach:
@@ -131,6 +137,7 @@ $v = file_get_contents($VISITORS_FILE); + @@ -146,8 +153,8 @@ $v = file_get_contents($VISITORS_FILE); + -
Look at the code here
summary) ?>Details