Re: [Mailman-Users] Editing html

2006-04-05 Thread Mark Sapiro
Jewel wrote:

>I wa able to edit my listinfo.html page, but now I want to edit the
>default page. The page you see when you go to:
>http://lists.washlaw.edu/mailman/listnfo/";>
>Is this possible? I simply want to change the color of the banner,
>which I successfully did when you actually click on any list.


I replied to this last week. See
.

There is some mm_cfg.py control over colors.

See the "# Web UI defaults" section of Defaults.py for information.

--
Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Editing html

2006-03-28 Thread Mark Sapiro
Jewel wrote:
>
>I wa able to edit listinfo.html but this is once you go into 
>each list.  What about the mail page.  Mine for example is:
>http://lists.washlaw.edu/mailman/listinfo


The listinfo overview page is built by Mailman/Cgi/listinfo.py from
data coded in that module. There is no template for this one.

-- 
Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


Re: [Mailman-Users] Editing html

2006-03-27 Thread Mark Sapiro
jewel.brueggeman-makda wrote:

>I want to edit the html for the my listinfo page.  I have searched
>online but have not found any information.  Is the listinfo page
>generated on the fly?


It is generated on the fly (by Mailman/Cgi/listinfo.py) based on a
template (listinfo.html).


>I can't locate in my directory exactly whre it
>is.  I looked in /var/www/  and only saw my index.html page.


The base templates for a given language are in the
templates// directory. See,

for information on where to put edited templates in general to be used
for a specific list, domain or sitewide.

In the case of the listinfo template, a list specific template can be
created/edited by following the "Edit the public ..." link under
"Other Administrative Activities" on any of the list's admin pages and
then selecting "General list information page".


>Also, this
>question may seem impossible to answer but does anyone have a diagram or
>illustration which might help me understand how Mailman works better.


Mail to any of the list(-*) addresses is piped by the incoming MTA to
the mail/mailman wrapper which invokes a script in the scripts/
directory which puts the message in one of the queues. The queues are
processed by qrunners started by bin/mailmanctl. The message flow is
diagrammed in the Mailman/Queue/IncomingRunner.py module.

The web interface (except public archives which are accessed directly)
invokes wrappers in Mailman's cgi-bin directory which in turn invoke
scripts in Mailman/Cgi/ to do the work.

There's no PLM (Program Logic Manual) per se for Mailman.

-- 
Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Editing html

2006-03-27 Thread jewel . brueggeman-makda
I want to edit the html for the my listinfo page.  I have searched
online but have not found any information.  Is the listinfo page
generated on the fly?  I can't locate in my directory exactly whre it
is.  I looked in /var/www/  and only saw my index.html page.  Also, this
question may seem impossible to answer but does anyone have a diagram or
illustration which might help me understand how Mailman works better.  I
am an extreme newbie (2 months only) and was able to replace an existing
mailman server but had to have instructions from my predecessor to do
it.  I am a visual person and wondered if something like this was
floating around.  If not, that's cool.


Thanks,
Jewel 


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp


[Mailman-Users] Editing html (WAS: Mailman & CPanel?)

2003-09-23 Thread Paul H Byerly
BubblyBabs wrote:
I honestly don't know if my webhost upgraded cpanel or mailman or both (I 
don't recal the version numbers), I
just know that all of a sudden I was unable to edit the HTML 
files...  Thankfully the lists still work fine in all aspects, I just
can't edit those HTML files...
 Have you tried using SSH to directly edit the files?  I've gotten to 
where I tend to do it there anyway, just seems faster and easier now.  You 
will find the templates in the language specific directory of the list, so 
for English it would be //mailman/lists//en .  You will 
have to restart the gunners ( bin/mailmanctl restart) and send a post to 
see the changes.

<>< Paul 

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] editing HTML

2003-01-28 Thread Jon Carnes
What version of Mailman are you using?  

In version 2.1 the backgrounds seem to be set in the templates.
In version 2.0 the backgrounds seem to be set in the CGI's, but they are
very easy to edit.  Go to the directory:
  ~mailman/Mailman/Cgi
and do a "grep bgcolor *"

Feel free to edit the subscribe.py file to change the bgcolor parameter
in there.

HtH - Jon Carnes

On Tue, 2003-01-28 at 17:23, [EMAIL PROTECTED] wrote:
> I checked subscribe.html in ~mailman/templates, it only containes:
> 
>  more subscribe.html
> 
> 
>  Subscription results
> 
>  Subscription results
> 
> 
> 
> 
> 
> The tags tags that are causeing problems are showing up as:
> 
> 
> 
> 
>  BODY bgcolor="#ff">
> 
> 
>  Subscription results
> 
>  Subscription results
> 
> 
> 
> 
> 
> Something is putting the tags there regardless of what is in the template
> file of how it is edited via the web interface.
> 
> Sean
> 
> On 28 Jan 2003, Jon Carnes wrote:
> 
> > You could edit the templates directly in:
> >   ~mailman/templates
> >
> > On Tue, 2003-01-28 at 14:02, [EMAIL PROTECTED] wrote:
> > > Hi,
> > >
> > > I'm using mailman 2.0.6 and having trouble editing the HTML for the
> > > subscriber confirmation page.  I've made the changes via the edit html
> > > section of the admin interface.   The problem is with setting the bgcolor
> > > tag for the page.  Any changes I make get over written with the following
> > > tags that are automatically added to the page when I access it via my
> > > browser:
> > >
> > > 
> > > 
> > > 
> > >  > > 
> > >
> > > I try to set bgcolor as
> > >
> > > 
> > >
> > > but it doesn't work, the page still shows up white.
> > >
> > > Is there are way to work around this?
> > >
> > > Sean
> > >
> > >
> > > --
> > > Mailman-Users mailing list
> > > [EMAIL PROTECTED]
> > > http://mail.python.org/mailman/listinfo/mailman-users
> > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> > > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> > >
> > > This message was sent to: [EMAIL PROTECTED]
> > > Unsubscribe or change your options at
> > > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com
> >
> >
> >
> 



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] editing HTML

