123456789101112131415161718192021222324252627282930 |
- Old Coleslaw: Allow choices.
- New Coleslaw: Screw choices!
- "You can have it in any color as long as its black."
- What views are supported? tag-based, reverse-chronological, by-month, single-post
- Where is the data? git
- How are update done? check for new commits every *interval*, possibly switch to commit hooks later
- Post generation? Static
- What is the post format? (markdown, plaintext, rst, etc, anything with a parser plugin!)
- How are comments handled? They're not supported.
- What about themes? Templates are themes. DUH.
- Plugins? Injection support for HEAD and BODY. What about predicate-based injection?
- How is it served? Hunchentoot, Lighttpd, S3, whomever!
- TODO:
- ; blockers to use this for redlinernotes: rss/atom feed, markdown support
- ; after that, focus on injections for code highlighting and latex
- ; doc themes and plugins
- ; populate prev and next links
- ; implement plugins: atom, markdown, pygment/highlighting
- ; actually start using this for redlinernotes.com? Move over May-2007 to present.
- ; fix plugins: s3
- ;; Incremental compile: only "touched" posts+tags+months. By-20 must be redone, of course.
- ;; ^^ Long as we're overhauling, maybe come up with a commithook scheme that runs main
- ;; and main becomes load-config, compile-theme, compile-blog?
- ;; support old URLs via use of post-aliases?
- ;;; plugins: analytics, logging/monitoring, crossposting, disqus
- ;;;; write a proper version of escape considering wild pathnames and valid URL issues
|