6-day 'finish your blogware' hackathon? Challenge accepted.
This commit is contained in:
parent
9e4c03573e
commit
a607f77177
1 changed files with 31 additions and 3 deletions
34
TODO
34
TODO
|
@ -1,5 +1,35 @@
|
||||||
Everything.
|
Everything.
|
||||||
|
|
||||||
|
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!)
|
||||||
|
How are comments handled? They're not supported. If they are, its by a friggin plugin.
|
||||||
|
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.
|
||||||
|
|
||||||
Ideas:
|
Ideas:
|
||||||
-- Replace cl-markdown with 3bmd down the line?
|
-- Replace cl-markdown with 3bmd down the line?
|
||||||
-- Use cl-inotify or similar for notifications instead of timers?
|
-- Use cl-inotify or similar for notifications instead of timers?
|
||||||
|
@ -26,6 +56,4 @@ TODO:
|
||||||
;; support old URLs via use of post-aliases?
|
;; support old URLs via use of post-aliases?
|
||||||
|
|
||||||
;;;; DYNAMIC
|
;;;; DYNAMIC
|
||||||
;;;; implement the whole damn backend!
|
;;;; Scrap that shit!
|
||||||
;;;; make sure it has an admin interface!
|
|
||||||
;;;; -- spend two years trying to make it secure without HTTPS+SSL. fail.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue