aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Collapse)Author
2019-05-23Fix previous commit.Hugo Hörnquist
2019-05-23Update server.Hugo Hörnquist
2019-05-22Server add POST body parameters, and state forwarding.Hugo Hörnquist
2019-05-22Large work on server software.Hugo Hörnquist
2019-05-22Add support for events without DTEND set.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-13Add preliminary use-modules* form.Hugo Hörnquist
2019-05-13Improve glob.Hugo Hörnquist
2019-05-10Update CSS.Hugo Hörnquist
2019-05-10Add HTML footer.Hugo Hörnquist
2019-05-08Add flags for just running the text flower.Hugo Hörnquist
It's twisted if one program should do many things, or just a single thing. If we assume that this program does two things: reading calendar files, and writing output, then it should be ok to allow any of those parts to run independentally of the other. Making it ok to just run the text flower.
2019-05-06Add glob routine.Hugo Hörnquist
2019-05-06Add value function.Hugo Hörnquist
2019-05-06Clean up in config.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-04Handle no event groups in interval.Hugo Hörnquist
2019-05-03Fix re-export-modules.Hugo Hörnquist
2019-05-03Replace if.Hugo Hörnquist
2019-05-03Create module (vcomponent base).Hugo Hörnquist
2019-05-01Change function for creating hashtables.Hugo Hörnquist
2019-05-01Add options to --statprof.Hugo Hörnquist
2019-05-01Add names to components of 'attr'.Hugo Hörnquist
2019-05-01X-WR-CALNAME and COLOR attr in VCALENDAR now respected.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-26Remove weird file helper.Hugo Hörnquist
2019-04-26Further cleanup in recurrence parser.Hugo Hörnquist
2019-04-25Once again, rewrote quick-case.Hugo Hörnquist
2019-04-25Move statprof to encompass all.Hugo Hörnquist
2019-04-25Made day-stream slightly less buggy.Hugo Hörnquist
2019-04-25Fix html output.Hugo Hörnquist
2019-04-25Made none-output print statprof info.Hugo Hörnquist
2019-04-25Change how in-date-range? does it's calculation.Hugo Hörnquist
2019-04-25Change vulgar output to also use grouped events.Hugo Hörnquist
2019-04-25Move group-stream, add helper methods.Hugo Hörnquist
2019-04-25Rename event-in? => event-contains?.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-25Fix loading of empty vdir.Hugo Hörnquist
2019-04-25Made SUMMARY stick out in vulgar view.Hugo Hörnquist
2019-04-25Clean up util and move exceptions.Hugo Hörnquist
2019-04-24Remove take-drop-while, span already in SRFI-1.Hugo Hörnquist