[Web-SIG] Standard request / response objects?

2005-10-14 Thread Ksenia Marasanova
Hi, I found some old thread on this subject, but not much further info... Anyone aware of some standard http request / response componenets, that can be used in multiprocess environment? It seems that every framework reinvents it again and again. It would be cool to have request / response in a se

Re: [Web-SIG] using WSGI for standard pluggable applications

2005-09-10 Thread Ksenia Marasanova
2005/9/10, Ian Bicking <[EMAIL PROTECTED]>: > Ksenia Marasanova wrote: > > Sorry if this is a trivial question, but does it sounds reasonable to > > use WSGI for "pluggable" standard applications, instead of usual > > Python imports? For example, standard new

[Web-SIG] using WSGI for standard pluggable applications

2005-09-10 Thread Ksenia Marasanova
Hi, Sorry if this is a trivial question, but does it sounds reasonable to use WSGI for "pluggable" standard applications, instead of usual Python imports? For example, standard news module, like: app = NewsApp(path='/site/news/') The content of news app would be inserted into site template, gene

Re: [Web-SIG] and now for something completely different!

2005-08-12 Thread Ksenia Marasanova
Op 12-aug-2005, om 23:08 heeft [EMAIL PROTECTED] het volgende geschreven: > If a Quixote application were installed in Paste and used a third- > party > session manager, the session object would have to: > - allow arbitary attributes. > - default .user to None. > - have a .set_user(user) me

Re: [Web-SIG] HTMLTemplate

2005-06-03 Thread Ksenia Marasanova
> On 6/2/05, Ksenia Marasanova <[EMAIL PROTECTED]> wrote: > > >> I used it quite a lot, and while it is fast, bugs free and simple to >> use, total separation of markup and code is IMHO contraproductive - >> every simple change mostly requires changing two files.

Re: [Web-SIG] HTMLTemplate

2005-06-02 Thread Ksenia Marasanova
Op 3-jun-2005, om 0:10 heeft Shannon -jj Behrens het volgende geschreven: > Anyone have any comments on HTMLTemplate? I used it quite a lot, and while it is fast, bugs free and simple to use, total separation of markup and code is IMHO contraproductive - every simple change mostly requires