From 67070347686fb914f4ceb4eda298e2b4dd7495fa Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 7 Nov 2006 17:44:50 +0000 Subject: [PATCH] english help translation added thx to Karim Trott git-svn-id: http://redmine.rubyforge.org/svn/trunk@43 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- redmine/app/controllers/help_controller.rb | 2 +- redmine/config/help.yml | 1 + redmine/doc/docbook/en/redmine-userdoc-en.xml | 429 ++++++++++++++++++ redmine/public/manual/en/ch01.html | 3 + redmine/public/manual/en/ch01s01.html | 3 + redmine/public/manual/en/ch01s02.html | 3 + redmine/public/manual/en/ch01s03.html | 3 + redmine/public/manual/en/ch01s04.html | 3 + redmine/public/manual/en/ch01s05.html | 3 + redmine/public/manual/en/ch01s06.html | 3 + redmine/public/manual/en/ch01s07.html | 3 + redmine/public/manual/en/ch01s08.html | 3 + redmine/public/manual/en/ch01s09.html | 3 + redmine/public/manual/en/ch01s10.html | 3 + redmine/public/manual/en/ch02.html | 3 + redmine/public/manual/en/ch02s01.html | 3 + redmine/public/manual/en/ch02s02.html | 3 + redmine/public/manual/en/ch02s03.html | 3 + redmine/public/manual/en/ch02s04.html | 3 + redmine/public/manual/en/ch02s05.html | 3 + redmine/public/manual/en/ch02s06.html | 3 + redmine/public/manual/en/ch02s07.html | 3 + redmine/public/manual/en/ch02s08.html | 3 + redmine/public/manual/en/html.css | 55 +++ redmine/public/manual/en/index.html | 3 + .../manual/en/resources/issues_list.png | Bin 0 -> 8233 bytes .../public/manual/en/resources/users_list.png | Bin 0 -> 6502 bytes .../public/manual/en/resources/workflow.png | Bin 0 -> 6503 bytes 28 files changed, 549 insertions(+), 1 deletion(-) create mode 100644 redmine/doc/docbook/en/redmine-userdoc-en.xml create mode 100644 redmine/public/manual/en/ch01.html create mode 100644 redmine/public/manual/en/ch01s01.html create mode 100644 redmine/public/manual/en/ch01s02.html create mode 100644 redmine/public/manual/en/ch01s03.html create mode 100644 redmine/public/manual/en/ch01s04.html create mode 100644 redmine/public/manual/en/ch01s05.html create mode 100644 redmine/public/manual/en/ch01s06.html create mode 100644 redmine/public/manual/en/ch01s07.html create mode 100644 redmine/public/manual/en/ch01s08.html create mode 100644 redmine/public/manual/en/ch01s09.html create mode 100644 redmine/public/manual/en/ch01s10.html create mode 100644 redmine/public/manual/en/ch02.html create mode 100644 redmine/public/manual/en/ch02s01.html create mode 100644 redmine/public/manual/en/ch02s02.html create mode 100644 redmine/public/manual/en/ch02s03.html create mode 100644 redmine/public/manual/en/ch02s04.html create mode 100644 redmine/public/manual/en/ch02s05.html create mode 100644 redmine/public/manual/en/ch02s06.html create mode 100644 redmine/public/manual/en/ch02s07.html create mode 100644 redmine/public/manual/en/ch02s08.html create mode 100644 redmine/public/manual/en/html.css create mode 100644 redmine/public/manual/en/index.html create mode 100644 redmine/public/manual/en/resources/issues_list.png create mode 100644 redmine/public/manual/en/resources/users_list.png create mode 100644 redmine/public/manual/en/resources/workflow.png diff --git a/redmine/app/controllers/help_controller.rb b/redmine/app/controllers/help_controller.rb index 6fde039d5..32d822993 100644 --- a/redmine/app/controllers/help_controller.rb +++ b/redmine/app/controllers/help_controller.rb @@ -31,7 +31,7 @@ class HelpController < ApplicationController end end # choose language according to available help translations - lang = (@help_config['langs'].include? current_language) ? current_language : @help_config['langs'].first + lang = (@help_config['langs'].include? current_language.to_s) ? current_language.to_s : @help_config['langs'].first if template redirect_to "/manual/#{lang}/#{template}" diff --git a/redmine/config/help.yml b/redmine/config/help.yml index 362165bf6..b02a06fb1 100644 --- a/redmine/config/help.yml +++ b/redmine/config/help.yml @@ -17,6 +17,7 @@ # available languages for help pages langs: + - en - fr # mapping between controller/action and help pages diff --git a/redmine/doc/docbook/en/redmine-userdoc-en.xml b/redmine/doc/docbook/en/redmine-userdoc-en.xml new file mode 100644 index 000000000..c290bb85d --- /dev/null +++ b/redmine/doc/docbook/en/redmine-userdoc-en.xml @@ -0,0 +1,429 @@ + + + + RedMine Documentation + + Administration +
+ Users + These screens allow you to manage the application users. +
+ Users’ List + + + Users’ List + + + + + + + The Lock/Unlock buttons allow you to lock/unlock the user accounts. + A user having a locked account cannot log in and access the application. +
+
+ User Creation or Modification + In modification mode, please leave the Password field blank in order to keep the user’s password unchanged. + A user designated as administrator has unrestricted access to the application and to all projects. + + + + Administrator + : designate the user as the administrator of the application. + + + + + E-mail notifications + : activate or de-activate automatic e-mail notifications for this user + + + + + Locked + : de-activates the user’s account + + + + +
+
+
+ Roles and Permissions + Roles organize the permissions of various members of a project. Each member of a project has a one Role in a project. A user can have different roles in different projects. + On the new or edit Role screen, check off the actions authorized for the Role. +
+
+ Trackers + Trackers allow the sorting of Issues and can define specific workflows. +
+
+ Customized fields + Customized fields allow you to add additional information in Projects, Issues or Users. A customized field can be of one the following types: + + + + Integer + : positive or negative number + + + + + String + : a string of characters - one single line of input. + + + + + Text + : a string of characters with multiple lines of input. Differs from String Format by providing multiple lines of input instead of a single line. + + + + + Date + : date + + + + + Boolean + : true or false (check if necessary) + + + + + List + : value to select from a predefined list (aka: scroll list or select box) + + + + Validation elements can be defined: + + + + Required + : A required field must have input in the forms + + + + + For all the projects + : field automatically associated to all of the projects + + + + + Min - max length + : minimum and maximum length for the input fields (0 means that there is no restriction) + + + + + Regular Expression + : regular expressions may provide validation of the input value + + Examples: + + ^\[A-Z]{4}\d+$ + : 4 capital letters followed by one or several digits + + + ^[^0-9]*$ + : characters only - no digits + + + + + Possible values + : possible values for the fields of "List" type. Values are separated by the character | + + + + +
+ Fields for Projects + + + + + Required + : required field + + + + +
+
+ Fields for Issues + + + + + For all projects + : field automatically associated to all project Issues + + If this option is not activated, each project could choose whether or not to use the field for its Issues (please see the project configuration). + + + +
+
+ Field for Users + + + + + Required + : required field + + + + +
+
+
+ Issue status + These screens allow you to define the different possible Issue statuses. + + + + Closed + : indicates Issue is considered as closed + + + + + Default + : status applied by default to new Issue requests (only one status can be Default status) + + + + + Color + : HTML color code (6 characters) representing the displayed status + + + + +
+
+ Workflow + The workflow allows to define changes the various project members are allowed to make on the Issues, according to their type. + Select the role and the tracker for which you want to modify the workflow, then click Edit. The screen allows you then to modify the authorized change, for the chosen role and tracker. The Current Status options indicate the initial request status. The "New Statuses allowed" columns stand for the authorized status to apply. + + Note: In order for a particular Role to change an Issue status, the authorization must be given to it explicitly, regardless of the workflow configuration. + + + + Example of a workflow configuration + + + + + + + In the above example, Bug type Issue requests with a New status could be given an Assigned or Resolved status by the Developer role. Those with an Assigned status could get a Resolved status. The status of all the other Bug type requests cannot be modified by the Developer. +
+
+ Enumerations + The value lists used by the application can be customized (for example, setting Issue priorities). This screen allows you to define the possible values for each of the following lists: + + + Issue Priorities + + + Document Categories + + + +
+
+ E-mail notifications + This screen allows you to select the actions that will generate an e-mail notification for project members. + Note: E-mail sending must be activated in the application configuration if you want to make any notifications. +
+
+ Authentication + By default, redMine refers to its own database to authenticate users, by a specific password. + If you already have one or several external user references (like LDAP), you can make them known in order to be used for authentication on redMine. This allows users to access redMine with their usual user names and passwords. + For each known reference, you can specify if the accounts can be created on the fly on redMine. If needed, the user accounts will be created automatically during the user’s signing in (without any specific rights on the projects), according to information available in the reference. Otherwise, the administrator must have previously created the user account on redMine. + +
+ LDAP statement + + + + + Name + : reference display name + + + + + Host + : LDAP server host name + + + + + Port + : connection port to the LDAP server + + + + + Account + : DN of the connection account to LDAP (please leave it blank if the directory authorizes anonymous read access) + + + + + Password + : password of the connection account + + + + + Base DN + : Basic DN used for user search in the directory + + + + + LDAP screen + : User search screen in the directory (optional) + + + + + LDAP features + : + + + + + Identifier + : LDAP feature name used as user identifier (e.g.: uid) + + + + + First name + : LDAP feature name including the user’s first name (ex: givenName) + + + + + Last name + : LDAP feature name including the user’s last name (ex: familyName) + + + + + E-mail + : LDAP feature name including the user’s e-mail address (ex: mail) + + + + + + + The features" + First name + ", " + Last name + " and " + E-mail + " are not used except when the accounts are created on the fly. + +
+
+
+ Information + Displays application and environment information. +
+
+ + Projects +
+ Project preview + The preview presents the general project information, its main members, the latest announcements, as well as an synthesis of Issue requests open by tracker. + +
+
+ Issue management + +
+ Issue list + By default, the entire list of the project open Issues are displayed. Various screens allow you to select the Issues to be displayed. If the project has sub-projects, you have the possibility to display the sub-project's Issues as well (not displayed by default). + Once applied, a screen is valid during the entire session. You can re-define it or delete it by clicking Cancel. + + + Request list + + + + + + + +
+
+
+ Reports + This screen presents the number of Issues and Issue status synthesis according to various criteria (tracker, priority, category). Direct links allow for access to the detailed Issue list for each criterion. +
+
+ Change log + This page presents the entire list of the resolved Issues for each version of the project. Certain types of Issues can be excluded from this display. +
+
+ News + Allows you to inform users on project activity. +
+
+ Documents + Documents are grouped by categories (see Value Lists). A document can contain several files (for example: revisions or successive versions). +
+
+ Files + This module allows you to display various folders (sources, binaires, ...) for each version of the application. +
+
+ Settings + +
+ Project features + + + + + Public + : if it’s a public project, it can be viewed (request consultation, documents consultation, ...) for all the users, including those who are not project members. If it’s not a public project, only the project members have access to it, according to their role. + + + + + Customized fields + : Select the customized fields that you want to use. Only the administrator can define new customized fields. + + + + +
+
+ Members + This screen allows you to define the project members as well as their corresponding roles. A user can have only one role in a given project. The role of a member determines the permissions they have in a project. +
+
+ Versions + Versions allow you to follow the changes made during all the project. For instance, at the close of an Issue, you can indicate which version takes it into account. You can display the various versions of the application (see Files). +
+
+ Request categories + Issue categories allow you to organize Issues. Categories can correspond to different project modules. +
+
+
+
\ No newline at end of file diff --git a/redmine/public/manual/en/ch01.html b/redmine/public/manual/en/ch01.html new file mode 100644 index 000000000..aa86147eb --- /dev/null +++ b/redmine/public/manual/en/ch01.html @@ -0,0 +1,3 @@ + + + Chapter 1. AdministrationredMine home

