summaryrefslogtreecommitdiff
path: root/TODO.txt
blob: ff4a3373fefca23810c884d84a4ac2ae3af4cb39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
:mod:`repoze.bfg` TODOs
=======================

- Supply ``X-Vhm-Host`` support.

- Basic WSGI documentation (pipeline / app / server).

- Figure out a way to expose some of the functionality of
  ``Configurator._derive_view`` as an API.

- Provide a webob.Response class facade for forward compat.

- Replace default_notfound_view and default_forbidden_view with better
  exception view candidates.

- Fix message catalog extraction / compilation documentation.

- Docs about creating a venusian decorator.