Redmine Favicon Plugin¶
Description¶
This simple plugin allows you to configure which favicon should be used by Redmine. Currently, it allows three choices:
- the default location
/favicon.ico - from the current selected theme:
/themes/my_theme/images/favicon.ico - a self-defined URL
This allows you to easily select the favicon for your Redmine installation.
Additionally, it provides a simple API for other plugins to get the favicon location and incorporate it as needed. This is e.g. used by the Opensearch plugin.
Requirements¶
This Plugin was tested on Redmine 0.8.x, Redmine 0.9.x, Redmine 1.0.x and Redmine Trunk.
Installation¶
The installation follows the default path for Redmine plugins.
- Copy the software to the
vendor/pluginsdirectory. Make sure that the name of the directory isredmine_favicon.- for the latest stable version
- Download the most recent package from the Files section.
- copy the contents of the downloaded archive to
vendor/plugins/redmine_faviconof your Redmine installation
- for the most up to date version (which can be considered stable too)
cd vendor/plugins svn co https://dev.holgerjust.de/svn/redmine-favicon/trunk redmine_favicon
- for the latest stable version
- Restart Redmine
License¶
Short version¶
take my code with you
and do whatever you want
but please don’t blame me
Legal version¶
Copyright (c) 2010 Holger Just
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.