aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
* Fix previous commit.Hugo Hörnquist2019-05-23
|
* Update server.Hugo Hörnquist2019-05-23
|
* Server add POST body parameters, and state forwarding.Hugo Hörnquist2019-05-22
|
* Large work on server software.Hugo Hörnquist2019-05-22
|
* Add support for events without DTEND set.Hugo Hörnquist2019-05-22
|
* Fix git version parsing.Hugo Hörnquist2019-05-21
|
* Add git version to HTML info footer.Hugo Hörnquist2019-05-20
|
* Add basic server.Hugo Hörnquist2019-05-13
|
* Add preliminary use-modules* form.Hugo Hörnquist2019-05-13
|
* Improve glob.Hugo Hörnquist2019-05-13
|
* Update CSS.Hugo Hörnquist2019-05-10
|
* Add HTML footer.Hugo Hörnquist2019-05-10
|
* Add flags for just running the text flower.Hugo Hörnquist2019-05-08
| | | | | | | | 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.
* Add glob routine.Hugo Hörnquist2019-05-06
|
* Add value function.Hugo Hörnquist2019-05-06
|
* Clean up in config.Hugo Hörnquist2019-05-06
|
* Add unused js for creating events.Hugo Hörnquist2019-05-06
|
* Add marker on today in small calendar.Hugo Hörnquist2019-05-06
|
* Add missing leading zeroes in minical.Hugo Hörnquist2019-05-05
|
* Handle no event groups in interval.Hugo Hörnquist2019-05-04
|
* Fix re-export-modules.Hugo Hörnquist2019-05-03
|
* Replace if.Hugo Hörnquist2019-05-03
|
* Create module (vcomponent base).Hugo Hörnquist2019-05-03
|
* Change function for creating hashtables.Hugo Hörnquist2019-05-01
|
* Add options to --statprof.Hugo Hörnquist2019-05-01
|
* Add names to components of 'attr'.Hugo Hörnquist2019-05-01
|
* X-WR-CALNAME and COLOR attr in VCALENDAR now respected.Hugo Hörnquist2019-05-01
|
* Change how attributes are fetched.Hugo Hörnquist2019-05-01
| | | | | | 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.
* Various HTML fixups and additions.Hugo Hörnquist2019-04-30
|
* Fix horizontal stripes.Hugo Hörnquist2019-04-30
|
* Add HTML sidebar, various formatting.Hugo Hörnquist2019-04-30
|
* Replace 'when' and 'unless'.Hugo Hörnquist2019-04-30
|
* Made HTML day headers better.Hugo Hörnquist2019-04-26
|
* Remove weird file helper.Hugo Hörnquist2019-04-26
|
* Further cleanup in recurrence parser.Hugo Hörnquist2019-04-26
|
* Once again, rewrote quick-case.Hugo Hörnquist2019-04-25
|
* Move statprof to encompass all.Hugo Hörnquist2019-04-25
|
* Made day-stream slightly less buggy.Hugo Hörnquist2019-04-25
|
* Fix html output.Hugo Hörnquist2019-04-25
|
* Made none-output print statprof info.Hugo Hörnquist2019-04-25
|
* Change how in-date-range? does it's calculation.Hugo Hörnquist2019-04-25
|
* Change vulgar output to also use grouped events.Hugo Hörnquist2019-04-25
|
* Move group-stream, add helper methods.Hugo Hörnquist2019-04-25
|
* Rename event-in? => event-contains?.Hugo Hörnquist2019-04-25
|
* Change CSS date markers from id to class.Hugo Hörnquist2019-04-25
|
* Update HTML output, and CSS.Hugo Hörnquist2019-04-25
| | | | | | 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.
* Fix loading of empty vdir.Hugo Hörnquist2019-04-25
|
* Made SUMMARY stick out in vulgar view.Hugo Hörnquist2019-04-25
|
* Clean up util and move exceptions.Hugo Hörnquist2019-04-25
|
* Remove take-drop-while, span already in SRFI-1.Hugo Hörnquist2019-04-24
|