aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points (unfollow)
Commit message (Collapse)Author
2020-05-23Fix javascript mimetype in server.Hugo Hörnquist
2020-05-22Minor coment cleanup.Hugo Hörnquist
2020-05-21Fix week-start in HTML month view from server.Hugo Hörnquist
2020-05-14server /month/ round to start of month.Hugo Hörnquist
2020-05-06Made benchmark main runnable again.Hugo Hörnquist
2020-05-05html --help s/month/table/Hugo Hörnquist
2020-05-04Add link in root to /today.Hugo Hörnquist
2020-05-04Catch address already in use for HTTP server.Hugo Hörnquist
2020-05-04Add ability to download ics in entirety.Hugo Hörnquist
2020-05-04Replace direct output to current-error-port with warnings.Hugo Hörnquist
2020-05-04Add --help to ical.Hugo Hörnquist
2020-05-04Remove 'info' entry point.Hugo Hörnquist
2020-05-04Add --help to text.Hugo Hörnquist
2020-05-04text main should now read it's arguments.Hugo Hörnquist
2020-05-04Repair term + add --help.Hugo Hörnquist
2020-05-04Add --help to HTML.Hugo Hörnquist
2020-05-04Add --help to server.Hugo Hörnquist
2020-05-04Fix server --port flag.Hugo Hörnquist
2020-05-03[today] and [jump to] now works without JS.Hugo Hörnquist
2020-05-03Add intervaltype argument to html-generate.Hugo Hörnquist
2020-05-01Server now rounds to nearest sensible start.Hugo Hörnquist
2020-05-01Fix ics download for UID's containng dot.Hugo Hörnquist
2020-05-01Server server any subdir under static.Hugo Hörnquist
2020-04-30Update error on /calendar/ endpoint.Hugo Hörnquist
2020-04-30Change call signature for [gs]etf.Hugo Hörnquist
2020-04-30Update server to use app.Hugo Hörnquist
2020-04-30Update HTML to use app.Hugo Hörnquist
2020-04-30Update ical parts to use app context.Hugo Hörnquist
2020-04-26Export ICS interval.Hugo Hörnquist
2020-04-26Remove use-modules*.Hugo Hörnquist
2020-04-26Ical output more modular.Hugo Hörnquist
2020-04-26Add export as ics button.Hugo Hörnquist
2020-04-25Remove previous-week-start.Hugo Hörnquist
2020-04-24Update (start|end)-of-week to work as expected.Hugo Hörnquist
2020-04-16Fix directory-table erroring when subdirs are present.Hugo Hörnquist
2020-04-05Minor changes.Hugo Hörnquist
2020-04-01Update remaining code to use new config scheme.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-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-22HTML weekly proper week-start.Hugo Hörnquist
2020-03-22HTML small cal table now works with better intervals.Hugo Hörnquist
2020-03-22Start work on week-by-week html.Hugo Hörnquist
2020-03-19Rewamp HTML-main to allow for more styles.Hugo Hörnquist
2020-03-09Sprinkled in some time prints.Hugo Hörnquist
2020-03-02Move actual calendar render into own callback function.Hugo Hörnquist
2020-02-18Freed datetime from its srfi-19 prison.Hugo Hörnquist