2003-01-28 Thread delilah
I checked subscribe.html in ~mailman/templates, it only containes:

 more subscribe.html


 Subscription results

 Subscription results





The tags tags that are causeing problems are showing up as:







 Subscription results

 Subscription results





Something is putting the tags there regardless of what is in the template
file of how it is edited via the web interface.

Sean

On 28 Jan 2003, Jon Carnes wrote:

> You could edit the templates directly in:
>   ~mailman/templates
>
> On Tue, 2003-01-28 at 14:02, [EMAIL PROTECTED] wrote:
> > Hi,
> >
> > I'm using mailman 2.0.6 and having trouble editing the HTML for the
> > subscriber confirmation page.  I've made the changes via the edit html
> > section of the admin interface.   The problem is with setting the bgcolor
> > tag for the page.  Any changes I make get over written with the following
> > tags that are automatically added to the page when I access it via my
> > browser:
> >
> > 
> > 
> > 
> >  > 
> >
> > I try to set bgcolor as
> >
> > 
> >
> > but it doesn't work, the page still shows up white.
> >
> > Is there are way to work around this?
> >
> > Sean
> >
> >
> > --
> > Mailman-Users mailing list
> > [EMAIL PROTECTED]
> > http://mail.python.org/mailman/listinfo/mailman-users
> > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> >
> > This message was sent to: [EMAIL PROTECTED]
> > Unsubscribe or change your options at
> > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com
>
>
>


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] editing HTML

2003-01-28 Thread Jon Carnes
You could edit the templates directly in:
  ~mailman/templates

On Tue, 2003-01-28 at 14:02, [EMAIL PROTECTED] wrote:
> Hi,
> 
> I'm using mailman 2.0.6 and having trouble editing the HTML for the
> subscriber confirmation page.  I've made the changes via the edit html
> section of the admin interface.   The problem is with setting the bgcolor
> tag for the page.  Any changes I make get over written with the following
> tags that are automatically added to the page when I access it via my
> browser:
> 
> 
> 
> 
>  
> 
> I try to set bgcolor as
> 
> 
> 
> but it doesn't work, the page still shows up white.
> 
> Is there are way to work around this?
> 
> Sean
> 
> 
> --
> Mailman-Users mailing list
> [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> 
> This message was sent to: [EMAIL PROTECTED]
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] editing HTML

2003-01-28 Thread delilah
Hi,

I'm using mailman 2.0.6 and having trouble editing the HTML for the
subscriber confirmation page.  I've made the changes via the edit html
section of the admin interface.   The problem is with setting the bgcolor
tag for the page.  Any changes I make get over written with the following
tags that are automatically added to the page when I access it via my
browser:






I try to set bgcolor as



but it doesn't work, the page still shows up white.

Is there are way to work around this?

Sean


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Editing html code for "Private Archives Authentication"

2002-03-14 Thread Herve Cassagne

Hi there,


I want to edit the HTML code for the "Private Archives Authentication" page 
(so as to translate it in French).

Only, from the admin page > Edit the HTML for the public list pages
makes it possible only to change these four pages:

General list information page
Subscribe results page
User specific options page
Changing user options results page

Where can I get the other pages ?

C-Ya
Herve - Paris, France... where the "Mailman" is le "Facteur" :-)


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py



Re: [Mailman-Users] Editing HTML files

2002-02-26 Thread Hakon Brynildsen

I'm not sure which page you are looking for, but most of the text/html
files mailman uses is found under 
$HOME/mailman/templates/

Greg Rees wrote:
> 
> Where do I find the html files that you see when you connect to the list, not
> the file that mailman offers you to edit so that the appearance of the
> displayed page can be changed, dramatically.
> 
> HTH
> 
> Greg
> 
> --
> Mailman-Users maillist  -  [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users

-- 
Regards

Hakon Brynildsen
IS - Framestore CFC

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Editing HTML files

2002-02-26 Thread Greg Rees


Where do I find the html files that you see when you connect to the list, not
the file that mailman offers you to edit so that the appearance of the
displayed page can be changed, dramatically.

HTH

Greg

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] editing html for archive index page

2001-12-03 Thread Rob Lingelbach

I'd like to edit the html for the leading archive index page, the one 
under .../pipermail//..can someone tell me how?  thank you.

-- 
Rob Lingelbach http://www.alegria.com 
System Administrator [EMAIL PROTECTED]
Computer Animation Lab[EMAIL PROTECTED]
California Institute of the Arts   kb6cun 

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Editing HTML file for archives

2001-10-28 Thread The Berean


Is there anyway to edit the HTML code for the archive pages so it can match
the rest of your site?  There's no option to do so on the List Admin page.

Frank Pagano (The Berean)
Owner of C-SQUAD (http://www.c-squad.org)
---
E-mail: [EMAIL PROTECTED]
Personal Fax Number: (630) 214-9076
ICQ#: 98723297
AOL Screen Name: Berean333
Yahoo! Messenger ID: tseh_dek
**


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users