|
@@ -18,12 +18,10 @@ TODO:
|
18
|
18
|
;; identical between the static and dynamic backend?
|
19
|
19
|
;; indexes should be id/name, title + posts. rewrite indices to use them.
|
20
|
20
|
;;; posts
|
21
|
|
-;; Make find-by-date, post-url not suck.
|
22
|
|
-;; -- re: find-by-date, aside from the subseq+string= grossness, the posts it
|
23
|
|
-;; -- returns are not in reverse chronological order. Fix it!
|
24
|
|
-;; -- re: post-url, improve escaping.
|
|
21
|
+;; post-url, improve escaping.
|
25
|
22
|
|
26
|
23
|
;;;; PLUGINS
|
|
24
|
+;;;; add activate-plugin, deactivate-plugin, :active-plugins?
|
27
|
25
|
;;;; implement: analytics, crossposting, disqus, mathjax, pygments, recaptcha, s3
|
28
|
26
|
;;;; support input or output dirs being git repos + have git hooks?
|
29
|
27
|
;;; import
|