Re: Authkit vs repoze.who for openid

2009-07-19 Thread Dalius Dobravolskas
Damjan wrote: SqlAlchemy is not requirement for OpenID but you still need SQL backend for OpenID. I believe that's only limitation of python-openid library which might be already addressed and I am not aware about it. My implementation works properly with MySQL only. I know how to fix SQLite

Re: Web technologies and pylons in the real world

2009-07-19 Thread mario ruggier
On Sat, 18 Jul 2009 13:01:37 -0700, Mike Orr sluggos...@gmail.com wrote: On Sat, Jul 18, 2009 at 12:45 PM, Mike Orrsluggos...@gmail.com wrote: On Sat, Jul 18, 2009 at 12:25 PM, Iain Duncaniaindun...@telus.net wrote: But if you are a small company selling services to using a framework, it's

Re: Web technologies and pylons in the real world

2009-07-19 Thread Ben Bangert
On Jul 16, 2009, at 10:09 AM, Tom Longson (nym) wrote: I think the relative number of django apps in the wild vs pylons apps is a good indicator of how easy it is to get something launched. Not that I don't 3 pylons, but django's developer base speaks for itself. Django's massive code-base

Re: Web technologies and pylons in the real world

2009-07-19 Thread Ben Bangert
On Jul 18, 2009, at 1:12 PM, Iain Duncan wrote: Um, I am certainly not the guy to explain it, but I highly recommend Chris M's awesome docs on the bfg site. Basically the router walks an heirarchy of model objects that find their children one-by-one instead of parsing the whole url at once

Re: Authkit vs repoze.who for openid

2009-07-19 Thread Damjan
2) Your server should remember somehow who and when initiated OpenID request. So it create OpenID session and saves it to database (OpenID session usually is encoded into return URL); I can remember that in the http session (which could be Beakers secure cookie)

Re: Authkit vs repoze.who for openid

2009-07-19 Thread Wichert Akkerman
On 7/19/09 8:57 PM, Dalius Dobravolskas wrote: Damjan wrote: 2) Your server should remember somehow who and when initiated OpenID request. So it create OpenID session and saves it to database (OpenID session usually is encoded into return URL); I can remember that in the http session (which

Re: marketing, was Web technologies and pylons in the real world

2009-07-19 Thread Mike Orr
I have started a Talking Points wiki page to gather the essential points. Please add anything that's missing. http://wiki.pylonshq.com/display/pylonscommunity/Talking+Points -- Mike Orr sluggos...@gmail.com --~--~-~--~~~---~--~~ You received this message

Re: Authkit vs repoze.who for openid

2009-07-19 Thread Wichert Akkerman
On 7/19/09 10:08 PM, Damjan wrote: I guess that's not the most secure thing to do but if you want you could try to write your own OpenID implementation. It might be possible that I have oversimplified everything and there are more steps to make OpenID secure. I really doubt that OpenID

Re: Web technologies and pylons in the real world

2009-07-19 Thread Iain Duncan
Couple of things we need to be clear before any marketing effort is. 1. Who is our Target group? a.) Decision maker- Who is going to take dicision on which web framework to be used for each project b.) Influencer- can be a developer/Client, etc..They can influence the decision maker

Pylons marketing, ( new thread from web tech )

2009-07-19 Thread Iain Duncan
Taking Ben's suggestion, I just went ahead created a new thread. Mike Orr said: I have started a Talking Points wiki page to gather the essential points. Please add anything that's missing. http://wiki.pylonshq.com/display/pylonscommunity/Talking+Points Thanks Mike, what do you and the

Re: Pylons marketing, ( new thread from web tech )

2009-07-19 Thread Mike Orr
On Sun, Jul 19, 2009 at 2:11 PM, Iain Duncaniaindun...@telus.net wrote: Taking Ben's suggestion, I just went ahead created a new thread. Mike Orr said: I have started a Talking Points wiki page to gather the essential points.  Please add anything that's missing.