aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm (unfollow)
Commit message (Collapse)Author
2019-10-04Actually fix NAME.Hugo Hörnquist
2019-06-01Move get-git-version to new git module.Hugo Hörnquist
2019-05-21Fix git version parsing.Hugo Hörnquist
2019-05-20Add git version to HTML info footer.Hugo Hörnquist
2019-05-13Add basic server.Hugo Hörnquist
2019-05-10Update CSS.Hugo Hörnquist
2019-05-10Add HTML footer.Hugo Hörnquist
2019-05-06Add unused js for creating events.Hugo Hörnquist
2019-05-06Add marker on today in small calendar.Hugo Hörnquist
2019-05-05Add missing leading zeroes in minical.Hugo Hörnquist
2019-05-01Change function for creating hashtables.Hugo Hörnquist
2019-05-01Change how attributes are fetched.Hugo Hörnquist
Previous version failed when an attribute contained a list. This fixes that, by always returning a circular list, delimited with #f when it loops. Methods for moving through this list is currently lacking.
2019-04-30Various HTML fixups and additions.Hugo Hörnquist
2019-04-30Fix horizontal stripes.Hugo Hörnquist
2019-04-30Add HTML sidebar, various formatting.Hugo Hörnquist
2019-04-30Replace 'when' and 'unless'.Hugo Hörnquist
2019-04-26Made HTML day headers better.Hugo Hörnquist
2019-04-25Fix html output.Hugo Hörnquist
2019-04-25Move group-stream, add helper methods.Hugo Hörnquist
2019-04-25Change CSS date markers from id to class.Hugo Hörnquist
2019-04-25Update HTML output, and CSS.Hugo Hörnquist
Updated CSS to scroll fancier, and display better. But since I don't really know how to do stuff properly in CSS (as if anyone does) it's a bit of a mess.
2019-04-24Remove surpurflous lambda.Hugo Hörnquist
2019-04-24Add 'from' and 'to' flags to HTML.Hugo Hörnquist
2019-04-23Minor movement in fix-event-widths./module/main.scm 2>/dev/pts/0Hugo Hörnquist
2019-04-23Move some procedures.Hugo Hörnquist
2019-04-23Move stuff from main.Hugo Hörnquist
2019-04-23Add command line option parsing.Hugo Hörnquist
2019-04-23General cleanup in HTML.Hugo Hörnquist
2019-04-23Add summary-filter to HTML output.Hugo Hörnquist
2019-04-23Rename module vcalendar => vcomponent.Hugo Hörnquist
2019-04-23Change event-length => event-length/day.Hugo Hörnquist
This fixes a bug where a long event (spanning multiple days) which only had a short part in the current day would still using its whole length when getting sorted to be placed graphically. This limits the length for the sorting to the relevant part of the event.
2019-04-23Reorder CSS output for event size.Hugo Hörnquist
2019-04-23Rewrote fix-event-widths!Hugo Hörnquist
2019-04-22Slightly better HTML colors.Hugo Hörnquist
2019-04-22Fix events spanning over multiple days.Hugo Hörnquist
2019-04-22Made multi day events appear in HTML.Hugo Hörnquist
2019-04-22General cleanup.Hugo Hörnquist
2019-04-22Limit HTML output to single week.Hugo Hörnquist
2019-04-22Add CSS.Hugo Hörnquist
2019-04-22Add rudamentary HTML output.HTMLHugo Hörnquist