From 44acf9d02bd8155298f60f6cb1c4974830fef5ad Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Tue, 19 Apr 2011 13:36:17 -0400 Subject: [PATCH] Minor TODO and plugins update. --- TODO | 2 +- coleslaw.asd | 3 ++- plugins/analytics.lisp | 2 ++ plugins/crosspost.lisp | 2 ++ plugins/disqus.lisp | 2 ++ plugins/mathjax.lisp | 2 ++ plugins/pygments.lisp | 2 ++ plugins/recaptcha.lisp | 2 ++ plugins/s3.lisp | 2 ++ 9 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 plugins/analytics.lisp create mode 100644 plugins/crosspost.lisp create mode 100644 plugins/disqus.lisp create mode 100644 plugins/mathjax.lisp create mode 100644 plugins/pygments.lisp create mode 100644 plugins/recaptcha.lisp create mode 100644 plugins/s3.lisp 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) +