aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm (follow)
Commit message (Collapse)AuthorAge
* work on porting most internal datastructures to scheme equivalents.Hugo Hörnquist2019-05-02
|
* Change function for creating hashtables.Hugo Hörnquist2019-05-01
|
* Change how attributes are fetched.Hugo Hörnquist2019-05-01
| | | | | | Previous version failed when an attribute contained a list. This fixes that, by always returning a circular list, delimited with #f when it loops. Methods for moving through this list is currently lacking.
* Various HTML fixups and additions.Hugo Hörnquist2019-04-30
|
* Fix horizontal stripes.Hugo Hörnquist2019-04-30
|
* Add HTML sidebar, various formatting.Hugo Hörnquist2019-04-30
|
* Replace 'when' and 'unless'.Hugo Hörnquist2019-04-30
|
* Made HTML day headers better.Hugo Hörnquist2019-04-26
|
* Fix html output.Hugo Hörnquist2019-04-25
|
* Move group-stream, add helper methods.Hugo Hörnquist2019-04-25
|
* Change CSS date markers from id to class.Hugo Hörnquist2019-04-25
|
* Update HTML output, and CSS.Hugo Hörnquist2019-04-25
| | | | | | Updated CSS to scroll fancier, and display better. But since I don't really know how to do stuff properly in CSS (as if anyone does) it's a bit of a mess.
* Remove surpurflous lambda.Hugo Hörnquist2019-04-24
|
* Add 'from' and 'to' flags to HTML.Hugo Hörnquist2019-04-24
|
* Minor movement in fix-event-widths./module/main.scm 2>/dev/pts/0Hugo Hörnquist2019-04-23
|
* Move some procedures.Hugo Hörnquist2019-04-23
|
* Move stuff from main.Hugo Hörnquist2019-04-23