2011-02-19 18:25:02 -05:00
|
|
|
Everything.
|
2011-04-16 15:45:37 -04:00
|
|
|
|
2012-08-14 21:00:41 -04:00
|
|
|
THE OVERHAUL:
|
|
|
|
Where is the data? (mongodb, postgresql, flat files, lisp data persisted with cl-store or similar, etc)
|
|
|
|
What views are supported? (tag-based, reverse-chronological, single-post, etc)
|
|
|
|
How is the data edited? (web-admin-interface-p)
|
|
|
|
Who serves the data? (S3, Lisp server (hunchentoot/etc), System HTTPD (lighttpd/apache/etc)
|
|
|
|
How are comments handled? (Cloud service (disqus/etc), Stored and generated locally, disabled)
|
|
|
|
|
|
|
|
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, single-post
|
|
|
|
Where is the data? git
|
|
|
|
How is the data edited? git status/inotify
|
|
|
|
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!
|
|
|
|
|
|
|
|
Historical Shifts
|
|
|
|
It's interesting to note two things.
|
|
|
|
1) Blogs went from static->dynamic->static being hip.
|
|
|
|
-- Some of this was motivated by technological fashion.
|
|
|
|
2) Comments went from being inessential->essential->inessential.
|
|
|
|
-- This latter point is largely related to shifts in social networks.
|
|
|
|
-- No more livejournal, RSS feeds don't promote communities.
|
|
|
|
-- Blogs are platforms designed for content syndication/publishing, not intelligent discourse.
|
|
|
|
|
2012-08-19 15:22:54 -04:00
|
|
|
Move over May-2007 to present.
|
|
|
|
|
2011-04-19 16:01:20 -04:00
|
|
|
TODO:
|
2012-08-19 15:22:54 -04:00
|
|
|
; fix plugins: s3, wordpress
|
|
|
|
; implement plugins: atom, markdown, pygment/highlighting
|
|
|
|
;; Incremental compile: only "touched" posts+tags+months. By-20 must be redone, of course.
|
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
|