[EMAIL PROTECTED] wrote: > On Dec 7, 6:29 pm, "John M Camara" <[EMAIL PROTECTED]> wrote: > > Adam Jones wrote: > > > I'm thinking about putting together a site that pulls the "last 50 > > > threads" feed off Google Groups and uses it as a basis. Then from there > > > I can access a thread directly, write a summary on the site, then when > > > finished click go to generate the full summary. Only problem is that we > > > could conceivably get >50 threads between lookups. > > > Not really the best way to write an app, since this could change > but.... > The URL prams for the feed will accept up to 199 as the number of > topics to grab. > http://groups-beta.google.com/group/turbogears/feed/atom_v1_0_topics.xml?num=199
Yeah, I saw that you could change that. Ultimately though having Google push the messages to an address is a better solution as there is no chance of missing something. (well, barring delivery problems or storage limits) The issue then becomes getting easy access to the mail and thread organization. I think this is something that might turn out to be useful outside of TurboGears, so I made a project. In looking at how summaries are handled by most mailing lists it usually gets left up to one person's time/understanding/expertise, which seems like a less than ideal solution in a number of ways. Anyways, you can find it at: http://code.google.com/p/summado anyone who wants to get involved let me know and I'll add you. -Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

