aboutsummaryrefslogtreecommitdiff
path: root/config.scm (follow)
Commit message (Collapse)AuthorAge
* Scheme and js now finds HTML in text with same regex.Hugo Hörnquist2022-04-25
|
* Replace systemd service with working, remove PKGBUILD.Hugo Hörnquist2022-04-11
|
* Remove config sandbox.Hugo Hörnquist2022-04-11
| | | | Old sandbox approach always felt like bit of a hack.
* Replace config system with paramater based system.Hugo Hörnquist2022-04-11
| | | | | | | | | | | | | | | | This new setup stores all configurations are parameters. This forces everything into modules, and ensures that we can't have a module use an unloaded config. It (unfortunatelly) also causes users to have to specify namespaces when defining values, but ini-files (and the like) already does that. Also, there is nothing stopping a new `set-config!' from being defined which allows un-namespaced operation. The commit also removes the introspection procedures. They where a bit weird to begin with, since they only showed loaded fields. And since the program had no way of properly serializing or deserializing them we remove them for the time being. They would however be good to reintroduce together with a proper menu for editing simple configuration (see Emacs' `custom-set-variables').
* Clean up config.scm.Hugo Hörnquist2022-04-05
|
* 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