[Web-SIG] entry points, etc

2007-07-06 Thread Ian Bicking
Incidentally, something that would be nice with wsgiconfig is if we could all agree on how to specify things like entry points and objects. Specifically Paste Deploy uses egg:Distribution#ep_name, and zc.buildout uses Distribution:ep_name. And Paste Deploy defaults to ep_name=main while zc.b

[Web-SIG] wsgiconfig design

2007-07-06 Thread Ian Bicking
Every so often I get in this cleanup/redux mood where I feel a need to revisit things I've done before in an attempt to Do Them Right. We've discussed Paste Deploy here before, and I'm thinking about Redoing It Right. I thought I'd share some thoughts on the design: I still am quite happy with