aboutsummaryrefslogtreecommitdiff
path: root/module/output (follow)
Commit message (Collapse)AuthorAge
...
* Move open-{input,output}-port to (util io).Hugo Hörnquist2019-12-23
|
* Add key filtering in ical output.Hugo Hörnquist2019-12-23
|
* Broke out nav-link into function.Hugo Hörnquist2019-12-22
|
* Fix prev and next month buttons.Hugo Hörnquist2019-12-22
|
* html output comments.Hugo Hörnquist2019-12-22
|
* Work on ICS output.Hugo Hörnquist2019-11-11
|
* Work on ICS output.Hugo Hörnquist2019-11-11
|
* Fix next and prev month buttons.Hugo Hörnquist2019-11-10
|
* Work on HTML output.Hugo Hörnquist2019-11-09
|
* Merge branch 'restruct'Hugo Hörnquist2019-11-03
|\
| * Move stuff between vcomponent/{base,parse}.Hugo Hörnquist2019-11-03
| |
| * Minor changes to env and ical.Hugo Hörnquist2019-11-02
| |
| * Start work on ical output.Hugo Hörnquist2019-10-29
| |
| * Minor cleanup in scheme code.Hugo Hörnquist2019-10-06
| |
| * Fix day-stream, and in effect terminal output.Hugo Hörnquist2019-10-05
| |
| * HTML output seems to work in full now.Hugo Hörnquist2019-10-04
| |
| * Actually fix NAME.Hugo Hörnquist2019-10-04
| |
* | Remove 'none' output.Hugo Hörnquist2019-10-08
| | | | | | | | | | | | This dummy output was earlier used to force a compilation, but since I have (hopefully) figured out how to actually compile stuff it's no longer necesarry.
* | Add --width flag to format.Hugo Hörnquist2019-10-01
|/
* Reword terminal output to better modularization.Hugo Hörnquist2019-06-01
|
* Rename {terminal => vulgar}.Hugo Hörnquist2019-06-01
|
* Work on cloning events through editor.Hugo Hörnquist2019-06-01
|
* Move get-git-version to new git module.Hugo Hörnquist2019-06-01
|
* Reword how statprof is loaded.Hugo Hörnquist2019-05-29
|
* Add info output.Hugo Hörnquist2019-05-29
|
* Fix git version parsing.Hugo Hörnquist2019-05-21
|
* Add git version to HTML info footer.Hugo Hörnquist2019-05-20
|
* Add basic server.Hugo Hörnquist2019-05-13
|
* Update CSS.Hugo Hörnquist2019-05-10
|
* Add HTML footer.Hugo Hörnquist2019-05-10
|
* Add flags for just running the text flower.Hugo Hörnquist2019-05-08
| | | | | | | | It's twisted if one program should do many things, or just a single thing. If we assume that this program does two things: reading calendar files, and writing output, then it should be ok to allow any of those parts to run independentally of the other. Making it ok to just run the text flower.
* Add unused js for creating events.Hugo Hörnquist2019-05-06
|
* Add marker on today in small calendar.Hugo Hörnquist2019-05-06
|
* Add missing leading zeroes in minical.Hugo Hörnquist2019-05-05
|
* Handle no event groups in interval.Hugo Hörnquist2019-05-04
|
* 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
|
* Move statprof to encompass all.Hugo Hörnquist2019-04-25
|
* Fix html output.Hugo Hörnquist2019-04-25
|
* Made none-output print statprof info.Hugo Hörnquist2019-04-25
|
* Change vulgar output to also use grouped events.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.
* Made SUMMARY stick out in vulgar view.Hugo Hörnquist2019-04-25
|