summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-01-09 09:01:12 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2015-01-09 09:01:12 -0800
commit5c7812a8e4b376643062b85088143c265e5ffb4b (patch)
tree098d1769f7313ac6b049aee1b831a695078e4dea /data
parentcc813bdf0cffdf8fa58fb516548cca9c6fbcef19 (diff)
downloadrpg-5c7812a8e4b376643062b85088143c265e5ffb4b.tar.gz
rpg-5c7812a8e4b376643062b85088143c265e5ffb4b.tar.bz2
Clean up RSS sort wording per https://github.com/splitbrain/dokuwiki/pull/999#discussion_r22706527.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'data')
-rw-r--r--data/pages/wiki/syntax.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt
index 09a077aa0..7b453efa2 100644
--- a/data/pages/wiki/syntax.txt
+++ b/data/pages/wiki/syntax.txt
@@ -486,7 +486,7 @@ echo '</tr></table>';
The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
-By default, SimplePie if all of the items in the feed contain dates, SimplePie will sort the items in the feed so that the newest are displayed first. You can reverse this with the ''reverse'' parameter, or disable it entirely with ''nosort''.
+By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''.
**Example:**