summaryrefslogtreecommitdiff
path: root/docs/application-configuration.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'docs/application-configuration.markdown')
-rw-r--r--docs/application-configuration.markdown36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/application-configuration.markdown b/docs/application-configuration.markdown
new file mode 100644
index 00000000..f08e665f
--- /dev/null
+++ b/docs/application-configuration.markdown
@@ -0,0 +1,36 @@
+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 settings](http://kanboard.net/screenshots/documentation/application-settings.png)
+
+### 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).