Re: [Moin-user] How do you develop/deploy a formatter plugin for a specific MIME type?

2010-05-19 Thread Fred Drake
On Wed, May 19, 2010 at 1:29 PM, Uche Ogbuji wrote: > I'm willing to do what I can.  Part of the problem is that in my opinion > Python's built-ins for XML are awful.  Note: others have very strong, > differing opinions from mine about what makes a good XML library ;)  XML > seems to perpetuate su

Re: [Moin-user] How do you develop/deploy a formatter plugin for a specific MIME type?

2010-05-19 Thread Uche Ogbuji
On Wed, May 19, 2010 at 3:05 AM, Thomas Waldmann wrote: > On Tue, 2010-05-18 at 11:43 -0600, Uche Ogbuji wrote: > > I'm trying to distribute a non-broken version of the text_xml.py > > formatter as a third-party plug-in, > > I guess we would also accept a fix for the builtin one. :) > Because it

Re: [Moin-user] How do you develop/deploy a formatter plugin for a specific MIME type?

2010-05-19 Thread Thomas Waldmann
On Tue, 2010-05-18 at 11:43 -0600, Uche Ogbuji wrote: > I'm trying to distribute a non-broken version of the text_xml.py > formatter as a third-party plug-in, I guess we would also accept a fix for the builtin one. :) Because it is very broken (non valid xml), I suspect noone can really use it any

Re: [Moin-user] Slow RecentChanges

2010-05-19 Thread Thomas Waldmann
> I assume the main problem is the fact that the default is to get all > items for N days, and not to limit by number. Is there a way to > change that default? Not really, but using a bookmark (and setting it to some time after the huge changes) will solve that (at least for logged-in users). >