Chapter 1. Administration

\ No newline at end of file diff --git a/redmine/public/manual/en/ch01s01.html b/redmine/public/manual/en/ch01s01.html new file mode 100644 index 000000000..9f83e7d3c --- /dev/null +++ b/redmine/public/manual/en/ch01s01.html @@ -0,0 +1,3 @@ + + + 1. UsersredMine home

1. Users

These screens allow you to manage the application users.

1.1. Users’ List

The Lock/Unlock buttons allow you to lock/unlock the user accounts.

A user having a locked account cannot log in and access the application.

1.2. User Creation or Modification

In modification mode, please leave the Password field blank in order to keep the user’s password unchanged.

A user designated as administrator has unrestricted access to the application and to all projects.

  • Administrator : designate the user as the administrator of the application.

  • E-mail notifications : activate or de-activate automatic e-mail notifications for this user

  • Locked : de-activates the user’s account

\ No newline at end of file diff --git a/redmine/public/manual/en/ch01s02.html b/redmine/public/manual/en/ch01s02.html new file mode 100644 index 000000000..06ba75673 --- /dev/null +++ b/redmine/public/manual/en/ch01s02.html @@ -0,0 +1,3 @@ + + + 2. Roles and PermissionsredMine home

2. Roles and Permissions

Roles organize the permissions of various members of a project. Each member of a project has a one Role in a project. A user can have different roles in different projects.

