diff --git a/TODO b/TODO index 7507152..e22d830 100644 --- a/TODO +++ b/TODO @@ -26,7 +26,7 @@ Ideas: ;; -- What are alternatives? ;;;; PLUGINS -;;;; implement disqus support +;;;; implement: analytics, crossposting, disqus, mathjax, pygments, recaptcha, s3 ;;; import ;; add output to HTML files when static-p is true ;; add comment handling ... (when comments ...) diff --git a/coleslaw.asd b/coleslaw.asd index 2284803..9e5cc46 100644 --- a/coleslaw.asd +++ b/coleslaw.asd @@ -5,7 +5,8 @@ :maintainer "Brit Butler " :author "Brit Butler " :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 ((:file "packages") (:file "coleslaw" diff --git a/plugins/analytics.lisp b/plugins/analytics.lisp new file mode 100644 index 0000000..fb7f3d6 --- /dev/null +++ b/plugins/analytics.lisp @@ -0,0 +1,2 @@ +(in-package :coleslaw) + diff --git a/plugins/crosspost.lisp b/plugins/crosspost.lisp new file mode 100644 index 0000000..fb7f3d6 --- /dev/null +++ b/plugins/crosspost.lisp @@ -0,0 +1,2 @@ +(in-package :coleslaw) + diff --git a/plugins/disqus.lisp b/plugins/disqus.lisp new file mode 100644 index 0000000..fb7f3d6 --- /dev/null +++ b/plugins/disqus.lisp @@ -0,0 +1,2 @@ +(in-package :coleslaw) + diff --git a/plugins/mathjax.lisp b/plugins/mathjax.lisp new file mode 100644 index 0000000..fb7f3d6 --- /dev/null +++ b/plugins/mathjax.lisp @@ -0,0 +1,2 @@ +(in-package :coleslaw) + diff --git a/plugins/pygments.lisp b/plugins/pygments.lisp new file mode 100644 index 0000000..fb7f3d6 --- /dev/null +++ b/plugins/pygments.lisp @@ -0,0 +1,2 @@ +(in-package :coleslaw) + diff --git a/plugins/recaptcha.lisp b/plugins/recaptcha.lisp new file mode 100644 index 0000000..fb7f3d6 --- /dev/null +++ b/plugins/recaptcha.lisp @@ -0,0 +1,2 @@ +(in-package :coleslaw) + diff --git a/plugins/s3.lisp b/plugins/s3.lisp new file mode 100644 index 0000000..fb7f3d6 --- /dev/null +++ b/plugins/s3.lisp @@ -0,0 +1,2 @@ +(in-package :coleslaw) +