Esempio n. 1
0
 public function __construct()
 {
     $this->isHtml = false;
     $this->source = 'bbc.com';
     $this->src = 'http://www.bbc.com/portuguese/topicos/ciencia_e_tecnologia/index.xml';
     $this->itemName = array('tagName' => 'entry');
     $this->href = array('tagName' => 'id');
     $this->img = array('tagName' => 'img', 'attribute' => 'src');
     $this->titulo = array('tagName' => 'title');
     $this->subtitulo = array('tagName' => 'summary');
     $this->datetime = array('tagName' => 'updated');
     parent::__construct();
 }
Esempio n. 2
0
 public function __construct()
 {
     $this->isHtml = true;
     $this->source = 'br.ign.com';
     $this->src = 'http://br.ign.com/';
     $this->itemName = array('tagName' => 'li', 'class' => 'NEWS');
     $this->href = array('tagName' => 'a', 'attribute' => 'href');
     $this->img = array('tagName' => 'style');
     $this->titulo = array('tagName' => 'h3');
     $this->subtitulo = array('tagName' => 'p');
     $this->datetime = array('tagName' => 'time', 'attribute' => 'datetime');
     parent::__construct();
 }
Esempio n. 3
0
 public function __construct()
 {
     $this->isHtml = true;
     $this->source = 'techtudo.com.br';
     $this->src = 'http://www.techtudo.com.br/plantao.html';
     $this->itemName = array('tagName' => 'article');
     $this->href = array('tagName' => 'a', 'attribute' => 'href');
     $this->img = array('tagName' => 'img', 'attribute' => 'src');
     $this->titulo = array('tagName' => 'h2');
     $this->subtitulo = array('tagName' => 'p');
     $this->datetime = array('tagName' => 'time', 'attribute' => 'datetime');
     parent::__construct();
 }
Esempio n. 4
0
 public function __construct()
 {
     $this->isHtml = false;
     $this->source = 'exame.com';
     $this->src = 'http://feeds.feedburner.com/Exame-Tecnologia';
     $this->itemName = array('tagName' => 'item');
     $this->href = array('tagName' => 'link');
     $this->img = array('tagName' => 'enclosure', 'attribute' => 'url');
     $this->titulo = array('tagName' => 'title');
     $this->subtitulo = array('tagName' => 'description');
     $this->datetime = array('tagName' => 'pubDate');
     parent::__construct();
 }
Esempio n. 5
0
 public function __construct()
 {
     $this->isHtml = false;
     $this->source = 'uol.com.br/economia';
     $this->src = 'http://rss.uol.com.br/feed/economia.xml';
     $this->itemName = array('tagName' => 'item');
     $this->href = array('tagName' => 'link');
     $this->img = null;
     $this->titulo = array('tagName' => 'title');
     $this->subtitulo = array('tagName' => 'description');
     $this->datetime = array('tagName' => 'pubDate');
     $this->allowContent = false;
     parent::__construct();
 }
Esempio n. 6
0
 public function __construct()
 {
     $this->isHtml = false;
     $this->source = 'info.abril.com.br';
     $this->src = 'http://feeds.feedburner.com/Plantao-INFO?format=xml';
     $this->itemName = array('tagName' => 'entry');
     $this->href = array('tagName' => 'id');
     $this->img = array('tagName' => 'link', 'attribute' => 'href', 'hasAttribute' => array('name' => 'rel', 'value' => 'enclosure'));
     $this->titulo = array('tagName' => 'title');
     $this->subtitulo = array('tagName' => 'summary');
     $this->datetime = array('tagName' => 'updated');
     $this->content = array('tagName' => 'div', 'class' => 'main-content');
     parent::__construct();
 }
Esempio n. 7
0
 public function __construct()
 {
     $this->isHtml = false;
     $this->source = 'g1.globo.com';
     $this->src = 'http://g1.globo.com/dynamo/rss2.xml';
     $this->itemName = array('tagName' => 'item');
     $this->href = array('tagName' => 'link');
     $this->img = false;
     $this->titulo = array('tagName' => 'title');
     $this->subtitulo = array('tagName' => 'description');
     $this->datetime = array('tagName' => 'pubDate');
     $this->content = array('tagName' => 'div', 'class' => 'hfeed hentry');
     parent::__construct();
 }
Esempio n. 8
0
 public function __construct()
 {
     $this->isHtml = false;
     $this->source = 'home.uol.com.br';
     $this->src = 'http://rss.home.uol.com.br/index.xml';
     $this->itemName = array('tagName' => 'item');
     $this->href = array('tagName' => 'link');
     $this->img = array('tagName' => 'content', 'attribute' => 'url', 'namespace' => 'http://search.yahoo.com/mrss/');
     $this->titulo = array('tagName' => 'title');
     $this->subtitulo = array('tagName' => 'encoded', 'namespace' => 'http://purl.org/rss/1.0/modules/content/');
     $this->datetime = array('tagName' => 'pubDate');
     $this->allowContent = false;
     parent::__construct();
 }
Esempio n. 9
0
 public function __construct()
 {
     $this->isHtml = false;
     $this->source = 'tecmundo.com.br';
     $this->src = 'http://rss.tecmundo.com.br/feed';
     $this->itemName = array('tagName' => 'item');
     $this->href = array('tagName' => 'link');
     $this->img = array('tagName' => 'enclosure', 'attribute' => 'url');
     $this->titulo = array('tagName' => 'title');
     $this->subtitulo = array('tagName' => 'description');
     $this->datetime = array('tagName' => 'pubDate');
     $this->allowContent = false;
     parent::__construct();
 }
Esempio n. 10
0
 public function __construct()
 {
     $this->isHtml = false;
     $this->source = 'bbc.com';
     $this->src = 'http://www.bbc.com/portuguese/index.xml';
     $this->itemName = array('tagName' => 'entry');
     $this->href = array('tagName' => 'link', 'attribute' => 'href');
     $this->img = array('tagName' => 'img', 'attribute' => 'src');
     $this->titulo = array('tagName' => 'title');
     $this->subtitulo = array('tagName' => 'summary');
     $this->datetime = array('tagName' => 'updated');
     $this->content = array('tagName' => 'div', 'class' => 'column--primary');
     parent::__construct();
 }