blob: 2a5aa78986c8e0fd226e453fcca58ee8eaaac5e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
- Audit the rest of the docs for "view configuration" and "route
configuration" references, etc.
- Find ZCML-only docs that deserve imperative-mode analogues.
- Basic WSGI documentation (pipeline / app / server).
- "Model graph" -> "object graph"?
- Decide if we *really* make the threadlocal stuff into APIs.
- Turn paths into resource specs in ZCML directives that use
context.path.
- Remove ``zcml_configure`` API.
|