Home
last modified time | relevance | path

Searched refs:rss (Results 1 – 25 of 61) sorted by relevance

123

/plugin/feed/
Dfeed.php79 $rss = new UniversalFeedCreator(); variable
80 $rss->title = $title;
82 $rss->title .= ' ' . ucwords(str_replace(array('_', ':'), array(' ', ': '), $ns));
84 $rss->title .= ' ' . ucwords(str_replace('_', ' ', $other));
86 $rss->title .= ' · ' . $conf['title'];
87 $rss->link = DOKU_URL;
88 $rss->syndicationURL = DOKU_PLUGIN . 'feed/feed.php';
89 $rss->cssStyleSheet = DOKU_URL . 'lib/exe/css.php?s=feed';
95 $rss->image = $image;
98 feed_getPages($rss, $po, $ns, $num, $fn);
[all …]
/plugin/rssticker/
Dbridge.php17 $rss = new lastRSS; variable
18 $rss->cache_dir = 'cache'; //path to cache directory on your server from this script. Chmod 777!
20 $rss->date_format = $conf['dformat']; //date format of RSS item. See PHP date() function for possib…
31 global $rss;
33 $rss->cache_time = $cacheseconds;
34 if ($rs = $rss->get($url)) {
/plugin/csstimeline/
Dfeed.php81 $rss = new DokuWikiFeedCreator(); variable
82 $rss->title = p_get_metadata($id, 'title', METADATA_DONT_RENDER);
83 $rss->title .= ' · ' . $conf['title'];
84 $rss->link = DOKU_URL;
85 $rss->syndicationURL = DOKU_PLUGIN . 'csstimeline/feed.php';
86 $rss->cssStyleSheet = DOKU_URL . 'lib/exe/css.php?s=feed';
94 $rss->image = $image;
114 $rss->addItem($item);
119 $feed = $rss->createFeed($type, 'utf-8');
/plugin/rss/
DREADME.md3 This plugin let you display some rss feed into Dokuwiki.
19 Plugin rss is simple to use, just paste your rss link into syntax :
21 ``<rss feed="http://myfeed/.." />``
28 For further information, see also [plugin RSS on dokuwiki.org](https://www.dokuwiki.org/plugin:rss)
Dplugin.info.txt1 base rss
5 name rss
6 desc display rss feed in your wiki
Dstyle.css1 img.rss {
/plugin/tumblr/
Dsyntax.php147 $new_url = $url.'/search/'.$params['search'].'/page/'.$params['page'].'/rss';
149 $new_url = $url.'/tagged/'.$params['tagged'].'/page/'.$params['page'].'/rss';
151 $new_url = $url.'/'.$params['post'].'/rss';
153 $new_url = $url.'/page/'.$params['page'].'/rss';
/plugin/filterrss/
Dsyntax.php139 $rss = simplexml_load_file($data['url']);
142 if($rss)
144 $items = $rss->channel->item;
/plugin/freechat/phpfreechat/style/
Dfooter.css17 div.footer div.rss {
/plugin/blogtng/renderer/
Dcomment.php82 function rss($url, $params) {} function in renderer_plugin_blogtng_comment
/plugin/spatialhelper/
Daction.php156 $rss = $helper->createGeoRSSSitemap($this->getConf('media_georss'));
169 return $kml && $rss;
/plugin/xkcd/
DREADME.md26 <td>comic, rss, xkcd, strip</td>
/plugin/latexport/implementation/
Ddecorator.php770 function rss($url, $params) { function in decorator
772 $this->decorator->rss($link, $title);
/plugin/dw2markdown/
Drenderer.php473 function rss($url, $params) { function in Renderer_Plugin_dw2markdown
/plugin/farm/install/animaltemplate/data/pages/wiki/
Dsyntax.txt358 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
360 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
/plugin/actionrenderer/
Drenderer.php429 public function rss($url, $params) function in renderer_plugin_actionrenderer
/plugin/pagecss/
H A Dplugin-page.md107 {{rss>https://github.com/dwightmulcahy/dokuwiki-plugin-pagecss/commits/main.atom date 8}}
/plugin/radarchart/
Dplugin.info.txt160 {{rss>https://github.com/HeinrichKrupp/dokuwiki-plugin-radarchart/commits/master.atom date 8}}
/plugin/gemini/
Drenderer.php327 public function rss($url, $params) function in renderer_plugin_gemini
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt469 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
471 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
/plugin/aichat/
Drenderer.php484 public function rss($url, $params) function in renderer_plugin_aichat
/plugin/orphanmedia2/
Ddokuwiki-plugin-page.md27 {{rss>https://github.com/jercle/orphanmedia2/commits/main.atom date}}
/plugin/copy2clipboard/
Dcopy2clipboard76 {{rss>https://github.com/schplurtz/dokuwiki-plugin-copy2clipboard/commits/master.atom date}}
/plugin/json/demo/
Djson_usage_demo.txt61 Variable may be rendered in one of the following formats: code, header, link, email, media, rss or …
/plugin/text/
Drenderer.php480 function rss($url, $params) { function in renderer_plugin_text

123