aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
* Add TODO about linewrapping.Hugo Hörnquist2020-05-10
|
* Replace iCalendar parser.Hugo Hörnquist2020-05-09
|\ | | | | | | | | | | | | | | | | The old iCalendar parser was a direct port of my C parser, which unfortunately clashed with guile's evaluation model, and was therefore really slow. This new one is much schemier [sic?], and therefore much faster. On my laptop the parse time went from around 10s to 2.5s, so a 4x speedup!
| * Add short commentary on difference between parse and parse/component.Hugo Hörnquist2020-05-09
| |
| * Remove old parser, rename new parser to component.Hugo Hörnquist2020-05-09
| |
| * Minor cleanup.Hugo Hörnquist2020-05-09
| |
| * New parser now on feature parity with old.Hugo Hörnquist2020-05-09
| |
| * Un-escape escaped characters. Slow?Hugo Hörnquist2020-05-09
| |
| * New parser now works with old code.Hugo Hörnquist2020-05-09
| | | | | | | | | | | | A DTEND filed is added as before. One of the EXDATE fields is saves as a list, the remaining are however thrown away.
| * Work on new parser, almost works.Hugo Hörnquist2020-05-09
| |
| * Set X-HNH-FILENAME outside parse-calendar.Hugo Hörnquist2020-05-09
| |
| * Add draft of new parser.Hugo Hörnquist2020-05-09
| |
| * Move vcalendar parse code into own file.Hugo Hörnquist2020-05-09
| |
| * Remove unused with-vline-tz.Hugo Hörnquist2020-05-08
| |
| * Made benchmark main runnable again.Hugo Hörnquist2020-05-06
| |
| * Change to only call get-datetime in parse.Hugo Hörnquist2020-05-05
| |
* | Clean up util header.Hugo Hörnquist2020-05-09
|/
* Add profile! macro.Hugo Hörnquist2020-05-05
|
* html --help s/month/table/Hugo Hörnquist2020-05-05
|
* Getopt-opt handles value being any symbol.Hugo Hörnquist2020-05-05
|
* Add link in root to /today.Hugo Hörnquist2020-05-04
|
* Catch address already in use for HTTP server.Hugo Hörnquist2020-05-04
|
* Tests run again.Hugo Hörnquist2020-05-04
|
* Remove execute-flag from module/main.scm.Hugo Hörnquist2020-05-04
|
* Add ability to download ics in entirety.Hugo Hörnquist2020-05-04
|
* Replace direct output to current-error-port with warnings.Hugo Hörnquist2020-05-04
|
* All warning procedures now uses warning system.Hugo Hörnquist2020-05-04
|
* Fix /today? when intervaltype is something else.Hugo Hörnquist2020-05-04
|
* Add --help to ical.Hugo Hörnquist2020-05-04
|
* Remove 'info' entry point.Hugo Hörnquist2020-05-04
|
* Slightly change main --help.Hugo Hörnquist2020-05-04
|
* Add --help to text.Hugo Hörnquist2020-05-04
|
* text main should now read it's arguments.Hugo Hörnquist2020-05-04
|
* Repair term + add --help.Hugo Hörnquist2020-05-04
|
* Add support for future code tag.Hugo Hörnquist2020-05-04
|
* Add --help to HTML.Hugo Hörnquist2020-05-04
|
* Add --help to main!Hugo Hörnquist2020-05-04
|
* Add some more text formatting tags.Hugo Hörnquist2020-05-04
|
* Add true-string-length.Hugo Hörnquist2020-05-04
|
* Add --help to server.Hugo Hörnquist2020-05-04
|
* Allow program to throw 'return to exit gracefully.Hugo Hörnquist2020-05-04
|
* Add option formatter.Hugo Hörnquist2020-05-04
|
* Add shutdown-hook.Hugo Hörnquist2020-05-04
|
* Fix server --port flag.Hugo Hörnquist2020-05-04
|
* Weeknumber hopefully counts correctly now.Hugo Hörnquist2020-05-03
|
* Fix HTML week number rendering around v. 1.Hugo Hörnquist2020-05-03
|
* [today] and [jump to] now works without JS.Hugo Hörnquist2020-05-03
|
* Whitespace fixup.Hugo Hörnquist2020-05-03
|
* Add [today] and [jump to] button in frontend.Hugo Hörnquist2020-05-03
| | | | | Currently the JavaScript updates these buttons to work, but they by default reference backend endpoints which are not yet written.
* Translate 'monthly' and 'weekly' buttons.Hugo Hörnquist2020-05-03
|
* Add intervaltype argument to html-generate.Hugo Hörnquist2020-05-03
|