En réponse à Tollef Fog Heen <[EMAIL PROTECTED]>: > | I'm the maintainer of the sympa mailing list manager. > | I've stored the images used by the web frontend (wwsympa) in > | /usr/share/sympa/icons. > | > | /usr/share/<application> is used by many (web) applications for > | that purpose. > > How do you serve them then? Add a line to srm.conf, or symlink or > a small helper app or something entirely else?
I don't know how mailman web interface is configured. With sympa, you just have to give the web alias for accessing images. For example: .wwsympa.conf: icons /wwsicons .httpd.conf: (or srm.conf) Alias /wwsicons /usr/share/sympa/icons And that's it. Now, you can access to icons through http://localhost/wwsicons Hope this helps. Cheers, Jérôme.

