Make dirlist use www resources
This commit is contained in:
parent
4f6502129a
commit
f0c28ad0e8
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
;; This stub is to generate fancy directory listings with the Racket style
|
;; This stub is to generate fancy directory listings with the Racket style
|
||||||
|
|
||||||
(define-context "stubs/dirlist")
|
(require (prefix-in www: (only-in "../www/shared.rkt" the-resources)))
|
||||||
|
|
||||||
|
(define-context "stubs/dirlist" #:resources www:the-resources)
|
||||||
|
|
||||||
(require racket/port)
|
(require racket/port)
|
||||||
(define (xml->string content)
|
(define (xml->string content)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user