aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/output.scm (follow)
Commit message (Collapse)AuthorAge
* Minor cleanup.Hugo Hörnquist2020-03-23
|
* Fix invalid format in vcomponent output.Hugo Hörnquist2020-03-21
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Export utc? for time objects.Hugo Hörnquist2020-02-14
|
* Once again compiles.Hugo Hörnquist2020-01-30
|
* Fix basic ability to edit events.Hugo Hörnquist2020-01-22
|
* Reword terminal output to better modularization.Hugo Hörnquist2019-06-01
|
* Fix serialize-vcomponent.Hugo Hörnquist2019-06-01
|
* Update CSS.Hugo Hörnquist2019-05-10
|
* 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.
* Clean up util and move exceptions.Hugo Hörnquist2019-04-25
|
* Remove concat.Hugo Hörnquist2019-04-24
| | | | Apparently SRFI-1 comes with concatenate...
* Rename module vcalendar => vcomponent.Hugo Hörnquist2019-04-23