aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points (follow)
Commit message (Collapse)AuthorAge
* Change gettext '_' to 'G_'.Hugo Hörnquist2022-10-16
| | | | Guile 3 reserves _ for other stuff.
* Remove (add|remove)-day, and month[+-].Hugo Hörnquist2022-06-23
| | | | | Procedures where overly specific, and doing it manually was almost no more work.
* Minor cleanup of entry-points/server.Hugo Hörnquist2022-06-23
|
* Normalize keyword syntax.Hugo Hörnquist2022-06-23
|
* Minor cleanup.Hugo Hörnquist2022-06-23
|
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Remove all inline use-modules.Hugo Hörnquist2022-06-23
|
* Remove obsolete TODO.Hugo Hörnquist2022-06-21
|
* Move TODO to issue #56.Hugo Hörnquist2022-06-21
|
* Introduce filename-extension procedure.Hugo Hörnquist2022-04-24
|
* Made update-zoneinfo own entry point.Hugo Hörnquist2022-04-23
|
* Fix name collision in server entry-point.Hugo Hörnquist2022-04-11
|
* Replace config system with paramater based system.Hugo Hörnquist2022-04-11
| | | | | | | | | | | | | | | | This new setup stores all configurations are parameters. This forces everything into modules, and ensures that we can't have a module use an unloaded config. It (unfortunatelly) also causes users to have to specify namespaces when defining values, but ini-files (and the like) already does that. Also, there is nothing stopping a new `set-config!' from being defined which allows un-namespaced operation. The commit also removes the introspection procedures. They where a bit weird to begin with, since they only showed loaded fields. And since the program had no way of properly serializing or deserializing them we remove them for the time being. They would however be good to reintroduce together with a proper menu for editing simple configuration (see Emacs' `custom-set-variables').
* Fix loop in import entry-point.Hugo Hörnquist2022-04-11
|
* Fixup translatable strings.Hugo Hörnquist2022-04-11
|
* Merge branch 'translation'Hugo Hörnquist2022-04-07
|\
| * Prepare code for translation.Hugo Hörnquist2022-02-22
| |
* | Rewrote symlink creator for HTMLHugo Hörnquist2022-03-28
| |
* | Normalize errors.Hugo Hörnquist2022-03-28
| |
* | Handle broken symlink when generating static HTML.Hugo Hörnquist2022-03-07
| |
* | Add missing (ice-9 format) imports.Hugo Hörnquist2022-03-06
|/
* Move path-append to own module.Hugo Hörnquist2022-02-01
|
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Minor cleanup.Hugo Hörnquist2022-01-21
|
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
* Change quoting style.Hugo Hörnquist2021-01-13
|
* Add convert entry-point.Hugo Hörnquist2020-11-29
|
* Fix tidsrapport --output flag.Hugo Hörnquist2020-11-05
|
* Add slightly more documentation to tidsrapport.Hugo Hörnquist2020-10-23
|
* Add entry-point for generating tidsrapporter.Hugo Hörnquist2020-10-23
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Replace (directories) with general (xdg basedir).Hugo Hörnquist2020-08-24
|
* Move html modules under calp.Hugo Hörnquist2020-08-23
|
* Add rendering of standalone small-cal.Hugo Hörnquist2020-08-23
|
* Some benchmarking impmrovements.Hugo Hörnquist2020-08-22
|
* Allow multiple benchmark files.Hugo Hörnquist2020-08-21
|
* Helpstring for port config.Hugo Hörnquist2020-08-20
|
* Made --port also option.Hugo Hörnquist2020-08-18
|
* SIGUSR1 to reload calendars.Hugo Hörnquist2020-08-18
|
* Remove (@ (global) basedir).Hugo Hörnquist2020-08-17
|
* fixes.Hugo Hörnquist2020-08-17
|
* Fixes.Hugo Hörnquist2020-08-17
|
* move terminal output.Hugo Hörnquist2020-08-17
|
* Start moving stuff out from output.Hugo Hörnquist2020-08-17
|
* Move a bunch of files into calp module.Hugo Hörnquist2020-08-17