Re: [Mailman-Users] changing Mailman layout

2008-08-18 Thread Mark Sapiro
Zbigniew Szalbot wrote: >Mark Sapiro pisze: >> OTOH, a reference to "some/javascript" is not going to work because >> is not >> going to serve the javascript; it's going to attempt to serve the >> listinfo page for the list named "some". >

Re: [Mailman-Users] changing Mailman layout

2008-08-18 Thread Zbigniew Szalbot
Mark Sapiro pisze: OTOH, a reference to "some/javascript" is not going to work because is not going to serve the javascript; it's going to attempt to serve the listinfo page for the list named "some". Thank you Mark - do I read it corre

Re: [Mailman-Users] changing Mailman layout

2008-08-18 Thread Mark Sapiro
Zbigniew Szalbot wrote: >> >All this is true and I well realize that. The example with css is >simple. No problem. I actually have a problem with a javascript file >that the layoput designer has used. I am suspecting it won't display >because I have to use a complete URL instead of a relative o

Re: [Mailman-Users] changing Mailman layout

2008-08-18 Thread Zbigniew Szalbot
Mark Sapiro pisze: First of all, if you think you're saving anything by including a relative or absolute path as the href= value of the stylesheet link as opposed to a URL, you are not. If you have for example in your template that becomes , somethin

Re: [Mailman-Users] changing Mailman layout

2008-08-18 Thread Mark Sapiro
Zbigniew Szalbot wrote: > >Thanks! I ran into another problem. I modified the general list >information page for one of the lists. > >I edited it from the command line to include a style sheet in it (to >test before I do it site-wide). This cannot be done via GUI. Anyway, as >long as the link to

Re: [Mailman-Users] changing Mailman layout

2008-08-18 Thread Zbigniew Szalbot
Hello, Mark Sapiro: Zbigniew Szalbot wrote: What something like that work or do I need to learn python? :) output.append('' % charset) output.append(' 'content="text/html; charset=%s">' % charset \n 'type="text/css">') Learning Python is alwa

Re: [Mailman-Users] changing Mailman layout

2008-08-14 Thread Mark Sapiro
Zbigniew Szalbot wrote: > >What something like that work or do I need to learn python? :) > >output.append(' 'content="text/html; charset=%s">' % charset) > >output.append(' 'content="text/html; charset=%s">' % charset >\n

Re: [Mailman-Users] changing Mailman layout

2008-08-13 Thread Zbigniew Szalbot
Hi all, The "best" way to add css or similar things to these pages is to modify the Format() method of the Document() class in Mailman/htmlformat.py. What something like that work or do I need to learn python? :) output.append('' % charset) output.append('

Re: [Mailman-Users] changing Mailman layout

2008-08-13 Thread Mark Sapiro
Zbigniew Szalbot wrote: > >Where do I look to change Mailman layout (I know where to change >individual lists) but not sure where are files for >domian.tld/mailman/listinfo located. The listinfo overview page is built on the fly by Mailman/Cgi/listinfo.py. The admin(db) pages are built the same

[Mailman-Users] changing Mailman layout

2008-08-13 Thread Zbigniew Szalbot
Dear all, Where do I look to change Mailman layout (I know where to change individual lists) but not sure where are files for domian.tld/mailman/listinfo located. I'd like to customize Mailman to look more like our organization's website. Many thanks in advance! -- Zbigniew Szalbot www.LCWo