From 0b521e3f5d6018a5333128d639146b6b3fde3c3e Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Fri, 14 Apr 2017 12:23:58 +0200 Subject: [PATCH] Change to Lichtblick for .yaml and script. Signed-off-by: Thomas Hochstein --- content/_data/locations.yaml | 8 ++++++++ content/_data/stammtisch.yaml | 32 ++++++++++++++++---------------- scripts/generate-stammtisch.rb | 2 +- 3 files changed, 25 insertions(+), 17 deletions(-) diff --git a/content/_data/locations.yaml b/content/_data/locations.yaml index f8bfeca0..1287ba7e 100644 --- a/content/_data/locations.yaml +++ b/content/_data/locations.yaml @@ -6,6 +6,14 @@ bib: ort: Stuttgart lat: 48.790324 lon: 9.183079 +lichtblick: + name: Lichtblick + url: http://www.lichtblickstuttgart.de/ + strasse: Reinsburgstraße 13 + plz: 70178 + ort: Stuttgart + lat: 48.77120 + lon: 9.16963 zadu: name: Zadu-Bar url: http://www.zadu.de/ diff --git a/content/_data/stammtisch.yaml b/content/_data/stammtisch.yaml index 19a33e32..b143a022 100644 --- a/content/_data/stammtisch.yaml +++ b/content/_data/stammtisch.yaml @@ -192,96 +192,96 @@ events: url: https://www.cccs.de/about/stammtisch/ location: location: shack -- title: CCCS-Stammtisch (Zadu-Bar) +- title: CCCS-Stammtisch (Lichtblick) startdate: 2017-05-02 18:00:00.000000000 +02:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: - location: zadu + location: lichtblick - title: CCCS-Stammtisch (shackspace) startdate: 2017-05-17 18:00:00.000000000 +02:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: location: shack -- title: CCCS-Stammtisch (Zadu-Bar) +- title: CCCS-Stammtisch (Lichtblick) startdate: 2017-06-06 18:00:00.000000000 +02:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: - location: zadu + location: lichtblick - title: CCCS-Stammtisch (shackspace) startdate: 2017-06-21 18:00:00.000000000 +02:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: location: shack -- title: CCCS-Stammtisch (Zadu-Bar) +- title: CCCS-Stammtisch (Lichtblick) startdate: 2017-07-04 18:00:00.000000000 +02:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: - location: zadu + location: lichtblick - title: CCCS-Stammtisch (shackspace) startdate: 2017-07-19 18:00:00.000000000 +02:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: location: shack -- title: CCCS-Stammtisch (Zadu-Bar) +- title: CCCS-Stammtisch (Lichtblick) startdate: 2017-08-01 18:00:00.000000000 +02:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: - location: zadu + location: lichtblick - title: CCCS-Stammtisch (shackspace) startdate: 2017-08-16 18:00:00.000000000 +02:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: location: shack -- title: CCCS-Stammtisch (Zadu-Bar) +- title: CCCS-Stammtisch (Lichtblick) startdate: 2017-09-05 18:00:00.000000000 +02:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: - location: zadu + location: lichtblick - title: CCCS-Stammtisch (shackspace) startdate: 2017-09-20 18:00:00.000000000 +02:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: location: shack -- title: CCCS-Stammtisch (Zadu-Bar) +- title: CCCS-Stammtisch (Lichtblick) startdate: 2017-10-03 18:00:00.000000000 +02:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: - location: zadu + location: lichtblick - title: CCCS-Stammtisch (shackspace) startdate: 2017-10-18 18:00:00.000000000 +02:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: location: shack -- title: CCCS-Stammtisch (Zadu-Bar) +- title: CCCS-Stammtisch (Lichtblick) startdate: 2017-11-07 18:00:00.000000000 +01:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: - location: zadu + location: lichtblick - title: CCCS-Stammtisch (shackspace) startdate: 2017-11-15 18:00:00.000000000 +01:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: location: shack -- title: CCCS-Stammtisch (Zadu-Bar) +- title: CCCS-Stammtisch (Lichtblick) startdate: 2017-12-05 18:00:00.000000000 +01:00 duration: 4h url: https://www.cccs.de/about/stammtisch/ location: - location: zadu + location: lichtblick - title: CCCS-Stammtisch (shackspace) startdate: 2017-12-20 18:00:00.000000000 +01:00 duration: 4h diff --git a/scripts/generate-stammtisch.rb b/scripts/generate-stammtisch.rb index 27c15b84..1ae44cea 100755 --- a/scripts/generate-stammtisch.rb +++ b/scripts/generate-stammtisch.rb @@ -37,7 +37,7 @@ for month in 1..12 else date + (10-date.wday) end - result['events'] << event(firsttuesday, 0, 'CCCS-Stammtisch (Zadu-Bar)', 'zadu') + result['events'] << event(firsttuesday, 0, 'CCCS-Stammtisch (Lichtblick)', 'lichtblick') result['events'] << event(firstwednesday, 14, 'CCCS-Stammtisch (shackspace)', 'shack') end