Home
last modified time | relevance | path

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

123

/plugin/feed/
H A Dfeed.php79 $rss = new UniversalFeedCreator(); variable
80 $rss->title = $title;
86 $rss->title .= ' · ' . $conf['title'];
87 $rss->link = DOKU_URL;
88 $rss->syndicationURL = DOKU_PLUGIN . 'feed/feed.php';
95 $rss->image = $image;
98 feed_getPages($rss, $po, $ns, $num, $fn);
100 $feed = $rss->createFeed($type);
113 * @param UniversalFeedCreator $rss
123 function feed_getPages($rss, $po, $ns, $num, $fn) argument
[all …]
/plugin/rssticker/
H A 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/
H A 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/
H A 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)
H A Dplugin.info.txt1 base rss
5 name rss
6 desc display rss feed in your wiki
H A Dstyle.css1 img.rss {
/plugin/tumblr/
H A 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/
H A Dsyntax.php139 $rss = simplexml_load_file($data['url']);
142 if($rss)
144 $items = $rss->channel->item;
/plugin/freechat/phpfreechat/style/
H A Dfooter.css17 div.footer div.rss {
/plugin/blogtng/renderer/
H A Dcomment.php82 function rss($url, $params) {} function in renderer_plugin_blogtng_comment
/plugin/spatialhelper/
H A Daction.php156 $rss = $helper->createGeoRSSSitemap($this->getConf('media_georss'));
169 return $kml && $rss;
/plugin/xkcd/
H A DREADME.md26 <td>comic, rss, xkcd, strip</td>
/plugin/commonmark/
H A Dcomposer.lock167 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
253 "rss": "https://github.com/thephpleague/config/releases.atom",
/plugin/latexport/implementation/
H A Ddecorator.php770 function rss($url, $params) { function in decorator
772 $this->decorator->rss($link, $title);
H A Ddecorator_persister.php724 function rss($url, $params) { function in DecoratorPersister
/plugin/dw2markdown/
H A Drenderer.php473 function rss($url, $params) { function in Renderer_Plugin_dw2markdown
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A 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/
H A Drenderer.php429 public function rss($url, $params) function in renderer_plugin_actionrenderer
/plugin/gemini/
H A 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/text/
H A Drenderer.php480 function rss($url, $params) { function in renderer_plugin_text
/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md27 {{rss>https://github.com/jercle/orphanmedia2/commits/main.atom date}}
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt137 {{rss>http://github.com/timostamm/BugzillaInt/commits/master.atom date}}
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css432 .oi[data-glyph=rss-alt]:before { content:'\e0b7'; }
434 .oi[data-glyph=rss]:before { content:'\e0b8'; }
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css432 .oi[data-glyph=rss-alt]:before { content:'\e0b7'; }
434 .oi[data-glyph=rss]:before { content:'\e0b8'; }

123