diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
commit | 6c711f696f73bc59813f6834ec241aef3b626cbd (patch) | |
tree | ded4f0e8c7f8c672414ff3f2f84eac0f6d9073e5 /doc/application-configuration.markdown | |
parent | ef087f5e22df1a0d97babef26aaf9b8960ee6d5d (diff) |
Include documentation in the application
Diffstat (limited to 'doc/application-configuration.markdown')
-rw-r--r-- | doc/application-configuration.markdown | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/application-configuration.markdown b/doc/application-configuration.markdown new file mode 100644 index 00000000..32710a39 --- /dev/null +++ b/doc/application-configuration.markdown @@ -0,0 +1,40 @@ +Application settings +==================== + +Some parameters for the application can be changed on the settings page. +Only administrators can change those settings. + +Go to the menu **Settings**, then choose **Application settings** on the left. + + + +### Application URL + +This parameter is used for email notifications. +The email footer will contains a link to the Kanboard task. + +### Language + +The application language can be changed at anytime. +The language will be set for all users. + +### Timezone + +By default, Kanboard use UTC as timezone, but you can define your own timezone. +The list contains all supported timezones by your web server. + +### Date format + +Input format used for date fields, by example the due date for tasks. + +Kanboard offer 3 different choices: + +- DD/MM/YYYY +- MM/DD/YYYY (default) +- YYYY/MM/DD + +The [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format is always accepted (YYYY-MM-DD or YYYY_MM_DD). + +### Custom Stylesheet + +Write your own CSS to override or improve Kanboard default style. |