ExtensionListInfo » History » Version 1
Mischa The Evil, 2009-07-28 02:36
Initial version containing the content from [[ThemeList#Legend]] and [[PluginList#Legend]].
1 | 1 | Mischa The Evil | h1. Extension list information |
---|---|---|---|
2 | |||
3 | h2. Redmine plugin list legend |
||
4 | |||
5 | h3. Sample entry |
||
6 | |||
7 | A sample of a complete pluginlist entry in Redmine syntax (where @<<@ and @>>@ are used as a replacement for the square brackets to prevent parsing by Redmine) looks like this: |
||
8 | |||
9 | <pre><code>h3. Budget plugin |
||
10 | |||
11 | * <<PluginBudget|Budget>> is a plugin to manage a set of deliverables for each project, automatically calculating key performance indicators. |
||
12 | ** Author: "_Eric Davis_":http://www.redmine.org/account/show/5 |
||
13 | ** Latest release: _<code>0.2.0</code>, 2009-04-27_ |
||
14 | ** Compatible with: _Redmine 0.8.x & Redmine Trunk_ |
||
15 | ** Public SCM: _http://github.com/edavis10/redmine-budget-plugin/tree_ |
||
16 | ** Public ITS: _https://projects.littlestreamsoftware.com/projects/redmine-budget/issues_</code></pre> |
||
17 | |||
18 | h3. Legend |
||
19 | |||
20 | * Every plugin-entry starts with an heading @h3@ |
||
21 | * This previous heading is followed by a bulleted list item containing a short description of the plugin starting with the name of the plugin which links to an annouchement on the Redmine.org forums or a dedicated wiki-page on Redmine.org |
||
22 | * After the previous list item we now have five bulleted sub-list items containing: |
||
23 | ** the author of the plugin with a link to the Redmine.org profile page if the user is registered at Redmine.org |
||
24 | ** the latest release of the plugin plus it's release-date, where the release-date is the date of the latest commit if the plugin author does not provide packages or git-tags of releases ánd does not update the plugin-version after every commit |
||
25 | ** the Redmine releases which the plugin is compatible with (currently the only two values filled-in are @0.8.x@ and @Trunk@, this could be insufficient for plugins which require a specific point-release of the @0.8.x@-branch (let's say @0.8.3@ (which brought several mailer-fixes IIRC))) |
||
26 | ** a link to the public SCM(as in "Source Code Management") system for the plugin (if it exists, otherwise @n/a@) |
||
27 | ** a link to the (dedicated, so no links to forum-threads on Redmine.org) public ITS(as in "Issue Tracking System") for the plugin (if it exists, otherwise @n/a@) |
||
28 | |||
29 | h2. Redmine theme list legend |
||
30 | |||
31 | h3. Sample entry |
||
32 | |||
33 | 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: |
||
34 | |||
35 | <pre><code>h3. Default theme |
||
36 | |||
37 | * <<ThemeDefault|Default>> the default Redmine theme (included). |
||
38 | ** Author: "_Jean-Philippe Lang_":http://www.redmine.org/account/show/1 |
||
39 | ** Latest release: _<code>n/a</code>, 2009-07-10 |
||
40 | ** Compatible with: _Redmine 0.8.x & Redmine Trunk_ |
||
41 | ** Public SCM: _http://www.redmine.org/projects/redmine/repository/browse/trunk/public/stylesheets_ |
||
42 | ** Public ITS: _http://www.redmine.org/projects/redmine/issues_</code></pre> |
||
43 | |||
44 | h3. Legend |
||
45 | |||
46 | * Every theme-entry starts with an heading @h3@ |
||
47 | * 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 |
||
48 | * After the previous list item we now have five bulleted sub-list items containing: |
||
49 | ** the author of the theme with a link to the Redmine.org profile page if the user is registered at Redmine.org |
||
50 | ** 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 |
||
51 | ** the Redmine releases which the theme is compatible with (currently the only two values filled-in are @0.8.x@ and @Trunk@) |
||
52 | ** a link to the public SCM(as in "Source Code Management") system for the theme (if it exists, otherwise @n/a@) |
||
53 | ** 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@) |