Bladeren bron

TODO updates.

Brit Butler 12 jaren geleden
bovenliggende
commit
7a54e09132
1 gewijzigde bestanden met toevoegingen van 5 en 11 verwijderingen
  1. 5 11
      TODO

+ 5 - 11
TODO

@@ -1,16 +1,10 @@
1
-Old Coleslaw: Allow choices.
2
-New Coleslaw: Screw choices!
3
-"You can have it in any color as long as its black."
4
-
5
-What views are supported? tag-based, reverse-chronological, by-month, single-post
6
-Where is the data? git
7
-How are update done? check for new commits every *interval*, possibly switch to commit hooks later
8
-Post generation? Static
9
-What is the post format? (markdown, plaintext, rst, etc, anything with a parser plugin!)
10
-How are comments handled? They're not supported.
11 1
 What about themes? Templates are themes. DUH.
12 2
 Plugins? Injection support for HEAD and BODY. What about predicate-based injection?
13
-How is it served? Hunchentoot, Lighttpd, S3, whomever!
3
+
4
+BUGS:
5
+; Generated directories aren't being collected properly.
6
+; Slugs aren't unicode safe. See [reddit discussion](http://www.reddit.com/r/lisp/comments/yvh6g/coleslaw_jekylllike_static_blogware_in_500_lines/) and [mozilla code](https://github.com/mozilla/unicode-slugify/blob/master/slugify/__init__.py).
7
+; Post-receive hook on server doesn't appear to be executing. Invoking manually behaves as expected. What's going on here?
14 8
 
15 9
 TODO:
16 10
 ; doc themes and plugins