2012-08-14 21:00:41 -04:00
|
|
|
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
|
2012-08-14 21:00:41 -04:00
|
|
|
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
|
2012-08-14 21:00:41 -04:00
|
|
|
Post generation? Static
|
|
|
|
What is the post format? (markdown, plaintext, rst, etc, anything with a parser plugin!)
|
2012-08-15 00:02:22 -04:00
|
|
|
How are comments handled? They're not supported.
|
2012-08-14 21:00:41 -04:00
|
|
|
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!
|
|
|
|
|
2011-04-19 16:01:20 -04:00
|
|
|
TODO:
|
2012-08-21 23:50:36 -04:00
|
|
|
; after that, focus on markdown support, injections for code highlighting and latex
|
2012-08-21 19:13:20 -04:00
|
|
|
|
2012-08-20 12:36:59 -04:00
|
|
|
; doc themes and plugins
|
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?
|
2011-04-17 22:22:14 -04:00
|
|
|
;; 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
|