Minor TODO and plugins update.

This commit is contained in:
Brit Butler 2011-04-19 13:36:17 -04:00
parent 1d01f91c2b
commit 44acf9d02b
9 changed files with 17 additions and 2 deletions

2
TODO
View file

@ -26,7 +26,7 @@ Ideas:
;; -- What are alternatives? ;; -- What are alternatives?
;;;; PLUGINS ;;;; PLUGINS
;;;; implement disqus support ;;;; implement: analytics, crossposting, disqus, mathjax, pygments, recaptcha, s3
;;; import ;;; import
;; add output to HTML files when static-p is true ;; add output to HTML files when static-p is true
;; add comment handling ... (when comments ...) ;; add comment handling ... (when comments ...)

View file

@ -5,7 +5,8 @@
:maintainer "Brit Butler <redline6561@gmail.com>" :maintainer "Brit Butler <redline6561@gmail.com>"
:author "Brit Butler <redline6561@gmail.com>" :author "Brit Butler <redline6561@gmail.com>"
:licence "LLGPL" :licence "LLGPL"
:depends-on (:cl-markdown :docutils :closure-template :cl-fad) :depends-on (:cl-markdown :docutils :closure-template
:cl-fad :local-time)
:components ((:module src :components ((:module src
:components ((:file "packages") :components ((:file "packages")
(:file "coleslaw" (:file "coleslaw"

2
plugins/analytics.lisp Normal file
View file

@ -0,0 +1,2 @@
(in-package :coleslaw)

2
plugins/crosspost.lisp Normal file
View file

@ -0,0 +1,2 @@
(in-package :coleslaw)

2
plugins/disqus.lisp Normal file
View file

@ -0,0 +1,2 @@
(in-package :coleslaw)

2
plugins/mathjax.lisp Normal file
View file

@ -0,0 +1,2 @@
(in-package :coleslaw)

2
plugins/pygments.lisp Normal file
View file

@ -0,0 +1,2 @@
(in-package :coleslaw)

2
plugins/recaptcha.lisp Normal file
View file

@ -0,0 +1,2 @@
(in-package :coleslaw)

2
plugins/s3.lisp Normal file
View file

@ -0,0 +1,2 @@
(in-package :coleslaw)