From 9b24ca80acf946a10f96ad8edc7e99e6a13ebdda Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Fri, 17 Jun 2016 16:18:38 +0200 Subject: [PATCH 1/4] don't generate outro & pause in tasks mode --- foss4g-2016/__init__.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/foss4g-2016/__init__.py b/foss4g-2016/__init__.py index fc36ccb..2eadf49 100644 --- a/foss4g-2016/__init__.py +++ b/foss4g-2016/__init__.py @@ -140,17 +140,3 @@ def tasks(queue, args): '$personnames': event['personnames'] } )) - - # place a task for the outro into the queue - queue.put(Rendertask( - infile = 'outro.svg', - outfile = 'outro.ts', - sequence = outroFrames - )) - - # place the pause-sequence into the queue - queue.put(Rendertask( - infile = 'pause.svg', - outfile = 'pause.ts', - sequence = pauseFrames - )) From a8929b5170eb416638b5433b6134d84ac72b449c Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Fri, 17 Jun 2016 16:45:18 +0200 Subject: [PATCH 2/4] fix superlong title --- foss4g-2016/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foss4g-2016/__init__.py b/foss4g-2016/__init__.py index 2eadf49..7573f73 100644 --- a/foss4g-2016/__init__.py +++ b/foss4g-2016/__init__.py @@ -7,7 +7,7 @@ from easing import * scheduleUrl = 'http://frab.fossgis-konferenz.de/en/foss4g-2016/public/schedule.xml' titlemap = { - #708: "Neue WEB-Anwendungen des LGRB Baden-Württemberg im Überblick" + 1533: "Building applications with FOSS4G bricks" } def introFrames(p): From 1eca57625fd836ef26e108dc3b85c9a6c01f14d0 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Fri, 17 Jun 2016 16:47:29 +0200 Subject: [PATCH 3/4] choose pseudo-random image for intro --- foss4g-2016/__init__.py | 6 ++++++ foss4g-2016/artwork/intro.svg | 22 +++++++++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/foss4g-2016/__init__.py b/foss4g-2016/__init__.py index 7573f73..0ba19a7 100644 --- a/foss4g-2016/__init__.py +++ b/foss4g-2016/__init__.py @@ -13,11 +13,17 @@ titlemap = { def introFrames(p): move=50 + nr = p['$id']; + # five initial frames for i in range(0, 5): yield ( ('text', 'style', 'opacity', "%.4f" % 0), ('text', 'attr', 'transform', 'translate(%.4f, 0)' % -move), + + ('image%u' % ((nr+0)%3), 'style', 'opacity', "%.4f" % 1), + ('image%u' % ((nr+1)%3), 'style', 'opacity', "%.4f" % 0), + ('image%u' % ((nr+2)%3), 'style', 'opacity', "%.4f" % 0), ) # 3 Sekunde Text Fadein diff --git a/foss4g-2016/artwork/intro.svg b/foss4g-2016/artwork/intro.svg index f2e2d59..96cd2e6 100644 --- a/foss4g-2016/artwork/intro.svg +++ b/foss4g-2016/artwork/intro.svg @@ -115,9 +115,29 @@ height="1280" preserveAspectRatio="none" style="image-rendering:optimizeQuality" - id="image4277" + id="image0" x="0" y="-27.637316" /> + + Date: Mon, 20 Jun 2016 12:55:50 +0200 Subject: [PATCH 4/4] add an outline around the speaker to improve readablility on bright bg-image --- foss4g-2016/artwork/intro.svg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/foss4g-2016/artwork/intro.svg b/foss4g-2016/artwork/intro.svg index 96cd2e6..a535a51 100644 --- a/foss4g-2016/artwork/intro.svg +++ b/foss4g-2016/artwork/intro.svg @@ -232,7 +232,7 @@ $title$title$personnames