Re: Replicating Google Groups in Django

2009-10-28 Thread Kai
Hi Julien and all, Better integration of mailing lists with Django has also been on my mind, and seeing this thread prompted two points: 1) The Satchmo app for Django has Mailman 2 integration already, here: http://bitbucket.org/chris1610/satchmo/src/tip/satchmo/apps/satchmo_ext/newsletter/mailm

Re: Replicating Google Groups in Django

2009-10-24 Thread Julien Phalip
Thank you Clifford and all for your tips. There are apparently a few options to explore. I'll give them a shot and see how far I get. Cheers! Julien On Oct 25, 4:35 am, CLIFFORD ILKAY wrote: > Preston Holmes wrote: > > It doesn't seem like it would be that hard to combine django- > > extension

Re: Replicating Google Groups in Django

2009-10-24 Thread CLIFFORD ILKAY
Preston Holmes wrote: > It doesn't seem like it would be that hard to combine django- > extensions export_emails command with Mailmans sync_members script > inside a cron job or a URL triggered script. > > Usage: /usr/share/mailman/bin/sync_members [options] -f file listname If users can manage

Re: Replicating Google Groups in Django

2009-10-24 Thread Preston Holmes
It doesn't seem like it would be that hard to combine django- extensions export_emails command with Mailmans sync_members script inside a cron job or a URL triggered script. Usage: /usr/share/mailman/bin/sync_members [options] -f file listname -Preston On Oct 23, 6:06 am, Julien Phalip wrote:

Re: Replicating Google Groups in Django

2009-10-23 Thread CLIFFORD ILKAY
Lakshman Prasad wrote: > You should use the lamson project, by Zed Shaw: http://lamsonproject.org/ Hello Lakshman, Unless Lamson has years of development behind it and does all the things that Mailman does "out of the box", it's not a replacement for Mailman. It would have to implement all the

Re: Replicating Google Groups in Django

2009-10-23 Thread CLIFFORD ILKAY
Julien Phalip wrote: > Hi, > > On one site I'm considering the possibility of replicating the (basic) > functionality of Google Groups in Django. The idea is: > > - There would be 5 different mailing lists. Users can subscribe to one > or more lists. > - People can purely use emails to access th

Re: Replicating Google Groups in Django

2009-10-23 Thread Lakshman Prasad
You should use the lamson project, by Zed Shaw: http://lamsonproject.org/ On Fri, Oct 23, 2009 at 6:36 PM, Julien Phalip wrote: > > Hi, > > On one site I'm considering the possibility of replicating the (basic) > functionality of Google Groups in Django. The idea is: > > - There would be 5 diffe

Replicating Google Groups in Django

2009-10-23 Thread Julien Phalip
Hi, On one site I'm considering the possibility of replicating the (basic) functionality of Google Groups in Django. The idea is: - There would be 5 different mailing lists. Users can subscribe to one or more lists. - People can purely use emails to access the lists. - All the emails can then al