On the new or edit Role screen, check off the actions authorized for the Role.

\ No newline at end of file diff --git a/redmine/public/manual/en/ch01s03.html b/redmine/public/manual/en/ch01s03.html new file mode 100644 index 000000000..9253ce104 --- /dev/null +++ b/redmine/public/manual/en/ch01s03.html @@ -0,0 +1,3 @@ + + + 3. TrackersredMine home

3. Trackers

Trackers allow the sorting of Issues and can define specific workflows.

\ No newline at end of file diff --git a/redmine/public/manual/en/ch01s04.html b/redmine/public/manual/en/ch01s04.html new file mode 100644 index 000000000..425e084f3 --- /dev/null +++ b/redmine/public/manual/en/ch01s04.html @@ -0,0 +1,3 @@ + + + 4. Customized fieldsredMine home

4. Customized fields

Customized fields allow you to add additional information in Projects, Issues or Users. A customized field can be of one the following types:

  • Integer : positive or negative number

  • String : a string of characters - one single line of input.

  • Text : a string of characters with multiple lines of input. Differs from String Format by providing multiple lines of input instead of a single line.

  • Date : date

  • Boolean : true or false (check if necessary)

  • List : value to select from a predefined list (aka: scroll list or select box)

Validation elements can be defined:

  • Required : A required field must have input in the forms

  • For all the projects : field automatically associated to all of the projects

  • Min - max length : minimum and maximum length for the input fields (0 means that there is no restriction)

  • Regular Expression : regular expressions may provide validation of the input value

    Examples:

    ^\[A-Z]{4}\d+$ : 4 capital letters followed by one or several digits

    ^[^0-9]*$ : characters only - no digits

  • Possible values : possible values for the fields of "List" type. Values are separated by the character |

