2012-08-14 21:00:41 -04:00
|
|
|
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).
|
2012-08-14 21:00:41 -04:00
|
|
|
|
2011-04-19 16:01:20 -04:00
|
|
|
TODO:
|
2013-01-06 14:31:04 -05:00
|
|
|
0.9
|
2013-01-30 23:32:55 -05:00
|
|
|
; Add HACKING.md docs, i.e. formalize workflow+releases. No more landing broken stuff on master!
|
|
|
|
; Document available plugins.
|
|
|
|
; Document plugin API.
|
|
|
|
Coleslaw.next
|
2013-01-06 14:31:04 -05:00
|
|
|
; Add SHOUT content type.
|
|
|
|
;; needs: shout template/render function. Twitter\Disqus integration with shouts?
|
2013-01-02 13:04:20 -05:00
|
|
|
;; Rename index.posts to something else?
|
2013-01-30 23:32:55 -05:00
|
|
|
; Document theming/template system.
|
|
|
|
; unit tests
|
2012-08-29 13:37:59 -04:00
|
|
|
; Incremental compilation: only "touched" posts+tags+months and by-n. -> 1.0
|
2013-01-30 23:32:55 -05:00
|
|
|
|