|
@@ -12,9 +12,12 @@ Ideas:
|
12
|
12
|
;;;; DYNAMIC
|
13
|
13
|
|
14
|
14
|
;;;; STATIC
|
15
|
|
-;;;; implement *output-dir*, render-site.
|
|
15
|
+;;;; implement render-site, head-inject/body-inject/navigation.
|
|
16
|
+;;;; non-disqus comment support?
|
16
|
17
|
;;; posts
|
17
|
18
|
;; Make find-by-date, post-url not suck.
|
|
19
|
+;; -- re: post-url, escaping is insufficient and there are collisions by title.
|
|
20
|
+;; -- What are alternatives?
|
18
|
21
|
|
19
|
22
|
;;;; PLUGINS
|
20
|
23
|
;;;; implement disqus support
|
|
@@ -22,8 +25,7 @@ Ideas:
|
22
|
25
|
;; add comment handling ... (when comments ...)
|
23
|
26
|
;; support old URLs via use of post-aliases?
|
24
|
27
|
|
25
|
|
-;;;; rendering hooks (eg. :pygmentize, :xpost-lj?)
|
26
|
|
-;; may need pre- and post- but for now stick to post-.
|
|
28
|
+;;;; rendering hooks (pygmentize, xposting) via :around/:before/:after methods
|
27
|
29
|
;; get run on rendered html before "storage"
|
28
|
30
|
;; xposting may be a rendering hook but may necessitate publishing hooks
|
29
|
31
|
;; again, these should be methods on a generic function
|