Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More alignment fixes.HEADmain | Harald Eilertsen | 2024-10-10 | 3 | -4/+5 |
| | | | | | | Use floating point division to calculate start coordinate and height of events. Integer division truncated the values to they got a bit off. A few other minor adjustments was made. | ||||
* | Add link to info page from movie title. | Harald Eilertsen | 2024-10-10 | 3 | -1/+9 |
| | |||||
* | Move styling to separate file, and make prettier. | Harald Eilertsen | 2024-10-10 | 3 | -43/+75 |
| | |||||
* | Adjust positioning of event items. | Harald Eilertsen | 2024-10-10 | 1 | -2/+2 |
| | | | | Now aligns at the center of the timestamp instead of at the beginning. | ||||
* | Updates for Ramaskrik 2024 | Harald Eilertsen | 2024-10-10 | 5 | -39/+23 |
| | | | | | | | - Don't hardcode year, use todays year instead. - Move output to separate build dir to make it a bit cleaner. - Misc fixes to set correct timezone in .ics file (still hardcoded, though...) | ||||
* | Updates for Ramaskrik 2023 | Harald Eilertsen | 2023-10-10 | 6 | -35/+293 |
| | | | | | | | | | | | - 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. | ||||
* | Add readme | Harald Eilertsen | 2018-10-01 | 1 | -0/+24 |
| | |||||
* | Ignore generated file. | Harald Eilertsen | 2018-10-01 | 1 | -0/+1 |
| | |||||
* | Generate single html file with all graphs inline. | Harald Eilertsen | 2018-10-01 | 2 | -21/+43 |
| | | | | This makes the links in the svg's work properly on the page. | ||||
* | Replace tabs, whitespace only. | Harald Eilertsen | 2018-10-01 | 1 | -12/+12 |
| | |||||
* | Link to movie info page from event box. | Harald Eilertsen | 2018-10-01 | 2 | -2/+7 |
| | |||||
* | Fix text flow in event boxes. | Harald Eilertsen | 2018-10-01 | 1 | -2/+20 |
| | | | | | Use the foreignObject tag to insert a small html-snippet with the text. | ||||
* | Scale graph with number of rooms. | Harald Eilertsen | 2018-09-27 | 1 | -1/+4 |
| | |||||
* | Filter out "Ramaskrik" dummy room. | Harald Eilertsen | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Fix the position and scaling of the actual bars in the graph. | Harald Eilertsen | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Round timascale up to complete timescale_division units. | Harald Eilertsen | 2018-09-27 | 1 | -22/+29 |
| | |||||
* | Increase graph width, drop key. | Harald Eilertsen | 2018-09-26 | 1 | -1/+2 |
| | |||||
* | Add text for entry title names. | Harald Eilertsen | 2018-09-26 | 1 | -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 Eilertsen | 2018-09-26 | 2 | -11/+219 |
| | | | | | Based heavily on the SVG::Graph::Schedule code in the svg-graph gem, adapted and simplified for my use. | ||||
* | Fix consistent time scale divisions of 30 min. | Harald Eilertsen | 2018-09-26 | 1 | -1/+2 |
| | |||||
* | Add license | Harald Eilertsen | 2018-09-25 | 2 | -0/+690 |
| | |||||
* | Add svg-graph gem to plot schedule. | Harald Eilertsen | 2018-09-25 | 3 | -1/+33 |
| | | | | Not quite what I expected, but at least we're on to something. | ||||
* | Kick off a simple script to keep track of the ramaskrik programme. | Harald Eilertsen | 2018-09-25 | 3 | -0/+42 |