Skip to content
Snippets Groups Projects
Commit c5cfca61 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

added (empty) rss() function to basic renderer

Ignore-this: 159107eba3e7c8c1d2671ce93eb9bc4e

darcs-hash:20090130083215-7ad00-8ab2440fdd4a9c9e7790ee219e9a0e6c7588ddd8.gz
parent 84809292
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,8 @@ class Doku_Renderer extends DokuWiki_Plugin {
// $link is full URL with scheme, $title could be an array (media)
function externallink($link, $title = NULL) {}
function rss ($url,$params) {}
// $link is the original link - probably not much use
// $wikiName is an indentifier for the wiki
// $wikiUri is the URL fragment to append to some known URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment