aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-23 23:22:10 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-23 23:22:10 +0200
commitedaf758b80fed1f5f14cd4b192e661c8863e84bc (patch)
tree9baf17c11a6254e81f29a1c473e5eb86c072aa79 /module/calp/entry-points
parentAdd rendering of standalone small-cal. (diff)
downloadcalp-edaf758b80fed1f5f14cd4b192e661c8863e84bc.tar.gz
calp-edaf758b80fed1f5f14cd4b192e661c8863e84bc.tar.xz
Move html modules under calp.
Diffstat (limited to 'module/calp/entry-points')
-rw-r--r--module/calp/entry-points/html.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/calp/entry-points/html.scm b/module/calp/entry-points/html.scm
index abaa5f13..b2f613ea 100644
--- a/module/calp/entry-points/html.scm
+++ b/module/calp/entry-points/html.scm
@@ -8,11 +8,11 @@
:use-module ((ice-9 regex) :select (string-match regexp-substitute))
:use-module ((srfi srfi-41) :select (stream-take stream-for-each))
- :use-module ((html view calendar) :select (html-generate))
- :use-module ((html view calendar week)
+ :use-module ((calp html view calendar) :select (html-generate))
+ :use-module ((calp html view calendar week)
:select (render-calendar)
:renamer (lambda _ 'render-calendar-wide))
- :use-module ((html view calendar month)
+ :use-module ((calp html view calendar month)
:select (render-calendar-table))
:use-module ((vcomponent instance methods)
:select (get-calendars get-event-set))
@@ -144,7 +144,7 @@
(lambda ()
(sxml->xml
(re-root-static
- ((@ (html view small-calendar) render-small-calendar)
+ ((@ (calp html view small-calendar) render-small-calendar)
start standalone))))))]
[(wide)