Re: [Mailman-Users] Icons, email and list creation oh my!

2015-04-23 Thread Mark Sapiro
On 04/23/2015 08:45 AM, Dr. Mikeal Hughes wrote: > The page is www.biblematters.net Are you saying that is the page on which you found "an old help screen in the mailman home page"? I can't even access that page - 403. >> On Apr 23, 2015, at 10:41, Mark Sapiro wrote: >> >> On 04/23/2015 05:52

Re: [Mailman-Users] Icons, email and list creation oh my!

2015-04-23 Thread Mark Sapiro
On 04/23/2015 05:52 AM, Dr. Mikeal Hughes wrote: > 1. The icons are > not showing up on the bottom of the Web pages. I went to an old help > screen in the mailman home page to find it out dated. Please provide the URL of this page so I can fix it if it's wrong or misleading. > I typed in the >

[Mailman-Users] Icons, email and list creation oh my!

2015-04-23 Thread Dr. Mikeal Hughes
Well I spent 9 hours yesterday getting all the permissions and ownerships changed in my directories yesterday to get mailman at least showing up on the web. Now I have these issues and I am sure with the “brain trust” here can get them worked out. 1. The icons are not showing up on the bottom o

Re: [Mailman-Users] Icons

2010-07-22 Thread Barry Warsaw
On Jul 17, 2010, at 02:40 PM, Adam McGreggor wrote: ># Logos: >Alias /images/mailman/ /usr/share/images/mailman/ For Ubuntu 10.04 (haven't checked Debian), it looks like this is a better alias: Alias /doc/mailman/images/ /usr/share/images/mailman/ -Barry signature.asc Description: PGP

Re: [Mailman-Users] Icons

2010-07-17 Thread Adam McGreggor
On Sat, Jul 17, 2010 at 02:45:41PM +0200, Peter wrote: > Hi > > I have Debian (stable) running with Apache 2.2.9 and Mailmain 2.1.11 > I can't see the Icons at the footer > > A search tells that Apache icons are at /usr/share/apache2/icons > The mailman icons are at /usr/share/images/mailman > > A

[Mailman-Users] Icons

2010-07-17 Thread Peter
Hi I have Debian (stable) running with Apache 2.2.9 and Mailmain 2.1.11 I can't see the Icons at the footer I looked at the FAQ http://wiki.list.org/pages/viewpage.action?pageId=4030628 But this old information A search tells that Apache icons are at /usr/share/apache2/icons The mailman icons

Re: [Mailman-Users] icons not seen

2009-05-28 Thread Mark Sapiro
admin2 wrote: >Okay I give up. how can I figure out why my icons are not seen via apache. > ># ls -l /var/lib/mailman/icons/ >total 24 >-rw-r--r-- 1 root root 945 Mar 6 2008 PythonPowered.png >-rw-r--r-- 1 root root 3049 Mar 6 2008 gnu-head-tiny.jpg >-rw-r--r-- 1 root root 6150 Mar 6 2008

[Mailman-Users] icons not seen

2009-05-28 Thread admin2
Okay I give up. how can I figure out why my icons are not seen via apache. # ls -l /var/lib/mailman/icons/ total 24 -rw-r--r-- 1 root root 945 Mar 6 2008 PythonPowered.png -rw-r--r-- 1 root root 3049 Mar 6 2008 gnu-head-tiny.jpg -rw-r--r-- 1 root root 6150 Mar 6 2008 mailman-large.jpg -rw

Re: [Mailman-Users] Icons

2003-10-21 Thread Jon Carnes
On Tue, 2003-10-21 at 09:45, John Poltorak wrote: > What is the usual way of handling Mailman's icons when using Apache? > > Should I just copy them from mailman/icons to Apache's Icons directory, or > can I change the configuration file by appending a second directory to > the icons alias? >

[Mailman-Users] Icons

2003-10-21 Thread John Poltorak
What is the usual way of handling Mailman's icons when using Apache? Should I just copy them from mailman/icons to Apache's Icons directory, or can I change the configuration file by appending a second directory to the icons alias? -- John ---

Re: [Mailman-Users] Icons aren't showing

2002-02-01 Thread Jarkko Laine
Thanks for your help, Erik, but it didn't help for me. Instead I found out that there is an icons directory in /var/www, which isn't even under the html-root. Still Apache thinks that /icons/ directory under the web root means that directory. And this though I explicitely made an alias /icons/

[Mailman-Users] Icons aren't showing

2002-02-01 Thread Jarkko Laine
Hi there, I can't get the footer images showing, there's just empty boxes instead of them. The mm_cfg.py looks like this: # Put YOUR site-specific settings below this line. IMAGE_LOGOS = '/icons/' and httpd.conf: Alias /icons/ /home/mailman/icons/ Options Indexes MultiViews