[Web-SIG] Web Framework

2009-10-05 Thread Omar Munk
Hello I'm Pynthon and I'm 14 years old. I'm coming from Holland so my English isn't very good. I'm looking for a good Python webframework. I liked Web2Py but it always can be better. I don't need a full admin app included. I just want to code it in my text editor just like PHP. Do you guys know a

[Web-SIG] Porcupine Web Application Server 0.6 released

2009-10-05 Thread Tassos Koutsovassilis
I'm pleased to announce the new version of Porcupine Web Application Server, a Python based framework that provides front-end and back-end technologies for building modern data-centric Web 2.0 applications. During the past months, I have put a lot of effort for making this release finally

Re: [Web-SIG] WSGI and async Servers

2009-10-05 Thread exarkun
On 04:40 pm, armin.ronac...@active-4.com wrote: Hi, For this topic I would love to remember everybody that the web is currently changing and will even more change in the future which will probably also mean that a lot of what we're doing currently might not be common practise in the near

[Web-SIG] API to add a tree viewer / navigator to a web document ?

2009-10-05 Thread denis
Folks, for one of you experts, this must be trivial / must exist already within some big Python-web package: say I'm looking at a long web doc.html which has no tree view on the left, but I can hack a local tree view file with level, name, href like + 1 US href= (+ button expands, - folds)

[Web-SIG] Session events

2009-10-05 Thread Alastair Bell Turner
Hi I've been looking through the range of choices for Python web [application] frameworks/libraries (Just to have all the bases covered) for a new build project and standardisation of some small utilities. There's one feature that I'm not finding and was just wanting to check on before

Re: [Web-SIG] Session events

2009-10-05 Thread Robert Brewer
Alastair Bell Turner wrote: I've been looking through the range of choices for Python web [application] frameworks/libraries (Just to have all the bases covered) for a new build project and standardisation of some small utilities. There's one feature that I'm not finding and was just wanting

Re: [Web-SIG] Web Framework

2009-10-05 Thread Henry Precheur
On Sun, May 31, 2009 at 09:30:26AM -0700, Omar Munk wrote: - A good documentation. - Not to overkill like Django - Easy and simple - Just something like PHP but without the dirty style. - I like Karrigell but it looks like it's dead do you know a clone of it? - Not need a

Re: [Web-SIG] Web Framework

2009-10-05 Thread Massimo Di Pierro
Have you looked into T3? http://www.vimeo.com/2462041 http://web2py.appspot.com/t3/default/wiki/main If you know web2py it is based on it and uses the same syntax. This is an old app, to be considered experimental and we working on a new/improved version for it. https://launchpad.net/t4

Re: [Web-SIG] Web Framework

2009-10-05 Thread Jim Fulton
On Sun, May 31, 2009 at 12:30 PM, Omar Munk omar.webs...@gmail.com wrote: Hello I'm Pynthon and I'm 14 years old. I'm coming from Holland so my English isn't very good. I'm looking for a good Python webframework. I liked Web2Py but it always can be better. I don't need a full admin app

Re: [Web-SIG] Web Framework

2009-10-05 Thread Massimo Di Pierro
Hey, this is more complex than web2py: @bobo.query('/') def hello(): return Hello world! In web2py you do not need the first line. ;-) Massimo On Oct 5, 2009, at 11:35 AM, Jim Fulton wrote: On Sun, May 31, 2009 at 12:30 PM, Omar Munk omar.webs...@gmail.com wrote: Hello I'm Pynthon

Re: [Web-SIG] Web Framework

2009-10-05 Thread Aaron Watters
--- On Sun, 5/31/09, Omar Munk omar.webs...@gmail.com wrote: From: Omar Munk omar.webs...@gmail.com Subject: [Web-SIG] Web Framework To: web-sig@python.org Date: Sunday, May 31, 2009, 12:30 PM Hello A good documentation. Not to overkill like Django Easy and simple Just something

Re: [Web-SIG] Session events

2009-10-05 Thread Chris McDonough
This is supported at least here: http://docs.repoze.org/session/usage.html#using-begin-and-end-subscribers Alastair Bell Turner wrote: Hi I've been looking through the range of choices for Python web [application] frameworks/libraries (Just to have all the bases covered) for a new build