Reddit open sources their site & pylons implementation

2008-06-18 Thread aaaron
Announcement: http://blog.reddit.com/2008/06/reddit-goes-open-source.html Trac: http://code.reddit.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to p

Re: Reddit open sources their site & pylons implementation

2008-06-18 Thread Walter Cruz
On Wed, Jun 18, 2008 at 12:03 PM, aaaron <[EMAIL PROTECTED]> wrote: > > Announcement: > http://blog.reddit.com/2008/06/reddit-goes-open-source.html > > Trac: > > http://code.reddit.com/ Very good news to the Pylons community :D []'s - Walter --~--~-~--~~~---~--~~

Re: Reddit open sources their site & pylons implementation

2008-06-19 Thread Shannon -jj Behrens
On Wed, Jun 18, 2008 at 8:03 AM, aaaron <[EMAIL PROTECTED]> wrote: > Announcement: > > http://blog.reddit.com/2008/06/reddit-goes-open-source.html > > Trac: > > http://code.reddit.com/ That video was awesome ;) -jj -- I, for one, welcome our new Facebook overlords! http://jjinux.blogspot.com/

Re: Reddit open sources their site & pylons implementation

2008-06-19 Thread Dalius Dobravolskas
aaaron wrote: > Trac: > > http://code.reddit.com/ Their trac side could use OpenID. I will help to adopt AuthOpenIDPlugin for their needs if they have any special requirements. Who should I contact or maybe they are reading this group ? Regards, Dalius --~--~-~--~~~---

Re: Reddit open sources their site & pylons implementation

2008-06-19 Thread Noah Gift
On Thu, Jun 19, 2008 at 5:52 AM, Shannon -jj Behrens <[EMAIL PROTECTED]> wrote: > > On Wed, Jun 18, 2008 at 8:03 AM, aaaron <[EMAIL PROTECTED]> wrote: >> Announcement: >> >> http://blog.reddit.com/2008/06/reddit-goes-open-source.html >> >> Trac: >> >> http://code.reddit.com/ > > That video was awe

Re: Reddit open sources their site & pylons implementation

2008-06-19 Thread Jonathan Vanasco
This is really great! We've been working on OpenSourcing a bunch of our stuff, and its nice to see some overlap on some things... and find inspiration on others. Dalius- Do you know the python OpenID libraries well? Prerhaps I could convince you to help us with an openid plugin for our project

Re: Reddit open sources their site & pylons implementation

2008-06-19 Thread Wichert Akkerman
Previously Jonathan Vanasco wrote: > > This is really great! > > We've been working on OpenSourcing a bunch of our stuff, and its nice > to see some overlap on some things... and find inspiration on others. > > Dalius- > Do you know the python OpenID libraries well? Prerhaps I could > convince

Re: Reddit open sources their site & pylons implementation

2008-06-19 Thread Dalius Dobravolskas
Jonathan Vanasco wrote: > Dalius- > Do you know the python OpenID libraries well? Prerhaps I could > convince you to help us with an openid plugin for our project ;) > I have a little bit experience with OpenID :-) There is one python openid library that should be used usually. I have done a

Re: Reddit open sources their site & pylons implementation

2008-06-22 Thread Ben Bangert
On Jun 19, 2008, at 8:06 AM, Jonathan Vanasco wrote: We've been working on OpenSourcing a bunch of our stuff, and its nice to see some overlap on some things... and find inspiration on others. Dalius- Do you know the python OpenID libraries well? Prerhaps I could convince you to help us with a

Re: Reddit open sources their site & pylons implementation

2008-06-22 Thread Jonathan Vanasco
> The new PylonsHQ site I'm working on now will have a Snippets section   > to make it easier to find and share these bits. That's cool! The approach we're doing is as follows: - We distill functionality into a module - The module uses class variables to store templates and urls - To use