Browse Source

Split out some 0.9.7 items.

Brit Butler 10 years ago
parent
commit
78e0f9ecea
1 changed files with 8 additions and 2 deletions
  1. 8 2
      docs/hacking.md

+ 8 - 2
docs/hacking.md

222
 ### TODO for 0.9.6
222
 ### TODO for 0.9.6
223
 
223
 
224
 * Serious updates to README and themes.md. Skim hacking.md but it's probably okay.
224
 * Serious updates to README and themes.md. Skim hacking.md but it's probably okay.
225
+* Make read-content/load-content more robust.
225
 * A real test suite with Stefil that at *least* tests:
226
 * A real test suite with Stefil that at *least* tests:
226
   * `read-content`
227
   * `read-content`
227
   * `load-config`
228
   * `load-config`
229
+* Merge @PuercoPop's twitter summary cards plugin in some form.
230
+
231
+### TODO for 0.9.7
232
+
233
+* Test suite improvements:
228
   * Content Discovery
234
   * Content Discovery
229
   * Theme Compilation
235
   * Theme Compilation
230
   * Content Publishing
236
   * Content Publishing
231
   * Common Plugins including Injections
237
   * Common Plugins including Injections
232
-* Merge @PuercoPop's twitter summary cards plugin in some form.
233
-* Make read-content/load-content more robust. Improving template debugging will be part of 0.9.7.
238
+* Improved template debugging? "${" instead of "{$", static checks for valid slots, etc.
239
+  At least a serious investigation into how such things might be provided.
234
 * Some minor scripting conveniences with cl-launch? (Scaffold a post/page, Enable incremental, Build, etc).
240
 * Some minor scripting conveniences with cl-launch? (Scaffold a post/page, Enable incremental, Build, etc).
235
 
241
 
236
 ### Assorted Cleanups
242
 ### Assorted Cleanups