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';
47 'rss' => $this->feed,
59 return $this->feed->createFeed($this->options->getType());
96 'rss' => $this->feed,
101 $this->feed->addItem($item);
208 $this->feed->image = new \FeedImage();
209 $this->feed->image->title = $conf['title'];
210 $this->feed->image->link = DOKU_URL;
211 $this->feed->image->url = tpl_getMediaFile([