[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
XML feed export
Author: | Andreas Gohr |
License: | GPL 2 (http://www.gnu.org/licenses/gpl.html) |
File Size: | 553 lines (20 kb) |
Included or required: | 0 times |
Referenced: | 1 time |
Includes or requires: | 4 files inc/fulltext.php inc/search.php inc/DifferenceEngine.php inc/init.php |
rss_parseOptions() X-Ref |
Get URL parameters and config options and return an initialized option array author: Andreas Gohr <andi@splitbrain.org> |
rss_buildItems(&$rss, &$data, $opt) X-Ref |
Add recent changed pages to a feed object author: Andreas Gohr <andi@splitbrain.org> param: FeedCreator $rss the FeedCreator Object param: array $data the items to add param: array $opt the feed options |
rssRecentChanges($opt) X-Ref |
Add recent changed pages to the feed object author: Andreas Gohr <andi@splitbrain.org> |
rssListNamespace($opt) X-Ref |
Add all pages of a namespace to the feed object author: Andreas Gohr <andi@splitbrain.org> |
rssSearch($opt) X-Ref |
Add the result of a full text search to the feed object author: Andreas Gohr <andi@splitbrain.org> |