From 1d7a0aca69be3333ff5b9114062f30414a6d9d89 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 26 Mar 2017 23:53:05 +0200 Subject: Note about feed sorting has been added. --- Configuration.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Configuration.md') 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'`] -- cgit v1.2.3