aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/util.scm (follow)
Commit message (Collapse)AuthorAge
* Move calculate-fg-color into calp subtree.Hugo Hörnquist2022-02-02
| | | | | While the algorithm was general, the packing of colors, along with the error handling made it to non-portable.
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Calendar colors now handled through html datasets.Hugo Hörnquist2021-11-10
| | | | | | | | | | | Previously css rules for each calendar (governing color) where handled through CSS classes. This however had the problem that all calendar names needed to be mapped unto valid classnames, and it brought some problems with updating it. This change places the calendar information in the dataset.calendar attribute. It's still base64 encoded, so special characters don't need escaping, and XML doesn't trip up.
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Move html modules under calp.Hugo Hörnquist2020-08-23