aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm (follow)
Commit message (Collapse)AuthorAge
* Add location to blocks, rrules and last-modified to text in html.Hugo Hörnquist2020-04-07
|
* Update JS to only try to mark today if posible.Hugo Hörnquist2020-04-05
|
* Fix JS for current time.Hugo Hörnquist2020-04-05
|
* Add header for month layout.Hugo Hörnquist2020-04-04
|
* Move nav buttons away from smallcal.Hugo Hörnquist2020-04-04
|
* Add responsivnes, major rework on css.Hugo Hörnquist2020-04-03
| | | | | | | | Primary page layout is now changed from being flexbox based to being grid based. This allows a much simpler complete rearangement of the elements to a tall view for narrow screens. A few other minor changes might also have slipped in.
* Add string tilecase to some date outputs.Hugo Hörnquist2020-04-03
|
* Remove ensure? for configs, built in instead.Hugo Hörnquist2020-04-02
|
* 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.
* 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
|
* 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
|
* Fixed minor errors in HTML output.Hugo Hörnquist2020-03-30
|
* Improve *->decimal-hour procedures.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
|
* Fix time span formatting for HTML descriptions.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
|
* Remove scroll-snap.Hugo Hörnquist2020-03-23
|
* Hopefully fixed events-between.Hugo Hörnquist2020-03-23
|
* Remove deprecated get-time.Hugo Hörnquist2020-03-23
|
* Remove unused datetime->decimal-hour.Hugo Hörnquist2020-03-23
|
* Date difference once again returns dates.Hugo Hörnquist2020-03-22
|
* Fix some errors in time intervals.Hugo Hörnquist2020-03-22
|
* Minor cleanup.Hugo Hörnquist2020-03-22
|
* Restore contiued-continuing style for long events.Hugo Hörnquist2020-03-22
|
* HTML small cal table now works with better intervals.Hugo Hörnquist2020-03-22
|
* Start work on week-by-week html.Hugo Hörnquist2020-03-22
|
* Begin changing how html calls work.Hugo Hörnquist2020-03-22
|
* Minor HTML.scm cleanup.Hugo Hörnquist2020-03-22
|
* Add rudementary popup system.Hugo Hörnquist2020-03-21
|
* Reintroduce horizontal-time-markers.Hugo Hörnquist2020-03-20
|
* Fix HTML wide alignment.Hugo Hörnquist2020-03-20
|
* Re-merge create-block{,-general}.Hugo Hörnquist2020-03-20
|
* Start work on better wide html renderer.Hugo Hörnquist2020-03-20
|
* more html cleanup.Hugo Hörnquist2020-03-19
|
* Minor cleanup and movement in html.Hugo Hörnquist2020-03-19
|
* Rename tbody to cal-cell.Hugo Hörnquist2020-03-19
|
* Add relevant content to calendar table.Hugo Hörnquist2020-03-19
|
* Change calendar table to be css grid.Hugo Hörnquist2020-03-19
|
* HTML fix big table week day start.Hugo Hörnquist2020-03-19
|
* Start implementing html table output.Hugo Hörnquist2020-03-19
|
* Update html code to use with-streams.Hugo Hörnquist2020-03-19
|