summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-01-08 18:12:39 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2015-01-08 18:12:39 -0800
commitcc813bdf0cffdf8fa58fb516548cca9c6fbcef19 (patch)
treec52fa70e769fdb6a16ec1455b1193c70af861846 /data
parent38c6f603e006f27fd6194d1d2c14d3087d0e0cc9 (diff)
downloadrpg-cc813bdf0cffdf8fa58fb516548cca9c6fbcef19.tar.gz
rpg-cc813bdf0cffdf8fa58fb516548cca9c6fbcef19.tar.bz2
Document the nosort parameter.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'data')
-rw-r--r--data/pages/wiki/syntax.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt
index 86ad815e4..09a077aa0 100644
--- a/data/pages/wiki/syntax.txt
+++ b/data/pages/wiki/syntax.txt
@@ -481,10 +481,13 @@ echo '</tr></table>';
| author | show item authors names |
| date | show item dates |
| description| show the item description. If [[doku>config:htmlok|HTML]] is disabled all tags will be stripped |
+| nosort | do not sort the items in the feed |
| //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
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''.
+
**Example:**
{{rss>http://slashdot.org/index.rss 5 author date 1h }}