$ ls cl-closure-template esrap restas-colorize restas-planet wiki-parser cl-data-forms-master hunchentoot-master restas-directory-publisher restas-simple-auth data-sift-master restas restas-forum restas-wiki
Остальное на доле quicklisp.
Все мои патчи:
- В restas-directory-publisher:
diff --git a/restas-directory-publisher.asd b/restas-directory-publisher.asd
index e56cb6d..7b51e39 100644
--- a/restas-directory-publisher.asd
+++ b/restas-directory-publisher.asd
@@ -9,6 +9,6 @@
:defsystem-depends-on (#:closure-template)
:depends-on (#:restas #:local-time)
:pathname "src"
- :serial t
+; :serial t
:components ((:closure-template "autoindex")
(:file "directory-publisher")))
Без этого почему-то исходники модуля тупо не грузились. ASDF от sbcl. - В самом rulisp:
diff --git a/src/rulisp.lisp b/src/rulisp.lisp
index ac911ed..8183330 100644
--- a/src/rulisp.lisp
+++ b/src/rulisp.lisp
@@ -196,7 +196,7 @@
:content (restas.directory-publisher.view:autoindex-content data))
out)))
(closure-template:ttable-register-template ttable "AUTOINDEX" #'rulisp-autoindex :supersede t)
- (closure-template:ttable-sync-package ttable '#:rulisp.directory-publisher.view))))
+ (closure-template:ttable-extend-package ttable '#:rulisp.directory-publisher.view))))
(restas:mount-module -static- (#:restas.directory-publisher)
(restas.directory-publisher:*directory* (merge-pathnames "static/" *resources-dir*)))
В связи с изменениями.
0: (RESTAS:RENDER-OBJECT #