feed plugin by Gina Häußge, Michael Klier
The Feed Plugin is a helper plugin that generates RSS and Atom feeds for other plugins. (previous authors: Esther Brunner)
Last updated on 2010-01-07. Provides Syntax.
Compatible with DokuWiki 2009-12-25.
Requires blog, editor, tag, tasks.
| Download | plugin-feed.tgz |
|---|
{{[component]feed>[namespace]?[option]}}
| [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 |
| 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
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