Mercurial > hg > wsgintegrate
view entry-points.txt @ 7:a369798b8d36
update the stuff listed in wsgintegrate a bit, should be good to go on k0s.org/portfolio/k0s.org once that is done
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 20 Jun 2011 19:05:05 -0700 |
parents | ec815b7cb142 |
children | 3c9e8c9816df |
line wrap: on
line source
Possible entry points for wsgintegrate ====================================== # XXX port of legacy wsgiblob documentation wsgintegrate does any number of things by convention. By documenting what it does and the current conditions used, it may be seen how it may be extended in the future * match conditions: [wsgintegrate.conditions] * loader types: [wsgintegrate.loader] (EntryPointLoader, FileLoader, PathLoader) * formats: JSON, .ini * servers Currently, IniFactory and JSONfactory handle transforming configuration to and from a WSGIFactory. Ideally, these would be pluggable.