coleslaw/TODO

27 lines
1.3 KiB
Text
Raw Normal View History

Old Coleslaw: Allow choices.
New Coleslaw: Screw choices!
"You can have it in any color as long as its black."
2012-08-20 12:36:59 -04:00
What views are supported? tag-based, reverse-chronological, by-month, single-post
Where is the data? git
2012-08-20 12:36:59 -04:00
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:
2012-08-20 12:36:59 -04:00
; doc themes and plugins
2012-08-20 22:36:48 -04:00
; populate prev and next links
2012-08-19 15:22:54 -04:00
; implement plugins: atom, markdown, pygment/highlighting
2012-08-20 12:36:59 -04:00
; actually start using this for redlinernotes.com? Move over May-2007 to present.
2012-08-20 22:36:48 -04:00
; fix plugins: s3
2012-08-19 15:22:54 -04:00
;; Incremental compile: only "touched" posts+tags+months. By-20 must be redone, of course.
2012-08-20 12:33:16 -04:00
;; ^^ 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?
2012-08-19 15:22:54 -04:00
;;; plugins: analytics, logging/monitoring, crossposting, disqus
2012-08-18 23:15:44 -04:00
;;;; write a proper version of escape considering wild pathnames and valid URL issues