summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-03-26 23:58:25 +0200
committerThomas Lange <code@nerdmind.de>2017-03-26 23:58:25 +0200
commitc718395f4b7cd353ed0ad22e559ba5848c6f6409 (patch)
tree6537763c866c88fd9b9c1d81a8305b59b234a49e
parent1d7a0aca69be3333ff5b9114062f30414a6d9d89 (diff)
downloadwiki-c718395f4b7cd353ed0ad22e559ba5848c6f6409.tar.gz
wiki-c718395f4b7cd353ed0ad22e559ba5848c6f6409.tar.xz
wiki-c718395f4b7cd353ed0ad22e559ba5848c6f6409.zip
Spelling mistake corrected.
-rw-r--r--Configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configuration.md b/Configuration.md
index 018d942..62e5e0e 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -87,14 +87,14 @@ Number of characters from the items content to display within the `<meta>` descr
* `POST.DESCRIPTION_SIZE`: [integer: `200`]
* `USER.DESCRIPTION_SIZE`: [integer: `200`]
-## List sort
+## List sorting
The `ORDER BY` clause for item sorting on item overview sites. You can use each column from the database table to sort and you also can combine multiple columns together. See the MySQL documentation for `ORDER BY` for more information.
* `PAGE.LIST_SORT`: [string: `'time_insert DESC'`]
* `POST.LIST_SORT`: [string: `'time_insert DESC'`]
* `USER.LIST_SORT`: [string: `'time_insert DESC'`]
-## Feed sort
+## Feed sorting
The `ORDER BY` clause for item sorting within the RSS feed. You can use each column from the database table to sort and you also can combine multiple columns together. See the MySQL documentation for `ORDER BY` for more information.
**Note:** It depends on the RSS reader how the content is sorted. The settings here are only for the sorting of the content in the XML source code, but it is nevertheless a good idea to sort them as they should appear in the RSS reader.