comparison entry-points.txt @ 0:ec815b7cb142

initial commit of wsgintegrate
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 07 Jun 2011 08:03:09 -0700
parents
children 3c9e8c9816df
comparison
equal deleted inserted replaced
-1:000000000000 0:ec815b7cb142
1 Possible entry points for wsgintegrate
2 ======================================
3
4 # XXX port of legacy wsgiblob documentation
5
6 wsgintegrate does any number of things by convention. By documenting
7 what it does and the current conditions used, it may be seen how it
8 may be extended in the future
9
10 * match conditions: [wsgintegrate.conditions]
11 * loader types: [wsgintegrate.loader] (EntryPointLoader, FileLoader, PathLoader)
12 * formats: JSON, .ini
13 * servers
14
15 Currently, IniFactory and JSONfactory handle transforming
16 configuration to and from a WSGIFactory. Ideally, these would be
17 pluggable.