diff --git a/ke1/__init__.py b/ke1/__init__.py index 772d939..0135851 100644 --- a/ke1/__init__.py +++ b/ke1/__init__.py @@ -55,21 +55,28 @@ def debug(): s1 = 'Lorem, Ipsum, Ad Dolor... ' s2 = 'Lorem, Ipsum, Ad Dolor, Sit, Nomen, Est, Omen, Urbi et Orbi... ' - render( - 'intro.svg', - '../intro.ts', - introFrames, - { - '$title': s1, - '$personnames': s2 +# render( +# 'intro.svg', +# '../intro.ts', +# introFrames, +# { +# '$title': s1, +# '$personnames': s2 +# +# } +# ) +# - } - ) - - -def tasks(queue, args, _id, skip): +def tasks(queue, args, idlist, skip): # iterate over all events extracted from the schedule xml-export for event in events(scheduleUrl): + if not (idlist==[]): + if 000000 in idlist: + print("skipping id (%s [%s])" % (event['title'], event['id'])) + continue + if int(event['id']) not in idlist: + print("skipping id (%s [%s])" % (event['title'], event['id'])) + continue # generate a task description and put them into the queue projectname = event['title'] queue.put(Rendertask( diff --git a/ke1/artwork/intro.svg b/ke1/artwork/intro.svg index 535445b..8c579c2 100644 --- a/ke1/artwork/intro.svg +++ b/ke1/artwork/intro.svg @@ -45,7 +45,7 @@ id="namedview817" showgrid="false" inkscape:zoom="0.26350776" - inkscape:cx="175.42298" + inkscape:cx="-526.64363" inkscape:cy="-244.61169" inkscape:window-x="1920" inkscape:window-y="0" @@ -76,33 +76,35 @@ id="flowPara865" /> $personnames $title $title