Flexible Lisp Blogware. Fork for personal use. Mirrored from https://github.com/kingcons/coleslaw originally.

TODO 596B

123456789101112
  1. What about themes? Templates are themes. DUH.
  2. BUGS:
  3. ; Slugs aren't unicode safe. See [reddit discussion](http://www.reddit.com/r/lisp/comments/yvh6g/coleslaw_jekylllike_static_blogware_in_500_lines/) and [mozilla code](https://github.com/mozilla/unicode-slugify/blob/master/slugify/__init__.py).
  4. TODO:
  5. ; remove need for ordering in header. improve date check/error reporting. -> 0.8
  6. ; doc themes and plugins, s3+hunchentoot. -> 0.8
  7. ; unit tests -> 0.9
  8. ; Incremental compilation: only "touched" posts+tags+months and by-n. -> 1.0
  9. ;; possible plugins: analytics, logging/monitoring, crossposting