[Mailman-Users] template encoding problems (resolution)

2005-10-06 Thread Tara Star
Hi! After successfully converting my web interface to utf-8, here is how I dealt with the templates: in mailman/templates : mkdir frutf8 # I'm interested in French cd fr for x in `ls` do iconv -f iso-8859-1 -t utf8 $x > ../frutf8/$x done check, and there all there is to do is rm -rf fr mv fr

[Mailman-Users] newsletter?

2005-10-04 Thread Tara Star
Hello, is there any way I can configure my mailman list to behave like a newsletter? ie, 2-3 people can post to it, all others receive it, but can't post. I've looked around in the admin interface and the docs and I can't find anything about that. Thanks, Steph ---

Re: [Mailman-Users] encoding problem (french)

2005-10-04 Thread Tara Star
On Oct 4, 2005, at 02:32, Mark Sapiro wrote: > Tara Star wrote: > >> >> >>> messages/fr/LC_MESSAGES/ >>> >> >> so actually, if I just convert this to UTF-8, I should be ok, right? >> > > > I'm not sure, but I think so as far a

Re: [Mailman-Users] encoding problem (french)

2005-10-04 Thread Tara Star
On Oct 4, 2005, at 02:26, Mark Sapiro wrote: >> Only problem is the .po will not compile. Of course, I tried >> compiling the original .po just to make sure I hadn't messed things >> up with iconv, and it doesn't compile either :-( >> >> > > > Are you compiling with Mailman's bin/msgfmt.py or so

Re: [Mailman-Users] encoding problem (french)

2005-10-03 Thread Tara Star
On Oct 2, 2005, at 23:18, Mark Sapiro wrote: > > The difference here is the stuff with html escapes comes from the > templates/fr/listinfo.html template and the other comes from > translated messages in messages/fr/LC_MESSAGES/ I've taken the mailman.po file in that directory and converted it

Re: [Mailman-Users] encoding problem (french)

2005-10-02 Thread Tara Star
> > I'm using mailman for a french-language mailing-list. You can view > the list page here: > > https://secure.swissblogs.com/mailman/admin/liste/general > Actually, this might work better for you ;-) https://secure.swissblogs.com/mailman/listinfo/liste It's even worse -- there seems to be a mix

[Mailman-Users] encoding problem (french)

2005-10-02 Thread Tara Star
Hi, I'm using mailman for a french-language mailing-list. You can view the list page here: https://secure.swissblogs.com/mailman/admin/liste/general Page declares encoding as UTF-8, but it is actually iso-8859-1 (latin-1). (Using Firefox to enforce the encoding the page is viewed in made m