aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Collapse)Author
2020-04-01Update remaining code to use new config scheme.Hugo Hörnquist
2020-04-01Add set-config! and get-config, along with print for debug.Hugo Hörnquist
2020-04-01Add group-by.Hugo Hörnquist
2020-04-01Extend for syntax to support multiple variables.Hugo Hörnquist
2020-04-01Start rewrite mentioned in last commit.Hugo Hörnquist
2020-03-31Attempt at decentralized configuration system.Hugo Hörnquist
Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
2020-03-31Fix IPv6 binding for server.Hugo Hörnquist
2020-03-31Add toggles between week and month view for HTML.Hugo Hörnquist
2020-03-31Update HTML /static links to be absolute.Hugo Hörnquist
2020-03-31Update server-main to allow for IPv6.Hugo Hörnquist
2020-03-31Improve server directory listing.Hugo Hörnquist
2020-03-31Update server endpoints for calendar rendering.Hugo Hörnquist
2020-03-31Change url-parsing so '.' is a delimiter.Hugo Hörnquist
2020-03-31Change html-generate to take everything as kv-args.Hugo Hörnquist
2020-03-31Fix unnamed calendars for table view.Hugo Hörnquist
2020-03-31Add {start,end}-of-week.Hugo Hörnquist
2020-03-31Redefine all <date>-stream in terms of general date-stream.Hugo Hörnquist
2020-03-31Rename parse-date to parse-ics-date, add parse-iso-date.Hugo Hörnquist
2020-03-30Fixed minor errors in HTML output.Hugo Hörnquist
2020-03-29Clarify error on bad RRULE's.Hugo Hörnquist
2020-03-25minor cleanup.Hugo Hörnquist
2020-03-25Improve *->decimal-hour procedures.Hugo Hörnquist
2020-03-25Fix bug in date-difference.Hugo Hörnquist
2020-03-24Move some datetime procedures to propper modules.Hugo Hörnquist
2020-03-24Add comment about DST and create-top-block.Hugo Hörnquist
2020-03-24Allow nameless calendars again.Hugo Hörnquist
2020-03-24Add datetime->decimal-hour.Hugo Hörnquist
2020-03-24Change date{,time}-difference to hopefully sensible types.Hugo Hörnquist
2020-03-24Add date-{min,max}.Hugo Hörnquist
2020-03-24Change overflow type for time-.Hugo Hörnquist
2020-03-24Datetime cleanup.Hugo Hörnquist
2020-03-23Actually use X-WR-CALNAME.Hugo Hörnquist
2020-03-23Slightly tweak text-backgrour-color relation.Hugo Hörnquist
2020-03-23Fix time span formatting for HTML descriptions.Hugo Hörnquist
2020-03-23HTML minor cleanup.Hugo Hörnquist
2020-03-23Reintroduce sidebar text.Hugo Hörnquist
2020-03-23Minor cleanup in HTML output.Hugo Hörnquist
2020-03-23Remove scroll-snap.Hugo Hörnquist
2020-03-23Minor cleanup.Hugo Hörnquist
2020-03-23Hopefully fixed events-between.Hugo Hörnquist
2020-03-23Remove deprecated get-time.Hugo Hörnquist
2020-03-23Remove unused datetime->decimal-hour.Hugo Hörnquist
2020-03-22Fix TZ problem with datetime<.Hugo Hörnquist
2020-03-22Date difference once again returns dates.Hugo Hörnquist
2020-03-22event-length/clapmed works marginally better.Hugo Hörnquist
2020-03-22Fix some errors in time intervals.Hugo Hörnquist
2020-03-22Minor cleanup.Hugo Hörnquist
2020-03-22Restore contiued-continuing style for long events.Hugo Hörnquist
2020-03-22HTML weekly proper week-start.Hugo Hörnquist
2020-03-22Add previous-week-start procedure.Hugo Hörnquist