|
@@ -4,8 +4,13 @@ BUGS:
|
4
|
4
|
; 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).
|
5
|
5
|
|
6
|
6
|
TODO:
|
7
|
|
-; remove need for ordering in header. improve date check/error reporting. -> 0.8
|
8
|
|
-; doc themes and plugins, s3+hunchentoot. -> 0.8
|
|
7
|
+0.8
|
|
8
|
+; Add SHOUT content type. Add shout indices by month. Twitter\Disqus integration with shouts?
|
|
9
|
+;; needs: shout template or just render function, publish analog for indices of a given ctype?
|
|
10
|
+;; Indices fundamentally don't know about content-types. Is that a problem?
|
|
11
|
+0.next
|
|
12
|
+; improve date check/error reporting. -> 0.9
|
|
13
|
+; doc themes and plugins, s3+hunchentoot. -> 0.9
|
9
|
14
|
; unit tests -> 0.9
|
10
|
15
|
; Incremental compilation: only "touched" posts+tags+months and by-n. -> 1.0
|
11
|
16
|
;; possible plugins: analytics, logging/monitoring, crossposting
|