Theme List » History » Revision 4
Revision 3 (Mischa The Evil, 2009-07-27 02:05) → Revision 4/726 (Mischa The Evil, 2009-07-28 01:48)
h1. Redmine theme list
{{>toc}}
*This page is a work-in-progress for the theme list refactoring, which can be currently considered as in beta status.*
This is a directory of the available themes for Redmine, sorted in an alphabetical order. General information about Redmine themes and how to install them into your Redmine can be found on [[Themes]].
h2. A
h3. Alternate theme
* [[ThemeAlternate|Alternate]] is a derivative of the default theme including issuelist-colouring based on issue's priority (included).
** Author: "_Jean-Philippe Lang_":http://www.redmine.org/account/show/1
** Latest release: _<code>n/a</code>, 2008-03-19_
** Compatible with: _Redmine 0.8.x & Redmine Trunk_
** Public SCM: _http://www.redmine.org/projects/redmine/repository/browse/trunk/public/themes/alternate_
** Public ITS: _http://www.redmine.org/projects/redmine/issues_
h2. B
h3. Basecamp theme
* [[ThemeBasecamp|Basecamp]] is a Redmine-port of 37signals® Basecamp® theme.
** Author: "_Peter Theill_":http://www.redmine.org/account/show/1377
** Latest release: _<code>n/a</code>, 2009-07-17_
** Compatible with: _Redmine 0.8.x & Redmine Trunk_
** Public SCM: _n/a_
** Public ITS: _n/a_
h2. C
h3. Classic theme
* [[ThemeClassic|Classic]] is a the more classic-looking redmine theme (included).
** Author: "_Jean-Philippe Lang_":http://www.redmine.org/account/show/1
** Latest release: _<code>n/a</code>, 2008-11-27_
** Compatible with: _Redmine 0.8.x & Redmine Trunk_
** Public SCM: _http://www.redmine.org/projects/redmine/repository/browse/trunk/public/themes/classic_
** Public ITS: _http://www.redmine.org/projects/redmine/issues_
h2. D
h3. Default theme
* [[ThemeDefault|Default]] the default Redmine theme (included).
** Author: "_Jean-Philippe Lang_":http://www.redmine.org/account/show/1
** Latest release: _<code>n/a</code>, 2009-07-10
** Compatible with: _Redmine 0.8.x & Redmine Trunk_
** Public SCM: _http://www.redmine.org/projects/redmine/repository/browse/trunk/public/stylesheets_
** Public ITS: _http://www.redmine.org/projects/redmine/issues_
h2. E - R
_no entries_
h2. S
h3. SP theme
* [[ThemeSP|SP]] is a theme under development with a highly flexible project menu, condensed header, reworked issue controls and much much more.
** Author: "_Shane Pearlman_":http://www.redmine.org/account/show/679
** Latest release: _<code>n/a</code>, n/a_
** Compatible with: _n/a_
** Public SCM: _n/a_
** Public ITS: _http://shaneandpeter-design.heroku.com/_
h3. Squeejee theme
* [[ThemeSqueejee|Squeejee]] is a dark-theme showing Redmine's theme-capabilities.
** Author: "_Wynn Netherland_":http://www.redmine.org/account/show/1374
** Latest release: _<code>0.2.0</code>, 2009-05-25_
** Compatible with: _Redmine 0.8.x & Redmine Trunk_
** Public SCM: _n/a_
** Public ITS: _n/a_
h2. T - V
_no entries_
h2. W
h3. Watersky theme
* [[ThemeWatersky|Watersky]] is a blue theme based on the Redmine Alternate theme.
** Author: "_Konstantin Zaitsev_":http://www.redmine.org/account/show/4703
** Latest release: _<code>1.1</code>, 2009-06-23_
** Compatible with: _Redmine 0.8.x & Redmine Trunk_
** Public SCM: _http://code.google.com/p/kosz-redmine-tools/source/browse/#svn/trunk/themes/watersky_
** Public ITS: _http://code.google.com/p/kosz-redmine-tools/issues/list_
h2. X - Z
_no entries_
h1. Redmine theme list legend
h2. Sample entry
A sample of a complete themelist entry in Redmine syntax (where @<<@ and @>>@ are used as a replacement for the square brackets to prevent parsing by Redmine) looks like this:
<pre><code>h3. Default theme
* <<ThemeDefault|Default>> the default Redmine theme (included).
** Author: "_Jean-Philippe Lang_":http://www.redmine.org/account/show/1
** Latest release: _<code>n/a</code>, 2009-07-10
** Compatible with: _Redmine 0.8.x & Redmine Trunk_
** Public SCM: _http://www.redmine.org/projects/redmine/repository/browse/trunk/public/stylesheets_
** Public ITS: _http://www.redmine.org/projects/redmine/issues_</code></pre>
h2. Legend
* Every theme-entry starts with an heading @h3@
* This previous heading is followed by a bulleted list item containing a short description of the theme starting with the name of the theme which links to an annouchement on the Redmine.org forums or a dedicated wiki-page on Redmine.org
* After the previous list item we now have five bulleted sub-list items containing:
** the author of the theme with a link to the Redmine.org profile page if the user is registered at Redmine.org
** the latest release of the theme plus it's release-date, where the release-date is the date of the latest commit if the theme author does not provide packages or git-tags of releases ánd does not update the theme-version after every commit
** the Redmine releases which the theme is compatible with (currently the only two values filled-in are @0.8.x@ and @Trunk@)
** a link to the public SCM(as in "Source Code Management") system for the theme (if it exists, otherwise @n/a@)
** a link to the (dedicated, so no links to forum-threads on Redmine.org) public ITS(as in "Issue Tracking System") for the theme (if it exists, otherwise @n/a@)