summaryrefslogtreecommitdiffstats
path: root/Configuration.md
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-03-26 23:53:05 +0200
committerThomas Lange <code@nerdmind.de>2017-03-26 23:53:05 +0200
commit1d7a0aca69be3333ff5b9114062f30414a6d9d89 (patch)
tree8f5e43424fd676b22029085832bb3c85ff261437 /Configuration.md
parent02008e91d4eafbb15c2db57dca67cb5bc2040a15 (diff)
downloadwiki-1d7a0aca69be3333ff5b9114062f30414a6d9d89.tar.gz
wiki-1d7a0aca69be3333ff5b9114062f30414a6d9d89.tar.xz
wiki-1d7a0aca69be3333ff5b9114062f30414a6d9d89.zip
Note about feed sorting has been added.
Diffstat (limited to 'Configuration.md')
-rw-r--r--Configuration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configuration.md b/Configuration.md
index cb46dd7..018d942 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -97,6 +97,8 @@ The `ORDER BY` clause for item sorting on item overview sites. You can use each
## Feed sort
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.
+
* `PAGE.FEED_SORT`: [string: `'time_insert DESC'`]
* `POST.FEED_SORT`: [string: `'time_insert DESC'`]