4.1. Fields for Projects

  • Required : required field

4.2. Fields for Issues

  • For all projects : field automatically associated to all project Issues

    If this option is not activated, each project could choose whether or not to use the field for its Issues (please see the project configuration).

4.3. Field for Users

  • Required : required field

\ No newline at end of file diff --git a/redmine/public/manual/en/ch01s05.html b/redmine/public/manual/en/ch01s05.html new file mode 100644 index 000000000..75a4dd308 --- /dev/null +++ b/redmine/public/manual/en/ch01s05.html @@ -0,0 +1,3 @@ + + + 5. Issue statusredMine home

5. Issue status

These screens allow you to define the different possible Issue statuses.

  • Closed : indicates Issue is considered as closed

  • Default : status applied by default to new Issue requests (only one status can be Default status)

  • Color : HTML color code (6 characters) representing the displayed status

\ No newline at end of file diff --git a/redmine/public/manual/en/ch01s06.html b/redmine/public/manual/en/ch01s06.html new file mode 100644 index 000000000..e7d688f33 --- /dev/null +++ b/redmine/public/manual/en/ch01s06.html @@ -0,0 +1,3 @@ + + + 6. WorkflowredMine home

6. Workflow

The workflow allows to define changes the various project members are allowed to make on the Issues, according to their type.

