aboutsummaryrefslogtreecommitdiffstats
path: root/room-schedule.rb
Commit message (Collapse)AuthorAgeFilesLines
* Updates for Ramaskrik 2023HEADmasterHarald Eilertsen2023-10-101-248/+0
| | | | | | | | | | | - Reorg, create lib dir and move room-schedule and events there - Add .ics template to generate program as an iCalendar stream. - Add some info to html template, and instructions to html template. - Add footer to html template, with timestamp for when the view was generated. - Fix bug that messed up the layout if the input data was not already sorted. - Update readme with usage instructions.
* Link to movie info page from event box.Harald Eilertsen2018-10-011-0/+3
|
* Fix text flow in event boxes.Harald Eilertsen2018-10-011-2/+20
| | | | | Use the foreignObject tag to insert a small html-snippet with the text.
* Fix the position and scaling of the actual bars in the graph.Harald Eilertsen2018-09-271-1/+1
|
* Round timascale up to complete timescale_division units.Harald Eilertsen2018-09-271-22/+29
|
* Add text for entry title names.Harald Eilertsen2018-09-261-0/+5
| | | | | Apparently SVG 1.x does not support wrapping text, which is a bit of a pain. Have to look into that.
* Create own graph type RoomSchedule to get more what I want.Harald Eilertsen2018-09-261-0/+215
Based heavily on the SVG::Graph::Schedule code in the svg-graph gem, adapted and simplified for my use.