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

TODO 803B

123456789101112131415161718
  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. 0.9
  6. ; Add SHOUT content type.
  7. ;; needs: shout template/render function. Twitter\Disqus integration with shouts?
  8. ;; Indices fundamentally don't know about content-types. Is that a problem?
  9. ;; Rename index.posts to something else?
  10. Coleslaw.next
  11. ; improve date check/error reporting. -> 0.9
  12. ; doc themes and plugins, s3+hunchentoot. -> 0.9
  13. ; unit tests -> 0.9
  14. ; Incremental compilation: only "touched" posts+tags+months and by-n. -> 1.0
  15. ;; possible plugins: analytics, logging/monitoring, crossposting