[Repoze-dev] [issue118] chapter 4

2010-02-25 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: my understanding of the WSGI protocol is that it converses between the application and the browser. is this correct? I am in need of definitions of API and application registry. p. 26: the code within the if block [from 4.1.3] should only

[Repoze-dev] [issue119] chapter 5

2010-02-25 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: the paster template I am most familiar with is bfg_zodb, correct? that seemed to be the most accurate out of the ones listed. In general, the format of .ini files is pretty opaque to me, even after reading the chapter. How important is it

[Repoze-dev] [issue120] chapter 6

2010-02-25 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: p. 57: In order for a web application to perform any useful action, the web framework must provide a mechanism to find and invoke code written by the application developer based on parameters present in the request. to rephrase: repoze.bfg

[Repoze-dev] [issue121] chapter 7

2010-02-25 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: In general, this is where my big problems began. My understanding of the traversal algorithm was completely stymied by one thing: a lack of knowledge about the __getitem__ method. If I understood this one piece of the puzzle better, the

[Repoze-dev] PyCon presentations...

2010-02-25 Thread Chris McDonough
Two BFG-related presentations from PyCon 2010 are now online: Carlos de la Guardia's Pay Only for What You Eat: A tour of the repoze.bfg repository and philosophy http://pycon.blip.tv/file/3263959/ Tres Seaver's Evolving Your Framework Under Fire http://pycon.blip.tv/file/3261349/ - C