Select the role and the tracker for which you want to modify the workflow, then click Edit. The screen allows you then to modify the authorized change, for the chosen role and tracker. The Current Status options indicate the initial request status. The "New Statuses allowed" columns stand for the authorized status to apply.

Note: In order for a particular Role to change an Issue status, the authorization must be given to it explicitly, regardless of the workflow configuration.

In the above example, Bug type Issue requests with a New status could be given an Assigned or Resolved status by the Developer role. Those with an Assigned status could get a Resolved status. The status of all the other Bug type requests cannot be modified by the Developer.

\ No newline at end of file diff --git a/redmine/public/manual/en/ch01s07.html b/redmine/public/manual/en/ch01s07.html new file mode 100644 index 000000000..7b95d8a63 --- /dev/null +++ b/redmine/public/manual/en/ch01s07.html @@ -0,0 +1,3 @@ + + + 7. EnumerationsredMine home

7. Enumerations

The value lists used by the application can be customized (for example, setting Issue priorities). This screen allows you to define the possible values for each of the following lists:

  • Issue Priorities

  • Document Categories

\ No newline at end of file diff --git a/redmine/public/manual/en/ch01s08.html b/redmine/public/manual/en/ch01s08.html new file mode 100644 index 000000000..3a2ecf28d --- /dev/null +++ b/redmine/public/manual/en/ch01s08.html @@ -0,0 +1,3 @@ + + + 8. E-mail notificationsredMine home

8. E-mail notifications

This screen allows you to select the actions that will generate an e-mail notification for project members.

Note: E-mail sending must be activated in the application configuration if you want to make any notifications.

\ No newline at end of file diff --git a/redmine/public/manual/en/ch01s09.html b/redmine/public/manual/en/ch01s09.html new file mode 100644 index 000000000..599c6017b --- /dev/null +++ b/redmine/public/manual/en/ch01s09.html @@ -0,0 +1,3 @@ + + + 9. AuthenticationredMine home

9. Authentication

By default, redMine refers to its own database to authenticate users, by a specific password.

If you already have one or several external user references (like LDAP), you can make them known in order to be used for authentication on redMine. This allows users to access redMine with their usual user names and passwords.

For each known reference, you can specify if the accounts can be created on the fly on redMine. If needed, the user accounts will be created automatically during the user’s signing in (without any specific rights on the projects), according to information available in the reference. Otherwise, the administrator must have previously created the user account on redMine.

9.1. LDAP statement

  • Name : reference display name

  • Host : LDAP server host name

  • Port : connection port to the LDAP server

  • Account : DN of the connection account to LDAP (please leave it blank if the directory authorizes anonymous read access)

  • Password : password of the connection account

  • Base DN : Basic DN used for user search in the directory

  • LDAP screen : User search screen in the directory (optional)

  • LDAP features :

    • Identifier : LDAP feature name used as user identifier (e.g.: uid)

    • First name : LDAP feature name including the user’s first name (ex: givenName)

    • Last name : LDAP feature name including the user’s last name (ex: familyName)

    • E-mail : LDAP feature name including the user’s e-mail address (ex: mail)

