diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/entry-points.txt	Tue Jun 07 08:03:09 2011 -0700
@@ -0,0 +1,17 @@
+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.