aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points (follow)
Commit message (Collapse)AuthorAge
...
* server /month/ round to start of month.Hugo Hörnquist2020-05-14
|
* Made benchmark main runnable again.Hugo Hörnquist2020-05-06
|
* html --help s/month/table/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
|
* 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
|
* Add --help to ical.Hugo Hörnquist2020-05-04
|
* Remove 'info' entry point.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 --help to HTML.Hugo Hörnquist2020-05-04
|
* Add --help to server.Hugo Hörnquist2020-05-04
|
* Fix server --port flag.Hugo Hörnquist2020-05-04
|
* [today] and [jump to] now works without JS.Hugo Hörnquist2020-05-03
|
* Add intervaltype argument to html-generate.Hugo Hörnquist2020-05-03
|
* Server now rounds to nearest sensible start.Hugo Hörnquist2020-05-01
|
* Fix ics download for UID's containng dot.Hugo Hörnquist2020-05-01
|
* Merge branch 'app'.Hugo Hörnquist2020-05-01
|\ | | | | | | | | | | | | | | | | | | The app objects both makes the whole program sort of behave like one class in some object oriented languages, with an implicitly (actually hiddenly explicitly) passed 'app' argument to all methods. Multiple concurrent apps should be supported, but is of now untested. The app is also configured to lazily bind all its fields, which means that almost all loading is now lazy!
| * Change call signature for [gs]etf.Hugo Hörnquist2020-04-30
| |
| * Update server to use app.Hugo Hörnquist2020-04-30
| |
| * Update HTML to use app.Hugo Hörnquist2020-04-30
| |
| * Update ical parts to use app context.Hugo Hörnquist2020-04-30
| |
* | Server server any subdir under static.Hugo Hörnquist2020-05-01
| |
* | Update error on /calendar/ endpoint.Hugo Hörnquist2020-04-30
|/
* Export ICS interval.Hugo Hörnquist2020-04-26
|
* Remove use-modules*.Hugo Hörnquist2020-04-26
|
* Ical output more modular.Hugo Hörnquist2020-04-26
|
* Add export as ics button.Hugo Hörnquist2020-04-26
|
* Remove previous-week-start.Hugo Hörnquist2020-04-25
|
* Update (start|end)-of-week to work as expected.Hugo Hörnquist2020-04-24
|
* Fix directory-table erroring when subdirs are present.Hugo Hörnquist2020-04-16
|
* Minor changes.Hugo Hörnquist2020-04-05
|
* Update remaining code to use new config scheme.Hugo Hörnquist2020-04-01
|
* Attempt at decentralized configuration system.Hugo Hörnquist2020-03-31
| | | | | | | | | | | | | | | Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
* Fix IPv6 binding for server.Hugo Hörnquist2020-03-31
|
* Update server-main to allow for IPv6.Hugo Hörnquist2020-03-31
|
* Improve server directory listing.Hugo Hörnquist2020-03-31
|
* Update server endpoints for calendar rendering.Hugo Hörnquist2020-03-31
|
* Change url-parsing so '.' is a delimiter.Hugo Hörnquist2020-03-31
|
* HTML weekly proper week-start.Hugo Hörnquist2020-03-22
|
* HTML small cal table now works with better intervals.Hugo Hörnquist2020-03-22
|
* Start work on week-by-week html.Hugo Hörnquist2020-03-22
|
* Rewamp HTML-main to allow for more styles.Hugo Hörnquist2020-03-19
|
* Sprinkled in some time prints.Hugo Hörnquist2020-03-09
|
* Move actual calendar render into own callback function.Hugo Hörnquist2020-03-02
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Minor cleanup.Hugo Hörnquist2020-02-16
|
* Add count parameter to chunked html.Hugo Hörnquist2020-02-16
|