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

TODO 1.1KB

123456789101112131415161718192021222324
  1. Old Coleslaw: Allow choices.
  2. New Coleslaw: Screw choices!
  3. "You can have it in any color as long as its black."
  4. What views are supported? tag-based, reverse-chronological, by-month, single-post
  5. Where is the data? git
  6. How are update done? check for new commits every *interval*, possibly switch to commit hooks later
  7. Post generation? Static
  8. What is the post format? (markdown, plaintext, rst, etc, anything with a parser plugin!)
  9. How are comments handled? They're not supported.
  10. What about themes? Templates are themes. DUH.
  11. Plugins? Injection support for HEAD and BODY. What about predicate-based injection?
  12. How is it served? Hunchentoot, Lighttpd, S3, whomever!
  13. TODO:
  14. ; after that, focus on markdown support, injections for code highlighting and latex
  15. ; doc themes and plugins
  16. ; fix plugins: s3
  17. ;; Incremental compile: only "touched" posts+tags+months. By-20 must be redone, of course.
  18. ;; support old URLs via use of post-aliases?
  19. ;;; plugins: analytics, logging/monitoring, crossposting, disqus
  20. ;;;; write a proper version of escape considering wild pathnames and valid URL issues