TODO tweaks for 0.9.7.

This commit is contained in:
Brit Butler 2014-09-22 14:32:27 -04:00
parent e44d0bde9e
commit 8bea5f1927

View file

@ -215,21 +215,15 @@ PAGE, a content type for static page support, is available as a plugin.
## Areas for Improvement (i.e. The Roadmap) ## Areas for Improvement (i.e. The Roadmap)
### TODO for 0.9.6
* A real test suite with Stefil that at *least* tests:
* `read-content`
* `load-config`
* Merge @PuercoPop's twitter summary cards plugin in some form.
### TODO for 0.9.7 ### TODO for 0.9.7
* Test suite improvements: * Test suite improvements:
* `load-content`/`read-content`/parsing
* Content Discovery * Content Discovery
* Theme Compilation * Theme Compilation
* Content Publishing * Content Publishing
* Common Plugins including Injections * Common Plugins including Injections
* Add proper errors to read-content/load-content. Not just ignoring bad data. Line info, etc. * Add proper errors to read-content/load-content? Not just ignoring bad data. Line info, etc.
* Improved template debugging? "${" instead of "{$", static checks for valid slots, etc. * Improved template debugging? "${" instead of "{$", static checks for valid slots, etc.
At least a serious investigation into how such things might be provided. 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).