Add data from external XML feeds
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. If HTML is disabled all tags will be stripped |
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.
Example:
{{rss>http://slashdot.org/index.rss 5 author date 1h }}
- Astronomers Plan Far Side of the Moon Satellite to Hear Billion-Year-Old Radio Waves by EditorDavid (2025/07/13 00:34)
- Amelia Earhart's Airplane May Finally Have Been Found by EditorDavid (2025/07/12 20:34)
- EV Sets New Record for Longest Trip on a Single Charge - 749 Miles by EditorDavid (2025/07/12 18:34)
- 'Firefox is Fine. The People Running It are Not' by EditorDavid (2025/07/12 15:34)
- NVIDIA Warns Its High-End GPUs May Be Vulnerable to Rowhammer Attacks by EditorDavid (2025/07/12 14:34)