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

TODO 1.0KB

12345678910111213141516
  1. What about themes? Templates are themes. DUH.
  2. Plugins? Injection support for HEAD and BODY. What about predicate-based injection?
  3. BUGS:
  4. ; Generated directories aren't being removed properly.
  5. ; Post-receive hook on server doesn't appear to be executing. Invoking manually behaves as expected. What's going on here?
  6. ;; Suspect these issues are related. read-symlink doesn't return a directory pathname which causes cl-fad:delete-directory-and-files to blowup. Maybe stop using iolib for symlinks? What is portable?
  7. ;;; Propose replacing iolib based symlink code with something that uses DIRECTORY and/or TRUENAME.
  8. ; 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).
  9. TODO:
  10. ; doc themes and plugins
  11. ; fix plugins: s3
  12. ;; Incremental compile: only "touched" posts+tags+months. By-20 must be redone, of course.
  13. ;;; plugins: analytics, logging/monitoring, crossposting, disqus