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

TODO 944B

123456789101112131415161718192021222324
  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. Coleslaw.next
  6. ; Add HACKING.md docs, i.e. formalize workflow+releases. No more landing broken stuff on master!
  7. ; Add SHOUT content type.
  8. ;; needs: shout template/render function. Twitter\Disqus integration with shouts?
  9. ;; Rename index.posts to something else?
  10. ; Document theming/template system.
  11. ; unit tests
  12. ; Incremental compilation: only "touched" posts+tags+months and by-n. -> 1.0
  13. ;; DOCUMENTATION
  14. ;; A theme directory should be named after the theme and contain *.tmpl files
  15. ;; that define the following functions in a coleslaw.theme.$NAME namespace.
  16. ;; Required templates:
  17. ;; {template base}
  18. ;; {template post}
  19. ;; {template index}