aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Expand)Author
2020-05-10Add TODO about linewrapping.Hugo Hörnquist
2020-05-09Add short commentary on difference between parse and parse/component.Hugo Hörnquist
2020-05-09Remove old parser, rename new parser to component.Hugo Hörnquist
2020-05-09Minor cleanup.Hugo Hörnquist
2020-05-09New parser now on feature parity with old.Hugo Hörnquist
2020-05-09Un-escape escaped characters. Slow?Hugo Hörnquist
2020-05-09New parser now works with old code.Hugo Hörnquist
2020-05-09Clean up util header.Hugo Hörnquist
2020-05-09Work on new parser, almost works.Hugo Hörnquist
2020-05-09Set X-HNH-FILENAME outside parse-calendar.Hugo Hörnquist
2020-05-09Add draft of new parser.Hugo Hörnquist
2020-05-09Move vcalendar parse code into own file.Hugo Hörnquist
2020-05-08Remove unused with-vline-tz.Hugo Hörnquist
2020-05-06Made benchmark main runnable again.Hugo Hörnquist
2020-05-05Change to only call get-datetime in parse.Hugo Hörnquist
2020-05-05Add profile! macro.Hugo Hörnquist
2020-05-05html --help s/month/table/Hugo Hörnquist
2020-05-05Getopt-opt handles value being any symbol.Hugo Hörnquist
2020-05-04Add link in root to /today.Hugo Hörnquist
2020-05-04Catch address already in use for HTTP server.Hugo Hörnquist
2020-05-04Tests run again.Hugo Hörnquist
2020-05-04Remove execute-flag from module/main.scm.Hugo Hörnquist
2020-05-04Add ability to download ics in entirety.Hugo Hörnquist
2020-05-04Replace direct output to current-error-port with warnings.Hugo Hörnquist
2020-05-04All warning procedures now uses warning system.Hugo Hörnquist
2020-05-04Fix /today? when intervaltype is something else.Hugo Hörnquist
2020-05-04Add --help to ical.Hugo Hörnquist
2020-05-04Remove 'info' entry point.Hugo Hörnquist
2020-05-04Slightly change main --help.Hugo Hörnquist
2020-05-04Add --help to text.Hugo Hörnquist
2020-05-04text main should now read it's arguments.Hugo Hörnquist
2020-05-04Repair term + add --help.Hugo Hörnquist
2020-05-04Add support for future code tag.Hugo Hörnquist
2020-05-04Add --help to HTML.Hugo Hörnquist
2020-05-04Add --help to main!Hugo Hörnquist
2020-05-04Add some more text formatting tags.Hugo Hörnquist
2020-05-04Add true-string-length.Hugo Hörnquist
2020-05-04Add --help to server.Hugo Hörnquist
2020-05-04Allow program to throw 'return to exit gracefully.Hugo Hörnquist
2020-05-04Add option formatter.Hugo Hörnquist
2020-05-04Add shutdown-hook.Hugo Hörnquist
2020-05-04Fix server --port flag.Hugo Hörnquist
2020-05-03Weeknumber hopefully counts correctly now.Hugo Hörnquist
2020-05-03Fix HTML week number rendering around v. 1.Hugo Hörnquist
2020-05-03[today] and [jump to] now works without JS.Hugo Hörnquist
2020-05-03Whitespace fixup.Hugo Hörnquist
2020-05-03Add [today] and [jump to] button in frontend.Hugo Hörnquist
2020-05-03Translate 'monthly' and 'weekly' buttons.Hugo Hörnquist
2020-05-03Add intervaltype argument to html-generate.Hugo Hörnquist
2020-05-03Allow btn to take nothing, and default to <button>.Hugo Hörnquist