Revision 772
Added by Jean-Philippe Lang over 17 years ago
help.yml | ||
---|---|---|
1 |
# redMine - project management software
|
|
2 |
# Copyright (C) 2006 Jean-Philippe Lang
|
|
3 |
#
|
|
4 |
# This program is free software; you can redistribute it and/or
|
|
5 |
# modify it under the terms of the GNU General Public License
|
|
6 |
# as published by the Free Software Foundation; either version 2
|
|
7 |
# of the License, or (at your option) any later version.
|
|
8 |
#
|
|
9 |
# This program is distributed in the hope that it will be useful,
|
|
10 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12 |
# GNU General Public License for more details.
|
|
13 |
#
|
|
14 |
# You should have received a copy of the GNU General Public License
|
|
15 |
# along with this program; if not, write to the Free Software
|
|
16 |
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
17 |
|
|
18 |
# available languages for help pages
|
|
19 |
langs:
|
|
20 |
- en
|
|
21 |
- fr
|
|
22 |
- ja
|
|
23 |
|
|
24 |
# mapping between controller/action and help pages
|
|
25 |
# if action is not defined here, 'index' page will be displayed
|
|
26 |
pages:
|
|
27 |
# administration
|
|
28 |
admin:
|
|
29 |
index: ch01.html
|
|
30 |
projects: ch01s01.html
|
|
31 |
mail_options: ch01s09.html
|
|
32 |
info: ch01s12.html
|
|
33 |
users:
|
|
34 |
index: ch01s02.html
|
|
35 |
roles:
|
|
36 |
index: ch01s03.html
|
|
37 |
workflow: ch01s07.html
|
|
38 |
trackers:
|
|
39 |
index: ch01s04.html
|
|
40 |
issue_statuses:
|
|
41 |
index: ch01s06.html
|
|
42 |
settings:
|
|
43 |
index: ch01s11.html
|
|
44 |
# projects
|
|
45 |
projects:
|
|
46 |
index: ch02.html
|
|
47 |
settings: ch01s01.html
|
|
48 |
add: ch01s01.html
|
|
49 |
show: ch02s01.html
|
|
50 |
gantt: ch02s02.html
|
|
51 |
calendar: ch02s02.html
|
|
52 |
changelog: ch02s06.html
|
|
53 |
roadmap: ch02s07.html
|
|
54 |
add_document: ch02s07.html
|
|
55 |
list_documents: ch02s07.html
|
|
56 |
add_issue: ch02s03.html
|
|
57 |
list_issues: ch02s03.html
|
|
58 |
add_news: ch02s06.html
|
|
59 |
list_news: ch02s06.html
|
|
60 |
add_file: ch02s11.html
|
|
61 |
list_files: ch02s11.html
|
|
62 |
changelog: ch02s05.html
|
|
63 |
issues:
|
|
64 |
index: ch02s03.html
|
|
65 |
documents:
|
|
66 |
index: ch02s09.html
|
|
67 |
news:
|
|
68 |
index: ch02s06.html
|
|
69 |
versions:
|
|
70 |
index: ch02s09.html
|
|
71 |
reports:
|
|
72 |
index: ch02s04.html
|
|
73 |
# accounts
|
|
74 |
my:
|
|
75 |
index: ch03.html
|
|
76 |
account: ch03s01.html
|
|
77 |
page: ch03s02.html
|
|
78 |
account:
|
|
79 |
index: ch03.html
|
|
80 |
lost_password: ch03s03.html
|
|
81 |
register: ch03s04.html
|
|
82 |
wiki:
|
|
83 |
index: ch02s10.html
|
|
1 |
# redMine - project management software |
|
2 |
# Copyright (C) 2006 Jean-Philippe Lang |
|
3 |
# |
|
4 |
# This program is free software; you can redistribute it and/or |
|
5 |
# modify it under the terms of the GNU General Public License |
|
6 |
# as published by the Free Software Foundation; either version 2 |
|
7 |
# of the License, or (at your option) any later version. |
|
8 |
# |
|
9 |
# This program is distributed in the hope that it will be useful, |
|
10 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
# GNU General Public License for more details. |
|
13 |
# |
|
14 |
# You should have received a copy of the GNU General Public License |
|
15 |
# along with this program; if not, write to the Free Software |
|
16 |
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
17 |
|
|
18 |
# available languages for help pages |
|
19 |
langs: |
|
20 |
- en |
|
21 |
- fr |
|
22 |
- ja |
|
23 |
|
|
24 |
# mapping between controller/action and help pages |
|
25 |
# if action is not defined here, 'index' page will be displayed |
|
26 |
pages: |
|
27 |
# administration |
|
28 |
admin: |
|
29 |
index: ch01.html |
|
30 |
projects: ch01s01.html |
|
31 |
mail_options: ch01s09.html |
|
32 |
info: ch01s12.html |
|
33 |
users: |
|
34 |
index: ch01s02.html |
|
35 |
roles: |
|
36 |
index: ch01s03.html |
|
37 |
workflow: ch01s07.html |
|
38 |
trackers: |
|
39 |
index: ch01s04.html |
|
40 |
issue_statuses: |
|
41 |
index: ch01s06.html |
|
42 |
settings: |
|
43 |
index: ch01s11.html |
|
44 |
# projects |
|
45 |
projects: |
|
46 |
index: ch02.html |
|
47 |
settings: ch01s01.html |
|
48 |
add: ch01s01.html |
|
49 |
show: ch02s01.html |
|
50 |
gantt: ch02s02.html |
|
51 |
calendar: ch02s02.html |
|
52 |
changelog: ch02s06.html |
|
53 |
roadmap: ch02s07.html |
|
54 |
add_document: ch02s07.html |
|
55 |
list_documents: ch02s07.html |
|
56 |
add_issue: ch02s03.html |
|
57 |
list_issues: ch02s03.html |
|
58 |
add_news: ch02s06.html |
|
59 |
list_news: ch02s06.html |
|
60 |
add_file: ch02s11.html |
|
61 |
list_files: ch02s11.html |
|
62 |
changelog: ch02s05.html |
|
63 |
issues: |
|
64 |
index: ch02s03.html |
|
65 |
documents: |
|
66 |
index: ch02s09.html |
|
67 |
news: |
|
68 |
index: ch02s06.html |
|
69 |
versions: |
|
70 |
index: ch02s09.html |
|
71 |
reports: |
|
72 |
index: ch02s04.html |
|
73 |
# accounts |
|
74 |
my: |
|
75 |
index: ch03.html |
|
76 |
account: ch03s01.html |
|
77 |
page: ch03s02.html |
|
78 |
account: |
|
79 |
index: ch03.html |
|
80 |
lost_password: ch03s03.html |
|
81 |
register: ch03s04.html |
|
82 |
wiki: |
|
83 |
index: ch02s10.html |
|
84 | 84 |
syntax: wiki_syntax.html |
85 | 85 |
Also available in: Unified diff
Native eol property set on config/*