Bug 45525 - Switch mod_autoindex to Tango icons
Summary: Switch mod_autoindex to Tango icons
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_autoindex (show other bugs)
Version: 2.5-HEAD
Hardware: All All
: P1 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-01 15:40 UTC by Gerald Combs
Modified: 2020-04-24 07:55 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerald Combs 2008-08-01 15:40:16 UTC
Can mod_autoindex be updated to use the Tango (http://tango.freedesktop.org) icon set by default? Here are a couple of examples of Tango-ized autoindexes:

http://cmyk.wooptoo.com/misc/
http://code.ecchi.ca/apache-tango-icons/
Comment 1 Joshua Slive 2008-08-02 14:10:07 UTC
My guess is that this won't be possible because of the license:
http://creativecommons.org/licenses/by-sa/2.5/
which would require a change in the license of the entire server.
Comment 2 Gerald Combs 2008-08-04 11:47:29 UTC
It looks like Tango might be going public domain, at least partially: http://klepas.org/2008/07/14/tango-public-domain/

Even if this doesn't happen, would it make sense to name the current Apache icon set according to the Tango guidelines? Switching to a different icon set would then be a one-line configuration change, e.g.

Alias /icons/ /path/to/Tango/conformant/icons/
Comment 3 Rich Bowen 2009-12-28 19:33:11 UTC
For whatever it's worth, the new URL for the referenced article is http://klepas.org/tango-public-domain/

See also http://tango.freedesktop.org/Tango_Icon_Library

I'm definitely in favor of having more attractive icons in the default autoindex icons dir. We would, however, need someone to confirm that the license on these is ok, and then we'd need someone to match up Tango icons with the ones we already provide.
Comment 4 stephane.blondon 2020-03-09 12:59:57 UTC
The archived page of tango website explains the icons are under public domain: 

'The Tango base icon theme is released to the Public Domain. [...] Though the tango-icon-theme package is released to the Public Domain, we ask that you still please attribute the Tango Desktop Project'
in 'Term of use' section from https://web.archive.org/web/20160105113523/http://tango.freedesktop.org/

I think it's enough for the first requirement ('confirm that the license on these is ok'). Do you agree ?
Comment 5 stephane.blondon 2020-03-18 10:52:15 UTC
Another set of usable icons is Material icons from Google. They are released under Apache license version 2.0. So it avoids licence incompatibilties.
The icons are in several mode: 'outlined' and 'filled' could fit the current white and black icons. 

demo: https://material.io/resources/icons/
source: https://github.com/google/material-design-icons

We could use:
 - https://material.io/resources/icons/?icon=folder&style=outline
 - https://material.io/resources/icons/?icon=photo&style=outline
 - https://material.io/resources/icons/?icon=music_note&style=baseline
 - etc.

There are lacking icons (like binary, TeX, C, 'P' files). However, I think it's possible to create them from the existing material icons.

Are you interested if I try something?
Comment 6 stephane.blondon 2020-04-24 07:55:22 UTC
You can see a draft with Material Icons at https://github.com/apache/httpd/pull/109