From 9a131de9247b5bd9fe79ed17355c6cf7e16cd182 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 6 Nov 2009 21:39:55 +0000 Subject: Remind myself. --- TODO.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 000000000..c02b5992e --- /dev/null +++ b/TODO.txt @@ -0,0 +1,12 @@ +- Add methods to registry that do the lion's share of the various jobs + currently performed by ZCML directives. Change existing ZCML + directives to use these methods of the registry. + +- Emit a set of events at startup that calls an event listener with + the registry before and after ZCML parsing. + +- Make ZCML filename argument optional to ``make_app``. Document + configuration without ZCML. + +- Replace martian with something simpler. + -- cgit v1.2.3