From ec8b209f8e078835029d90930d6c1305cd5b8743 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 10 Jul 2021 22:35:37 +0200 Subject: Update documentation --- Configuration.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'Configuration.md') diff --git a/Configuration.md b/Configuration.md index bb10918..7f7a98d 100644 --- a/Configuration.md +++ b/Configuration.md @@ -79,7 +79,6 @@ Number of items to display per-site on overview sites. Number of items to display within the RSS feed. * `PAGE.FEED_SIZE`: [integer: `25`] -* `POST.FEED_SIZE`: [integer: `25`] ## Slug URLs Enable or disable the use of slug URLs for item permalinks. If disabled, the unique primary item ID is used instead. @@ -137,11 +136,9 @@ The `ORDER BY` clause for item sorting within the RSS feed. You can use each col **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 raw XML** source code, but it is nevertheless a good idea to sort them in the order as they shall appear in the RSS reader. -* `PAGE.FEED_SORT`: [string: `'time_insert DESC'`] * `POST.FEED_SORT`: [string: `'time_insert DESC'`] ## Feed `` hash Item attributes (database columns) to use to generate the `` value for the RSS feed items. -* `PAGE.FEED_GUID`: [array: `['id', 'time_insert']`] * `POST.FEED_GUID`: [array: `['id', 'time_insert']`] \ No newline at end of file -- cgit v1.2.3