The Feed Plugin is a helper plugin that generates RSS and Atom feeds for other plugins. (previous authors: Esther Brunner)
Compatible with DokuWiki
2009-12-25
The Feed Plugin is a helper plugin that generates RSS and Atom feeds for other plugins. (previous authors: Esther Brunner)
Similar to news
| Download | plugin-feed.tgz |
|---|
{{[component]feed>[namespace]?[option]|[title]}}
| [component] | plugin component for which the feed is destined | required |
|---|---|---|
| [namespace] | the namespace for which you want a discussion thread list; : is the top namespace, . is the same namespace as the page lies in, * the whole wiki | required |
| [option] | depends on plugin / component, see supported feeds | mostly optional |
| [title] | Title shown in the RSS-Link on the wiki page | optional |
| Plugin | Component | Option | |
|---|---|---|---|
| Blog | blog | number of blog entries to include in feed — Michael Klier 2008/04/20 21:20 | optional; default is $conf['recent'] |
| Discussion | comments | number of comments to include in feed | optional; default is $conf['recent'] |
| Discussion | threads | number of discussion thread pages to include in feed | optional; default is $conf['recent'] |
| Editor | editor | user ID, user group or IP address as in Editor Plugin | required |
| Tag | topic | tag as in topic component of Tag Plugin | required |
| Task | tasks | view filter as in tasks component of Task Plugin | optional; default is open |
{{blogfeed>blog|Blog Entries}}
{{commentsfeed>mynamespace|Individual Comments}}
{{topicfeed>*?cloud|Tagged «Cloud»}}
Try this plugin on the playground at Wikidesign.
: demo link is broken loll like all demo for dokuwiki, no lucky…
Please report bugs or feature requests at the Bug tracker.
Please don't remove the blogging feed just yet. It works better for blog articles that are nested in many namespaces — Drye Kindrew 2008/11/13 08:00