coleslaw/TODO

12 lines
596 B
Text
Raw Normal View History

What about themes? Templates are themes. DUH.
2012-08-28 20:32:16 -04:00
BUGS:
2012-08-28 21:03:19 -04:00
; 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).
TODO:
2012-09-25 19:29:10 -04:00
; remove need for ordering in header. improve date check/error reporting. -> 0.8
; doc themes and plugins, s3+hunchentoot. -> 0.8
2012-08-29 13:37:59 -04:00
; unit tests -> 0.9
; Incremental compilation: only "touched" posts+tags+months and by-n. -> 1.0
;; possible plugins: analytics, logging/monitoring, crossposting