Lines Matching refs:feed
11 protected $feed; variable in dokuwiki\\Feed\\FeedCreator
23 $this->feed = new \UniversalFeedCreator();
24 $this->feed->title = $this->options->get('title');
25 $this->feed->description = $this->options->get('subtitle');
26 $this->feed->link = DOKU_URL;
27 $this->feed->syndicationURL = DOKU_URL . 'feed.php';
28 $this->feed->cssStyleSheet = DOKU_URL . 'lib/exe/css.php?s=feed';
48 'rss' => $this->feed,
60 return $this->feed->createFeed($this->options->getType());
97 'rss' => $this->feed,
102 $this->feed->addItem($item);
210 $this->feed->image = new \FeedImage();
211 $this->feed->image->title = $conf['title'];
212 $this->feed->image->link = DOKU_URL;
213 $this->feed->image->url = tpl_getMediaFile([