Chris McDonough
2011-07-01 371a670b02052dcbf42629f228373cae805b0dd3
garden
1 files modified
12 ■■■■ changed files
TODO.txt 12 ●●●● patch | view | raw | blame | history
TODO.txt
@@ -4,21 +4,21 @@
Must-Have
---------
- Investigate mod_wsgi tutorial to make sure it still works (2 reports say
  no; application package not found).
- Deprecate ``renderer_global_factory`` arg to Configurator and related.
- Maybe add ``add_renderer_globals`` method to Configurator.
- Github issues fixes.
Should-Have
-----------
- Investigate mod_wsgi tutorial to make sure it still works (2 reports say
  no; application package not found).
- Add narrative docs for wsgiapp and wsgiapp2.
Nice-to-Have
------------
- Maybe add ``add_renderer_globals`` method to Configurator.
- Speed up startup time (defer _bootstrap and registerCommonDirectives()
  until needed by ZCML, as well as unfound speedups).