The features" First name ", " Last name " and " E-mail " are not used except when the accounts are created on the fly.

\ No newline at end of file diff --git a/redmine/public/manual/en/ch01s10.html b/redmine/public/manual/en/ch01s10.html new file mode 100644 index 000000000..5cdb85b9a --- /dev/null +++ b/redmine/public/manual/en/ch01s10.html @@ -0,0 +1,3 @@ + + + 10. InformationredMine home

10. Information

Displays application and environment information.

\ No newline at end of file diff --git a/redmine/public/manual/en/ch02.html b/redmine/public/manual/en/ch02.html new file mode 100644 index 000000000..b97b78d9e --- /dev/null +++ b/redmine/public/manual/en/ch02.html @@ -0,0 +1,3 @@ + + + Chapter 2. ProjectsredMine home

Chapter 2. Projects

\ No newline at end of file diff --git a/redmine/public/manual/en/ch02s01.html b/redmine/public/manual/en/ch02s01.html new file mode 100644 index 000000000..63cdde630 --- /dev/null +++ b/redmine/public/manual/en/ch02s01.html @@ -0,0 +1,3 @@ + + + 1. Project previewredMine home

1. Project preview

The preview presents the general project information, its main members, the latest announcements, as well as an synthesis of Issue requests open by tracker.

\ No newline at end of file diff --git a/redmine/public/manual/en/ch02s02.html b/redmine/public/manual/en/ch02s02.html new file mode 100644 index 000000000..4354ce4c8 --- /dev/null +++ b/redmine/public/manual/en/ch02s02.html @@ -0,0 +1,3 @@ + + + 2. Issue managementredMine home

2. Issue management

2.1. Issue list

By default, the entire list of the project open Issues are displayed. Various screens allow you to select the Issues to be displayed. If the project has sub-projects, you have the possibility to display the sub-project's Issues as well (not displayed by default).

Once applied, a screen is valid during the entire session. You can re-define it or delete it by clicking Cancel.

\ No newline at end of file diff --git a/redmine/public/manual/en/ch02s03.html b/redmine/public/manual/en/ch02s03.html new file mode 100644 index 000000000..351e1c916 --- /dev/null +++ b/redmine/public/manual/en/ch02s03.html @@ -0,0 +1,3 @@ + + + 3. ReportsredMine home

3. Reports

This screen presents the number of Issues and Issue status synthesis according to various criteria (tracker, priority, category). Direct links allow for access to the detailed Issue list for each criterion.

\ No newline at end of file diff --git a/redmine/public/manual/en/ch02s04.html b/redmine/public/manual/en/ch02s04.html new file mode 100644 index 000000000..14da5dc73 --- /dev/null +++ b/redmine/public/manual/en/ch02s04.html @@ -0,0 +1,3 @@ + + + 4. Change logredMine home

4. Change log

This page presents the entire list of the resolved Issues for each version of the project. Certain types of Issues can be excluded from this display.

\ No newline at end of file diff --git a/redmine/public/manual/en/ch02s05.html b/redmine/public/manual/en/ch02s05.html new file mode 100644 index 000000000..3a8334df2 --- /dev/null +++ b/redmine/public/manual/en/ch02s05.html @@ -0,0 +1,3 @@ + + + 5. NewsredMine home

5. News

Allows you to inform users on project activity.

\ No newline at end of file diff --git a/redmine/public/manual/en/ch02s06.html b/redmine/public/manual/en/ch02s06.html new file mode 100644 index 000000000..71ced3400 --- /dev/null +++ b/redmine/public/manual/en/ch02s06.html @@ -0,0 +1,3 @@ + + + 6. DocumentsredMine home

6. Documents

Documents are grouped by categories (see Value Lists). A document can contain several files (for example: revisions or successive versions).

