Split out some 0.9.7 items.

This commit is contained in:
Brit Butler 2014-09-03 15:38:28 -04:00
parent 2ed12c5bce
commit 78e0f9ecea

View file

@ -222,15 +222,21 @@ PAGE, a content type for static page support, is available as a plugin.
### TODO for 0.9.6 ### TODO for 0.9.6
* Serious updates to README and themes.md. Skim hacking.md but it's probably okay. * Serious updates to README and themes.md. Skim hacking.md but it's probably okay.
* Make read-content/load-content more robust.
* A real test suite with Stefil that at *least* tests: * A real test suite with Stefil that at *least* tests:
* `read-content` * `read-content`
* `load-config` * `load-config`
* Merge @PuercoPop's twitter summary cards plugin in some form.
### TODO for 0.9.7
* Test suite improvements:
* Content Discovery * Content Discovery
* Theme Compilation * Theme Compilation
* Content Publishing * Content Publishing
* Common Plugins including Injections * Common Plugins including Injections
* Merge @PuercoPop's twitter summary cards plugin in some form. * Improved template debugging? "${" instead of "{$", static checks for valid slots, etc.
* Make read-content/load-content more robust. Improving template debugging will be part of 0.9.7. At least a serious investigation into how such things might be provided.
* Some minor scripting conveniences with cl-launch? (Scaffold a post/page, Enable incremental, Build, etc). * Some minor scripting conveniences with cl-launch? (Scaffold a post/page, Enable incremental, Build, etc).
### Assorted Cleanups ### Assorted Cleanups