aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Made page slightly responsive.Hugo Hörnquist2020-04-02
|
* Add bottom border to small calendar.Hugo Hörnquist2020-04-01
|
* HTML force calendar list to be single lines.Hugo Hörnquist2020-04-01
|
* Update remaining code to use new config scheme.Hugo Hörnquist2020-04-01
|
* Add set-config! and get-config, along with print for debug.Hugo Hörnquist2020-04-01
|
* Add group-by.Hugo Hörnquist2020-04-01
|
* Extend for syntax to support multiple variables.Hugo Hörnquist2020-04-01
|
* Start rewrite mentioned in last commit.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.
* Fix IPv6 binding for server.Hugo Hörnquist2020-03-31
|
* Slightly improve footer layout in HTML.Hugo Hörnquist2020-03-31
|
* Add toggles between week and month view for HTML.Hugo Hörnquist2020-03-31
|
* Update HTML /static links to be absolute.Hugo Hörnquist2020-03-31
|
* Update server-main to allow for IPv6.Hugo Hörnquist2020-03-31
|
* Improve server directory listing.Hugo Hörnquist2020-03-31
|
* Update server endpoints for calendar rendering.Hugo Hörnquist2020-03-31
|
* Change url-parsing so '.' is a delimiter.Hugo Hörnquist2020-03-31
|
* Change html-generate to take everything as kv-args.Hugo Hörnquist2020-03-31
|
* Fix unnamed calendars for table view.Hugo Hörnquist2020-03-31
|
* Add {start,end}-of-week.Hugo Hörnquist2020-03-31
|
* Redefine all <date>-stream in terms of general date-stream.Hugo Hörnquist2020-03-31
|
* Rename parse-date to parse-ics-date, add parse-iso-date.Hugo Hörnquist2020-03-31
|
* Fixed minor errors in HTML output.Hugo Hörnquist2020-03-30
|
* Create LICENSEHugo Hörnquist2020-03-30
|
* Clarify error on bad RRULE's.Hugo Hörnquist2020-03-29
|
* Change some calendar names in example config.Hugo Hörnquist2020-03-29
|
* Remove some TODO:s which was solved along the way.Hugo Hörnquist2020-03-29
|
* Fix bug where descriptions didn't render unless the contained url:s.Hugo Hörnquist2020-03-29
|
* Update tests.Hugo Hörnquist2020-03-29
|
* Change time markers width.Hugo Hörnquist2020-03-29
|
* minor cleanup.Hugo Hörnquist2020-03-25
|
* Update TODO.Hugo Hörnquist2020-03-25
|
* Improve *->decimal-hour procedures.Hugo Hörnquist2020-03-25
|
* Fix bug in date-difference.Hugo Hörnquist2020-03-25
|
* Move some datetime procedures to propper modules.Hugo Hörnquist2020-03-24
|
* Add comment about DST and create-top-block.Hugo Hörnquist2020-03-24
|
* Allow nameless calendars again.Hugo Hörnquist2020-03-24
|
* Add datetime->decimal-hour.Hugo Hörnquist2020-03-24
|
* Change date{,time}-difference to hopefully sensible types.Hugo Hörnquist2020-03-24
|
* Add date-{min,max}.Hugo Hörnquist2020-03-24
|
* Change overflow type for time-.Hugo Hörnquist2020-03-24
|
* Datetime cleanup.Hugo Hörnquist2020-03-24
|
* Actually use X-WR-CALNAME.Hugo Hörnquist2020-03-23
|
* Slightly tweak text-backgrour-color relation.Hugo Hörnquist2020-03-23
|
* Fix time span formatting for HTML descriptions.Hugo Hörnquist2020-03-23
|
* Update TODO.Hugo Hörnquist2020-03-23
|
* HTML minor cleanup.Hugo Hörnquist2020-03-23
|
* Reintroduce sidebar text.Hugo Hörnquist2020-03-23
|
* Minor cleanup in HTML output.Hugo Hörnquist2020-03-23
|
* Minor CSS cleanup.Hugo Hörnquist2020-03-23
|