Lines Matching refs:feed
10 protected $feed; variable in dokuwiki\\Feed\\FeedCreator
22 $this->feed = new \UniversalFeedCreator();
23 $this->feed->title = $this->options->get('title');
24 $this->feed->description = $this->options->get('subtitle');
25 $this->feed->link = DOKU_URL;
26 $this->feed->syndicationURL = DOKU_URL . 'feed.php';
27 $this->feed->cssStyleSheet = DOKU_URL . 'lib/exe/css.php?s=feed';
54 'rss' => $this->feed,
66 return $this->feed->createFeed($this->options->getType());
103 'rss' => $this->feed,
108 $this->feed->addItem($item);
215 $this->feed->image = new \FeedImage();
216 $this->feed->image->title = $conf['title'];
217 $this->feed->image->link = DOKU_URL;
218 $this->feed->image->url = tpl_getMediaFile([