\ No newline at end of file diff --git a/redmine/public/manual/en/ch02s07.html b/redmine/public/manual/en/ch02s07.html new file mode 100644 index 000000000..b7eacb6a3 --- /dev/null +++ b/redmine/public/manual/en/ch02s07.html @@ -0,0 +1,3 @@ + + + 7. FilesredMine home

7. Files

This module allows you to display various folders (sources, binaires, ...) for each version of the application.

\ No newline at end of file diff --git a/redmine/public/manual/en/ch02s08.html b/redmine/public/manual/en/ch02s08.html new file mode 100644 index 000000000..f9d19e8ce --- /dev/null +++ b/redmine/public/manual/en/ch02s08.html @@ -0,0 +1,3 @@ + + + 8. SettingsredMine home

8. Settings

8.1. Project features

  • Public : if it’s a public project, it can be viewed (request consultation, documents consultation, ...) for all the users, including those who are not project members. If it’s not a public project, only the project members have access to it, according to their role.

  • Customized fields : Select the customized fields that you want to use. Only the administrator can define new customized fields.

8.2. Members

This screen allows you to define the project members as well as their corresponding roles. A user can have only one role in a given project. The role of a member determines the permissions they have in a project.

8.3. Versions

Versions allow you to follow the changes made during all the project. For instance, at the close of an Issue, you can indicate which version takes it into account. You can display the various versions of the application (see Files).

8.4. Request categories

Issue categories allow you to organize Issues. Categories can correspond to different project modules.

\ No newline at end of file diff --git a/redmine/public/manual/en/html.css b/redmine/public/manual/en/html.css new file mode 100644 index 000000000..c1b2a6fca --- /dev/null +++ b/redmine/public/manual/en/html.css @@ -0,0 +1,55 @@ +body { + background: #FFFFFF; + font: 0.8em Verdana,Tahoma,Arial,sans-serif; +} + +h1, h2, h3, h4, h5 { + color: #800000; + font-family: sans-serif; +} + +table { + font-size: 1em; +} + +a{ +color:#467aa7; +font-weight:bold; +text-decoration:none; +background-color:inherit; +} + +a:hover{ + color: #800000; + text-decoration:underline; + background-color:inherit; +} + +a img{border:none;} + +.screenshot { + text-align: center; +} + +.guilabel { + font-weight: bold; +} + +span.term { + font-weight: bold; +} + +div.sidebar { + background: #F0F0F0; + border: 1px solid gray; + padding: 5px; + margin: 20px; +} + +pre.programlisting { + background: #F0F0F0; + border: 1px solid gray; + padding: 2px; + font-size: 10pt; + white-space: pre; +} diff --git a/redmine/public/manual/en/index.html b/redmine/public/manual/en/index.html new file mode 100644 index 000000000..f1f64aa45 --- /dev/null +++ b/redmine/public/manual/en/index.html @@ -0,0 +1,3 @@ + + + RedMine DocumentationredMine home

RedMine Documentation


\ No newline at end of file diff --git a/redmine/public/manual/en/resources/issues_list.png b/redmine/public/manual/en/resources/issues_list.png new file mode 100644 index 0000000000000000000000000000000000000000..47eab0fca46c570c533b8851aa0323e70e90b6e9 GIT binary patch literal 8233 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 OKv`b>d6}$P;C}&szoDA| literal 0 HcmV?d00001 diff --git a/redmine/public/manual/en/resources/users_list.png b/redmine/public/manual/en/resources/users_list.png new file mode 100644 index 0000000000000000000000000000000000000000..0c9ef86ec6d739f9e86e7d586c3a7581710065fa GIT binary patch literal 6502 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 VCkaPPG{z3yor5$KD&$_h|2LwJGA954 literal 0 HcmV?d00001 diff --git a/redmine/public/manual/en/resources/workflow.png b/redmine/public/manual/en/resources/workflow.png new file mode 100644 index 0000000000000000000000000000000000000000..04e79d61e35880369b75e2a38fd631a9537d6637 GIT binary patch literal 6503 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 literal 0 HcmV?d00001 -- 2.39.5