aboutsummaryrefslogtreecommitdiff
path: root/config.scm (unfollow)
Commit message (Collapse)Author
2020-10-13Config loading now in 'sandbox'.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-17stuff.Hugo Hörnquist
2020-08-17Work on paths?Hugo Hörnquist
2020-08-12Add option for default calendar.Hugo Hörnquist
2020-08-02Module cleanup.Hugo Hörnquist
2020-07-07Merge (datetime util) into (datetime).Hugo Hörnquist
2020-07-07Finished renamining attribute to property.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-30Fixed minor errors in HTML output.Hugo Hörnquist
2020-03-29Change some calendar names in example config.Hugo Hörnquist
2020-03-29Fix bug where descriptions didn't render unless the contained url:s.Hugo Hörnquist
2020-03-02Made start of week for html configurable.Hugo Hörnquist
2020-02-21add dirty hack to handle "some" bad HTML.Hugo Hörnquist
2020-01-22Allow user supplied description filters.Hugo Hörnquist
2019-12-28Move config from module to config directory.Hugo Hörnquist
2019-05-23Update server.Hugo Hörnquist
2019-05-13Improve glob.Hugo Hörnquist
2019-05-06Add glob routine.Hugo Hörnquist
2019-05-06Clean up in config.Hugo Hörnquist
2019-04-23Change how util is loaded.Hugo Hörnquist
2019-04-10Minor cleanups.Hugo Hörnquist
2019-03-29Add summary-filter to SUMMARY field.Hugo Hörnquist
2019-03-22Move C and Scheme code into subdirs.Hugo Hörnquist
2019-03-12Add interactive terminal UI.term-uiHugo Hörnquist