diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -55,6 +55,30 @@ Please base them against the 'next' Git branch using common sense: Changing from one icon set to the other requires a reload of the apache webserver. +6. Usage +-------- + +The default icon theme is determined by the /usr/share/apache-icons/default +(and /usr/share/apache-icons/default.conf respectivly) file. + +On Debian based system "sudo update-alternatives --config apache-icons" can be +used to automatically select the active icon theme (including the default apache +icons). + +The following themes are available: + + * awesome-png: Font Awesome based, PNG format + * awesome-svg: Font Awesome based, SVG format + * tango-png: Tango Icons based, PNG format + * tango-svg: Tango Icons based, SVG format + +The SVG themes are preferable because they are sharper and scale losless. +They require somewhat modern browsers though. + +An example of the tango-svg theme can be seen on +https://files.open-infrastructure.net. + + 6. Authors ---------- |