Home
last modified time | relevance | path

Searched +full:title +(+path:plugin +path:news) -(+path:plugin +path:news +path:lang) (Results 1 – 11 of 11) sorted by relevance

/plugin/news/
H A DREADME24 The news reader will use your title for the item. You can omit the title:
30 In this case the title will default to 'News Item'
75 2. title: Feed Title
78 2 and 3 configure the header section, where the Title is what is feed is known as the the descripti…
91 You can still use the original syntax, without the feed name; its header title and description will…
H A Dhelper.php126 list($news,$title) = explode(':',$titles[$i]);
127 if(isset($title)) {
128 $title = trim($title);
130 if(isset($title) && $title) {
131 $feed_data[$i]['title'] = $title;
133 else $feed_data[$i]['title'] = "News Item";
155 $feed_data[$j]['title'] = str_replace('=',"",$ar[$i]);
H A Dadmin.php243 $newsChannelTitle = $ini_array[$which]['title'];
250 $newsChannelTitle=$this->getConf('title');
/plugin/news/scripts/
H A Dnewsfeed.php23 $title = ""; variable
29 if(isset($_POST['title'])) {
30 $title = $INPUT->str('title'); variable
34 $title = $argv[1]; variable
37 $title = $INPUT->str('feed'); variable
50 if($title) {
51 $xml_file = DOKU_INC . $title . '_news.xml';
58 $which = isset($ini_array[$title]) ? $title : 'default';
59 $newsChannelTitle = $ini_array[$which]['title'];
71 $newsChannelTitle = $conf['plugin']['news']['title'];
[all …]
H A Drss.php46 $src_title = $this->title(); ;
48 $title = $this->title();
57 <title><![CDATA[$title]]></title>
79 $title = $this->channel_title();
86 <title>$title</title>
H A DfeedData.php72 function title() { function in feedData
73 return $this->currentDataArray['title'];
142 echo "Title: " . $ar[$i]['title'] ."\n";
H A Dnewsfeed.ini4 ; The title will appear at the top of the feed and the description as the subtitle
7 title = "Dokuwiki News Feed" key
/plugin/news/syntax/
H A Ditem.php72 $title = trim($match);
73 $level = 7 - strspn($title,'=');
75 $title = trim($title,'=');
76 $title = trim($title);
78 $handler->_addCall('header',array($title,$level,$pos), $pos);
H A Dbutton.php62 $title = $match;
71 $button .= "<input type='hidden' name='title' value='$title' />";
73 …e='" . $ID. "' /><input type='submit' value='$button_name' class='button' title='refresh' /></div>…
/plugin/news/conf/
H A Ddefault.php3 $conf['title'] = 'DokuWiki News Feed';
H A Dmetadata.php3 $meta['title'] = array('string');