aboutsummaryrefslogtreecommitdiff
path: root/config.scm (follow)
Commit message (Collapse)AuthorAge
* Normalize errors.Hugo Hörnquist2022-03-28
|
* Resolve remaining TODO:s in config.scm.Hugo Hörnquist2022-03-01
|
* Remove no longer relevant TODO about set-config!Hugo Hörnquist2022-03-01
|
* Add parser for Microsoft Teams generated events in sample config.Hugo Hörnquist2021-07-19
|
* Config loading now in 'sandbox'.Hugo Hörnquist2020-10-13
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* stuff.Hugo Hörnquist2020-08-17
|
* Work on paths?Hugo Hörnquist2020-08-17
|
* Add option for default calendar.Hugo Hörnquist2020-08-12
|
* Module cleanup.Hugo Hörnquist2020-08-02
|
* Merge (datetime util) into (datetime).Hugo Hörnquist2020-07-07
|
* Finished renamining attribute to property.Hugo Hörnquist2020-07-07
|
* Update remaining code to use new config scheme.Hugo Hörnquist2020-04-01
|
* Attempt at decentralized configuration system.Hugo Hörnquist2020-03-31
| | | | | | | | | | | | | | | 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.
* Fixed minor errors in HTML output.Hugo Hörnquist2020-03-30
|
* Change some calendar names in example config.Hugo Hörnquist2020-03-29
|
* Fix bug where descriptions didn't render unless the contained url:s.Hugo Hörnquist2020-03-29
|
* Made start of week for html configurable.Hugo Hörnquist2020-03-02
|
* add dirty hack to handle "some" bad HTML.Hugo Hörnquist2020-02-21
|
* Allow user supplied description filters.Hugo Hörnquist2020-01-22
|
* Move config from module to config directory.Hugo Hörnquist2019-12-28
|
* Move C and Scheme code into subdirs.Hugo Hörnquist2019-03-22
|
* Add interactive terminal UI.term-uiHugo Hörnquist2019-03-12