RSS/ATOM Feed Aggregation
dokuwiki can integrate data from external XML feeds. For parsing the XML feeds, SimplePie is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
Parameter | Description |
---|---|
any number | will be used as maximum number items to show, defaults to 8 |
reverse | display the last items in the feed first |
author | show item authors names |
date | show item dates |
description | show the item description. All HTML 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. 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 dokuwiki to re-render the page if it is more than refresh period since the page was last rendered.
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:
{{rss>http://slashdot.org/index.rss 5 author date 1h }}
- Months After Its 20th Anniversary, OpenStreetMap Suffers an Extended Outage by EditorDavid (Saturday, December 21, 2024 08:34 PM)
- Luigi Mangione's Ghost Gun Was Only Partially 3D-Printed by EditorDavid (Saturday, December 21, 2024 06:02 PM)
- US Life Expectancy Rose to 78.4 years in 2023 - Highest Level Since Pandemic by EditorDavid (Saturday, December 21, 2024 05:02 PM)
- T2 Linux SDE 24.12 'Sky's the Limit!' Released With 37 ISOs For 25 CPU ISAs by EditorDavid (Saturday, December 21, 2024 04:02 PM)
- Voyager 1 Signals from Interstellar Space Detected by Amateur Astronomers on 1950s Telescope by EditorDavid (Saturday, December 21, 2024 03:02 PM)